X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=doc%2Fdoc-docbook%2Fx2man;h=e133e23edd0fe58886f79778583bce40b9b0f5b3;hp=13458bbc409a7dc60de2fd5f7b35159bd0e8be77;hb=2a1b36b3082412c6723ec29c1fc1ef02589bd3b3;hpb=db9452a9b5941d43e6ef3988cd0d30d2758844cf diff --git a/doc/doc-docbook/x2man b/doc/doc-docbook/x2man index 13458bbc4..e133e23ed 100755 --- a/doc/doc-docbook/x2man +++ b/doc/doc-docbook/x2man @@ -1,17 +1,8 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-docbook/x2man,v 1.4 2006/07/31 13:19:36 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. - - - -################################################## -# Main Program # -################################################## - open(IN, "spec.xml") || die "Can't open spec.xml\n"; open(OUT, ">exim.8" ) || die "Can't open exim.8\n"; @@ -20,18 +11,15 @@ print OUT < + + CTRL-D +.sp +The \\fB-i\\fP option prevents a line containing just a dot from terminating +the message. Only an end-of-file (generated by typing CTRL-D if the input is +from a terminal) does so. +. +.SH "SETTING OPTIONS BY PROGRAM NAME" .rs -.TP 10 +.sp +If an Exim binary is called using one of the names listed in this section +(typically via a symbolic link), certain options are assumed. +.TP \\fBmailq\\fR Behave as if the option \\fB\\-bp\\fP were present before any other options. The \\fB\\-bp\\fP option requests a listing of the contents of the mail queue @@ -82,8 +91,8 @@ Behave as if the option \\fB\\-bi\\fP were present before any other options, for compatibility with Sendmail. This option is used for rebuilding Sendmail's alias file. Exim does not have the concept of a single alias file, but can be configured to run a specified command if called with the \\fB\\-bi\\fP option. - -.SH OPTIONS +. +.SH "OPTIONS" .rs End @@ -144,11 +153,11 @@ while ($next) $optstart = 0; } - # Literal layout needs to be treated as a paragraph, and indented + # Literal layout needs to be wrapped with .sp, and indented. if (/]*>/.P/; + s/]*>/.sp/; $indent = " "; } @@ -156,8 +165,8 @@ while ($next) # Others get marked - s//.P/; - s//.P/; + s//.sp/; + s//.sp/; # Skip index entries @@ -192,11 +201,6 @@ while ($next) next if /^\s*$/; - # It turns out that we don't actually want .P; a blank line is needed. - # But we can't set that above, because it will be discarded. - - s/^\.P\s*$/\n/; - # We are going to output some data; sort out special characters s/</