diff options
author | 2014-01-27 12:30:21 +0000 | |
---|---|---|
committer | 2014-01-27 12:30:21 +0000 | |
commit | 449b503a4917ac207a0b8a4b6ad5c871c5c5cfbb (patch) | |
tree | 1dd598bbb8ffd1f20dd7d67f88c8794216bd4f97 | |
parent | Enable IPv6 checksum offload. (diff) | |
download | wireguard-openbsd-449b503a4917ac207a0b8a4b6ad5c871c5c5cfbb.tar.xz wireguard-openbsd-449b503a4917ac207a0b8a4b6ad5c871c5c5cfbb.zip |
add nginx.conf.5 to SEE ALSO;
-rw-r--r-- | usr.sbin/nginx/man/nginx.8 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/nginx/man/nginx.8 b/usr.sbin/nginx/man/nginx.8 index 13ed8f1d855..5550462d776 100644 --- a/usr.sbin/nginx/man/nginx.8 +++ b/usr.sbin/nginx/man/nginx.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nginx.8,v 1.8 2013/07/16 11:13:33 schwarze Exp $ +.\" $OpenBSD: nginx.8,v 1.9 2014/01/27 12:30:21 jmc Exp $ .\" .\" Copyright (c) 2010 Sergey A. Osokin .\" Copyright (c) 2011,2012 Nginx, Inc. @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 27 2014 $ .Dt NGINX 8 .Os .Sh NAME @@ -192,11 +192,10 @@ nginx -t -c ~/mynginx.conf \e -g "pid /var/run/mynginx.pid; worker_processes 2;" .Ed .Sh SEE ALSO -.\"Xr nginx.conf 5 -.\"Pp +.Xr nginx.conf 5 +.Pp Documentation at .Lk http://nginx.org/en/docs/ . -.Pp For questions and technical support, please refer to .Lk http://nginx.org/en/support.html . .Sh HISTORY |