diff options
author | Tony Finch <dot@dotat.at> | 2011-06-29 17:31:00 +0100 |
---|---|---|
committer | Tony Finch <dot@dotat.at> | 2011-06-29 17:31:00 +0100 |
commit | 3634fc257bd0667daef14d72005cd87c735bbb24 (patch) | |
tree | 80df5cffc472cbbba5cb536d1ea7ac8135b94d21 /doc/doc-docbook/x2man | |
parent | 3ce96ada4f5bc6a9ba7321ba1c39b733ae0d3487 (diff) |
Remove obsolete $Cambridge$ CVS revision strings.
I have also de-CVSed the ABOUT files and cleaned up a few
introductory comments.
Diffstat (limited to 'doc/doc-docbook/x2man')
-rwxr-xr-x | doc/doc-docbook/x2man | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/doc-docbook/x2man b/doc/doc-docbook/x2man index 030cc9853..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.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. - - - -################################################## -# Main Program # -################################################## - open(IN, "spec.xml") || die "Can't open spec.xml\n"; open(OUT, ">exim.8" ) || die "Can't open exim.8\n"; |