···1+diff -up dos2unix-3.1/dos2unix.1.manpage dos2unix-3.1/dos2unix.1
2+--- dos2unix-3.1/dos2unix.1.manpage 2008-09-08 09:58:46.000000000 +0100
3++++ dos2unix-3.1/dos2unix.1 2008-09-08 09:58:56.000000000 +0100
4+@@ -52,7 +52,7 @@ default to run in this mode. Wildcard na
5+ .B \-n \-\-newfile infile outfile ...
6+ New file mode. Convert the infile and write output to outfile. File names
7+ must be given in pairs and wildcard names should NOT be used or you WILL
8+-lost your files.
9++lose your files.
10+11+ .SH "EXAMPLES"
12+ .LP
···1+diff -up unix2dos-2.2/unix2dos.1.man unix2dos-2.2/unix2dos.1
2+--- unix2dos-2.2/unix2dos.1.man 1995-03-30 17:03:22.000000000 +0100
3++++ unix2dos-2.2/unix2dos.1 2008-09-08 09:49:19.000000000 +0100
4+@@ -16,7 +16,7 @@ Options:
5+ .SH DESCRIPTION
6+7+ .PP
8+-This manual page documents dos2unix, the program that converts text
9++This manual page documents unix2dos, the program that converts text
10+ files in UNIX format to DOS format.
11+12+ .SH OPTIONS
13+@@ -40,7 +40,7 @@ Prints version information.
14+15+ .TP
16+ .B \-c --convmode convmode
17+-Sets conversion mode. Simulates dos2unix under SunOS.
18++Sets conversion mode. Simulates unix2dos under SunOS.
19+20+ .TP
21+ .B \-o --oldfile file ...
22+@@ -51,7 +51,7 @@ default to run in this mode. Wildcard na
23+ .B \-n --newfile infile outfile ...
24+ New file mode. Convert the infile and write output to outfile. File names
25+ must be given in pairs and wildcard names should NOT be used or you WILL
26+-lost your files.
27++lose your files.
28+29+ .SH EXAMPLES
30+31+@@ -71,9 +71,9 @@ Convert and replace a.txt. Convert and r
32+ Convert and replace a.txt in ASCII conversion mode.
33+ Convert and replace b.txt in ISO conversion mode.
34+ .IP
35+-.B dos2unix a.txt -c iso b.txt
36++.B unix2dos a.txt -c iso b.txt
37+ .IP
38+-.B dos2unix -c ascii a.txt -c iso b.txt
39++.B unix2dos -c ascii a.txt -c iso b.txt
40+41+ .LP
42+ Convert and replace a.txt while keeping original date stamp.