summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-01-23 12:13:50 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-01-23 12:13:50 +0000
commitf91ad6b720144847118637f8a0666ff27171681b (patch)
tree9c4c4e443fbc856cee6b584eaf11aab970437c5d /doc
parentbbe15da854996fd270bd26ccb35418c08b4a46c5 (diff)
Avoid use of .br when creating exim.8, use .nf/.fi instead.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/doc-docbook/x2man9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/doc-docbook/x2man b/doc/doc-docbook/x2man
index be25ae192..030cc9853 100755
--- a/doc/doc-docbook/x2man
+++ b/doc/doc-docbook/x2man
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# $Cambridge: exim/doc/doc-docbook/x2man,v 1.6 2006/12/19 12:28:35 ph10 Exp $
+# $Cambridge: exim/doc/doc-docbook/x2man,v 1.7 2007/01/23 12:13:50 ph10 Exp $
# Script to find the command line options in the DocBook source of the Exim
# spec, and turn them into a man page, because people like that.
@@ -20,17 +20,14 @@ print OUT <<End;
.SH NAME
exim \\- a Mail Transfer Agent
.SH SYNOPSIS
+.nf
.B exim [options] arguments ...
-.br
.B mailq [options] arguments ...
-.br
.B rsmtp [options] arguments ...
-.br
.B rmail [options] arguments ...
-.br
.B runq [options] arguments ...
-.br
.B newaliases [options] arguments ...
+.fi
.
.SH DESCRIPTION
.rs