about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-24 02:57:53 +0000
committerEric Wong <e@80x24.org>2019-05-24 02:58:46 +0000
commitc0d29c34e38fabf40f3b2db8caad106951b02e73 (patch)
treef4660b1e8a62204f4f81885005ffe900df78effc /Documentation
parent29091904f2dbd837893cef4d90f17fdb73965d1a (diff)
downloadpublic-inbox-c0d29c34e38fabf40f3b2db8caad106951b02e73.tar.gz
The nginx manpage is in section 8.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-daemon.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/public-inbox-daemon.pod b/Documentation/public-inbox-daemon.pod
index a3c97d8b..47d15de4 100644
--- a/Documentation/public-inbox-daemon.pod
+++ b/Documentation/public-inbox-daemon.pod
@@ -37,7 +37,7 @@ This takes an absolute path to a Unix socket or HOST:PORT
 to listen on.  For example, to listen to TCP connections on
 port 119, use: C<-l 0.0.0.0:119>.  This may also point to
 a Unix socket (C<-l /path/to/http.sock>) for a reverse proxy
-like L<nginx(1)> to use.
+like L<nginx(8)> to use.
 
 May be specified multiple times to allow listening on multiple
 sockets.
@@ -77,7 +77,7 @@ Default: 1
 
 =head1 SIGNALS
 
-Most of our signal handling behavior is copied from L<nginx(1)>
+Most of our signal handling behavior is copied from L<nginx(8)>
 and/or L<starman(1)>; so it is possible to reuse common scripts
 for managing them.