complete last commit.
This commit is contained in:
parent
f791948872
commit
48e5c84ca0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31082
1 changed files with 4 additions and 4 deletions
|
@ -33,8 +33,8 @@
|
||||||
# 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.193 2007-11-29 21:00:24 wosch Exp $
|
# $Id: man.cgi,v 1.194 2007-12-02 21:18:14 wosch Exp $
|
||||||
# $FreeBSD: www/en/cgi/man.cgi,v 1.192 2007/11/28 20:36:21 hrs Exp $
|
# $FreeBSD: www/en/cgi/man.cgi,v 1.193 2007/11/29 21:00:24 wosch Exp $
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# !!! man.cgi is stale perl4 code !!!
|
# !!! man.cgi is stale perl4 code !!!
|
||||||
|
@ -1222,7 +1222,7 @@ ETX
|
||||||
}
|
}
|
||||||
|
|
||||||
sub copyright {
|
sub copyright {
|
||||||
$id = '$FreeBSD: www/en/cgi/man.cgi,v 1.192 2007/11/28 20:36:21 hrs Exp $';
|
$id = '$FreeBSD: www/en/cgi/man.cgi,v 1.193 2007/11/29 21:00:24 wosch Exp $';
|
||||||
|
|
||||||
return qq{\
|
return qq{\
|
||||||
<pre>
|
<pre>
|
||||||
|
@ -1280,7 +1280,7 @@ sub faq {
|
||||||
if $manPathAliases{$_};
|
if $manPathAliases{$_};
|
||||||
}
|
}
|
||||||
|
|
||||||
local $id = '$Id: man.cgi,v 1.193 2007-11-29 21:00:24 wosch Exp $';
|
local $id = '$FreeBSD: www/en/cgi/man.cgi,v 1.193 2007/11/29 21:00:24 wosch Exp $';
|
||||||
return qq{\
|
return qq{\
|
||||||
<pre>
|
<pre>
|
||||||
Copyright (c) 1996-2007 <a href="$mailtoURL">Wolfram Schneider</a>
|
Copyright (c) 1996-2007 <a href="$mailtoURL">Wolfram Schneider</a>
|
||||||
|
|
Loading…
Reference in a new issue