···11+diff -up dos2unix-3.1/dos2unix.1.manpage dos2unix-3.1/dos2unix.1
22+--- dos2unix-3.1/dos2unix.1.manpage 2008-09-08 09:58:46.000000000 +0100
33++++ dos2unix-3.1/dos2unix.1 2008-09-08 09:58:56.000000000 +0100
44+@@ -52,7 +52,7 @@ default to run in this mode. Wildcard na
55+ .B \-n \-\-newfile infile outfile ...
66+ New file mode. Convert the infile and write output to outfile. File names
77+ must be given in pairs and wildcard names should NOT be used or you WILL
88+-lost your files.
99++lose your files.
1010+1111+ .SH "EXAMPLES"
1212+ .LP
···11+diff -up unix2dos-2.2/unix2dos.1.man unix2dos-2.2/unix2dos.1
22+--- unix2dos-2.2/unix2dos.1.man 1995-03-30 17:03:22.000000000 +0100
33++++ unix2dos-2.2/unix2dos.1 2008-09-08 09:49:19.000000000 +0100
44+@@ -16,7 +16,7 @@ Options:
55+ .SH DESCRIPTION
66+77+ .PP
88+-This manual page documents dos2unix, the program that converts text
99++This manual page documents unix2dos, the program that converts text
1010+ files in UNIX format to DOS format.
1111+1212+ .SH OPTIONS
1313+@@ -40,7 +40,7 @@ Prints version information.
1414+1515+ .TP
1616+ .B \-c --convmode convmode
1717+-Sets conversion mode. Simulates dos2unix under SunOS.
1818++Sets conversion mode. Simulates unix2dos under SunOS.
1919+2020+ .TP
2121+ .B \-o --oldfile file ...
2222+@@ -51,7 +51,7 @@ default to run in this mode. Wildcard na
2323+ .B \-n --newfile infile outfile ...
2424+ New file mode. Convert the infile and write output to outfile. File names
2525+ must be given in pairs and wildcard names should NOT be used or you WILL
2626+-lost your files.
2727++lose your files.
2828+2929+ .SH EXAMPLES
3030+3131+@@ -71,9 +71,9 @@ Convert and replace a.txt. Convert and r
3232+ Convert and replace a.txt in ASCII conversion mode.
3333+ Convert and replace b.txt in ISO conversion mode.
3434+ .IP
3535+-.B dos2unix a.txt -c iso b.txt
3636++.B unix2dos a.txt -c iso b.txt
3737+ .IP
3838+-.B dos2unix -c ascii a.txt -c iso b.txt
3939++.B unix2dos -c ascii a.txt -c iso b.txt
4040+4141+ .LP
4242+ Convert and replace a.txt while keeping original date stamp.