diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-04 14:03:49 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-04 14:03:49 +0000 |
commit | 4f5788623ab3e8456ad254883b6cc018079aab96 (patch) | |
tree | 7a0d0f19d4687941f80d25cab01e9c8ddb2fac25 /doc/doc-docbook/x2man | |
parent | bd8aa2d172edfb841402caf8c2524628505df8ea (diff) |
Update documentation for 4.61 and some of the preparation tools.
Diffstat (limited to 'doc/doc-docbook/x2man')
-rwxr-xr-x | doc/doc-docbook/x2man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/x2man b/doc/doc-docbook/x2man index 9765ded0d..474d068a3 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.2 2006/02/01 11:01:02 ph10 Exp $ +# $Cambridge: exim/doc/doc-docbook/x2man,v 1.3 2006/04/04 14:03:49 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. @@ -96,7 +96,7 @@ while ($next) # Start of new option - if (/^<term>(<emphasis role="bold">-.*?)<\/term>$/) + if (/^<term>(?=<option>-)(.*?)<\/term>$/) { print OUT ".TP 10\n"; $_ = "$1\n"; |