[exim-cvs] cvs commit: exim/exim-doc/doc-docbook x2man

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] cvs commit: exim/exim-doc/doc-docbook x2man
ph10 2007/01/23 12:13:50 GMT

  Modified files:
    exim-doc/doc-docbook x2man 
  Log:
  Avoid use of .br when creating exim.8, use .nf/.fi instead.


  Revision  Changes    Path
  1.7       +2 -5      exim/exim-doc/doc-docbook/x2man


  Index: x2man
  ===================================================================
  RCS file: /home/cvs/exim/exim-doc/doc-docbook/x2man,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- x2man    19 Dec 2006 12:28:35 -0000    1.6
  +++ x2man    23 Jan 2007 12:13:50 -0000    1.7
  @@ -1,6 +1,6 @@
   #! /usr/bin/perl -w


-# $Cambridge: exim/exim-doc/doc-docbook/x2man,v 1.6 2006/12/19 12:28:35 ph10 Exp $
+# $Cambridge: exim/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 @@
.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