## 01_manpage.dpatch by  <medelin@mamangava>

--- a/doc/trueprint.1
+++ b/doc/trueprint.1
@@ -46,29 +46,29 @@ filetype is taken from the suffix - vali
 .B "Language		Suffix			language option"
 
 .TP
-C			.c .h			-language=c
+C			.c .h			\-language=c
 .TP
-C++			.cxx .cpp .cc		-langauge=cxx 
+C++			.cxx .cpp .cc		\-langauge=cxx 
 .br
 	   .C .hpp .H	
 .TP
-Java			.java			-language=java
+Java			.java			\-language=java
 .TP
-Shell		.sh				-language=sh
+Shell		.sh				\-language=sh
 .TP
-Perl			.pl				-language=perl
+Perl			.pl				\-language=perl
 .TP
-Pascal		.pas				-language=pascal
+Pascal		.pas				\-language=pascal
 .TP
-Verilog		.v				-language=v
+Verilog		.v				\-language=v
 .TP
-Pseudo C		.pc .ph			-language=pseudoc
+Pseudo C		.pc .ph			\-language=pseudoc
 .TP
-Report format	.rep				-language=report
+Report format	.rep				\-language=report
 .TP
-Listing		.lst				-language=list
+Listing		.lst				\-language=list
 .TP
-Plain Text	default			-language=text
+Plain Text	default			\-language=text
 .PP
 When Trueprint starts it uses four sets of options:
 .PP
@@ -99,7 +99,7 @@ otherwise use as a prefix and print diff
 usage.
 .TP
 .B \-t <string>, \-\-language=<string>
-treat input as language.  Use --help=language for list.
+treat input as language.  Use \-\-help=language for list.
 .TP
 .B \-U <string>,  \-\-username=<string>
 set username for coversheet
@@ -133,16 +133,16 @@ following topics:
 \- languages
 .br
 .B prompt 
-\- format for --print-pages string
+\- format for \-\-print-pages string
 .br
 .B debug 
-\- format for --debug string
+\- format for \-\-debug string
 .br
 .B header 
 \- format for header & footer strings
 .br
 .B report 
-\- file format for --language=report input
+\- file format for \-\-language=report input
 .br
 .B environment 
 \- environment vars used
@@ -179,7 +179,7 @@ Wrap lines intelligently at significant
 .TP
 .B \-L <number>,  \-\-minimum\-line\-length=<number>
 minimum line length permitted by intelligent line wrap (default 10)
-.TP						
+.TP
 .B \-T <number>,  \-\-tabsize=<number>
 set tabsize (default 8)
 .TP
@@ -371,8 +371,8 @@ is as follows:
 Each letter turns on a set of debugging messages, and the corresponding
 digit indicates the level of messages, with 1 indicating the least
 number of messags and 9 turning on all messages.  The letter `@' can be
-used to turn on all areas, so `--debug=@9' will turn on all messages.
-Use `--help=debug' for details of what letters turn on what areas.
+used to turn on all areas, so `\-\-debug=@9' will turn on all messages.
+Use `\-\-help=debug' for details of what letters turn on what areas.
 .br
 Note that this feature is not uniformly implemented - messages were
 only typically added where they were needed.  Also note that messages
@@ -385,23 +385,23 @@ The usage of the
 option looks as follows:
 .br
 You specify the old version of the file or files with
-`--diff=<pathname>'.  If <pathname> suffixed with the current filename is a
+`\-\-diff=<pathname>'.  If <pathname> suffixed with the current filename is a
 valid file then the differences between <pathname>/<filename> are displayed.
 Alternatively, if <pathname> is a file and you're printing one file, then
 the differences between <pathname> and the current file are displayed.
 Examples how to make it are shown below:
 .IP
-trueprint --diff=../old- this.c that.c
+trueprint \-\-diff=../old- this.c that.c
 .PP
 will print the differences between ../old-this.c and this.c, and ../old-that.c 
 and that.c.
 .IP
-trueprint --diff=../old/ this.c that.c
+trueprint \-\-diff=../old/ this.c that.c
 .PP
 will print the differences between ../old/this.c and this.c, and ../old/that.c 
 and that.c.  Note that the trailing / is important.
 .IP
-trueprint --diff=this.c that.c
+trueprint \-\-diff=this.c that.c
 .PP
 will print the differences between this.c and that.c.
 .PP
@@ -422,12 +422,12 @@ option looks as follows:
 -- Print all pages that include function-name.
 .br
 .B `d' 
--- Print all pages that have changed (this is only useful with the `--diff'
+-- Print all pages that have changed (this is only useful with the `\-\-diff'
 (see above) option.
 .br
 .B `D'
 -- Print all pages containing functions that have changed (this is only
-useful with the `--diff' (see above) option.
+useful with the `\-\-diff' (see above) option.
 .br
 .B `f'
 -- Print the function index
@@ -437,7 +437,7 @@ useful with the `--diff' (see above) opt
 .PP
 For example,
 .IP
---print-pages=1-5,main,f
+\-\-print-pages=1\-5,main,f
 .PP
 will print the function
 index, pages 1 to 5, and all the pages for the function `main'.
