summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2020-10-08 03:06:14 +0000
committerVagrant Cascadian <vagrant@debian.org>2020-12-29 20:00:40 -0800
commitb62d7e6a1d2fb1e45fd947cf339221a7231d8859 (patch)
tree5807b6997604ada068438c970f7d081ed1dc17d0
parentfa9497d30fa9dc681252f2f177e2515292eb039d (diff)
fixnt.1: fix formatting of references to manuals (Closes: #971821).
Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
-rw-r--r--debian/manpages/fixnt.110
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/manpages/fixnt.1 b/debian/manpages/fixnt.1
index ddfd1eb..0462c22 100644
--- a/debian/manpages/fixnt.1
+++ b/debian/manpages/fixnt.1
@@ -11,7 +11,8 @@ fixnt \- Filter for the Windows NT postscript printer driver.
The Windows NT postscript driver has a tendency to make broken postscript
files, that are incompatible with psutils.
.B fixnt
-is a filter that fixes these problems, allowing the use of psnup(1).
+is a filter that fixes these problems, allowing the use of
+.BR psnup (1).
.PP
The filter takes the broken postscript file on
.BR stdin ,
@@ -24,7 +25,9 @@ It has no other form for invocation and takes no options on the command-line.
takes no options.
.SH BUGS
.B fixnt
-does not check for NTPSOct94. For a workaround, use a sed(1) command
+does not check for NTPSOct94. For a workaround, use a
+.BR sed (1)
+command
to replace 'NTPSOct94' with 'NTPSOct95', like so:
.RS
sed 's/NTPSOct94/NTPSOct95/g'
@@ -40,4 +43,5 @@ Report bugs to the Authors, but avoid sending large postscript files.
.P
Patches are always welcome; send to <bauer@itsm.uni-stuttgart.de>.
.SH "SEE ALSO"
-psnup(1), sed(1)
+.BR psnup (1),
+.BR sed (1)