diff options
Diffstat (limited to 'www/squid31/files/patch-doc-squid.8')
-rw-r--r-- | www/squid31/files/patch-doc-squid.8 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www/squid31/files/patch-doc-squid.8 b/www/squid31/files/patch-doc-squid.8 new file mode 100644 index 000000000000..b6465fb14cb7 --- /dev/null +++ b/www/squid31/files/patch-doc-squid.8 @@ -0,0 +1,29 @@ +Index: doc/squid.8 +=================================================================== +RCS file: /squid/squid/doc/squid.8,v +retrieving revision 1.1 +diff -p -u -r1.1 squid.8 +--- doc/squid.8 18 Dec 2000 21:54:18 -0000 1.1 ++++ doc/squid.8 17 Apr 2005 14:17:48 -0000 +@@ -6,7 +6,11 @@ squid \- proxy caching server + .SH SYNOPSIS + .B squid + [ +-.B \-dhsvzCDFNRVYX ++.B \-dhvzCDFNRVYX ++] [ ++.B \-s ++| ++.BI \-l " facility" + ] [ + .BI \-f " config-file" + ] [ +@@ -73,7 +77,7 @@ Print help message. + .IP "-k reconfigure | rotate | shutdown | interrupt | kill | debug | check | parse" + Parse configuration file, then send signal to running copy + (except -k parse) and exit. +-.IP -s ++.IP "-s | -l facility" + Enable logging to syslog. + .IP "-u port" + Specify ICP port number (default: 3130), disable with 0. |