fix id again
This commit is contained in:
parent
333585ea1f
commit
0c8cf4f8cc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8945
1 changed files with 4 additions and 3 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
|
# 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
|
# 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 Data::Dumper;
|
||||||
#use Carp;
|
#use Carp;
|
||||||
|
|
@ -844,6 +844,8 @@ ETX
|
||||||
}
|
}
|
||||||
|
|
||||||
sub copyright {
|
sub copyright {
|
||||||
|
$id = '$Id: man.cgi,v 1.37 2001-03-11 11:04:12 wosch Exp $';
|
||||||
|
|
||||||
return qq{\
|
return qq{\
|
||||||
<PRE>
|
<PRE>
|
||||||
Copyright (c) 1996-2001 Wolfram Schneider <A HREF="$mailtoURL"><$mailto></A>. Berlin.
|
Copyright (c) 1996-2001 Wolfram Schneider <A HREF="$mailtoURL"><$mailto></A>. Berlin.
|
||||||
|
|
@ -855,8 +857,7 @@ the University of California, Massachusetts Institute of
|
||||||
Technology, Free Software Foundation, FreeBSD Inc., and others.
|
Technology, Free Software Foundation, FreeBSD Inc., and others.
|
||||||
|
|
||||||
</PRE>\n
|
</PRE>\n
|
||||||
This script has the revsion:
|
This script has the revsion: $id
|
||||||
\$Id: man.cgi,v 1.36 2001-03-11 11:02:23 wosch Exp $
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Copyright (c) for man pages by OS vendors.
|
Copyright (c) for man pages by OS vendors.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue