From 0c8cf4f8cc6e9b187811b46e0f06ace96758c914 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 11 Mar 2001 11:04:12 +0000 Subject: [PATCH] fix id again --- en/cgi/man.cgi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/en/cgi/man.cgi b/en/cgi/man.cgi index 74a56474e4..235e3840b3 100755 --- a/en/cgi/man.cgi +++ b/en/cgi/man.cgi @@ -33,7 +33,7 @@ # BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp # Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995 # -# $Id: man.cgi,v 1.36 2001-03-11 11:02:23 wosch Exp $ +# $Id: man.cgi,v 1.37 2001-03-11 11:04:12 wosch Exp $ #use Data::Dumper; #use Carp; @@ -844,6 +844,8 @@ ETX } sub copyright { + $id = '$Id: man.cgi,v 1.37 2001-03-11 11:04:12 wosch Exp $'; + return qq{\
 Copyright (c) 1996-2001 Wolfram Schneider <$mailto>. Berlin.
@@ -855,8 +857,7 @@ the University of California, Massachusetts Institute of
 Technology, Free Software Foundation, FreeBSD Inc., and others.
 
 
\n -This script has the revsion: -\$Id: man.cgi,v 1.36 2001-03-11 11:02:23 wosch Exp $ +This script has the revsion: $id

Copyright (c) for man pages by OS vendors.