diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2022-07-13 15:13:11 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2022-07-13 15:14:39 +0000 |
commit | ac72b82237192fc59fa098d6b858593b8f84fa84 (patch) | |
tree | 22afd65fcc5d506c19039fd5bf3fc0f46d5fc970 /textproc/man2html/files/patch-man.cgi | |
parent | security/boringssl: update to the recent commit (diff) |
textproc/man2html: update to 3.1.20220109
PR: 265144
Submitted by: Robert Clausecker <fuz@fuz.su>
Diffstat (limited to 'textproc/man2html/files/patch-man.cgi')
-rw-r--r-- | textproc/man2html/files/patch-man.cgi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/textproc/man2html/files/patch-man.cgi b/textproc/man2html/files/patch-man.cgi index e61412256bb8..0e24c5959637 100644 --- a/textproc/man2html/files/patch-man.cgi +++ b/textproc/man2html/files/patch-man.cgi @@ -1,6 +1,6 @@ ---- man.cgi.orig Wed Aug 13 01:19:18 1997 -+++ man.cgi Sat Sep 30 00:46:55 2000 -@@ -59,8 +59,8 @@ +--- man.cgi.orig 1997-08-12 17:19:18 UTC ++++ man.cgi +@@ -59,8 +59,8 @@ $ManPrg = '/usr/bin/man'; ## systems. If using Tom Christiansen's Perl man program, than ## define use "". @@ -11,7 +11,7 @@ ## man2html program (needs to be a full pathname) -@@ -77,15 +77,15 @@ +@@ -77,15 +77,15 @@ $DoCgiurl = 1; #@ConvArgs = ("-compress"); #@ConvArgs = ("-compress", "-leftm", "1", "-topm", "8"); @@ -30,7 +30,7 @@ ## Possible manual sections. This array is used to determine the ## the choices available in an option menu. -@@ -124,9 +124,9 @@ +@@ -124,9 +124,9 @@ $ArgSep = '&'; ## know about @ManPath = qw( @@ -38,11 +38,11 @@ /usr/local/man - /usr/openwin/man - /usr/man -+ /usr/X11R6/man ++ /usr/local/share/man ); ## PATH setting. Modify as see fit. Once useful modification -@@ -134,7 +134,6 @@ +@@ -134,7 +134,6 @@ $ArgSep = '&'; ## be invoked over the systems nroff when man formats a manpage. @Path = qw( @@ -50,7 +50,7 @@ /bin /usr/bin ); -@@ -270,7 +269,7 @@ +@@ -270,7 +269,7 @@ sub doit { # Convert output from man to html #-------------------------------- |