OpenSSL: TLSv1.3 notes
[exim.git] / doc / doc-docbook / x2man
index 030cc9853f2892587b60a36239f4a310f087238a..e133e23edd0fe58886f79778583bce40b9b0f5b3 100755 (executable)
@@ -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";