diff options
author | Ruslan Ermilov <ru@nginx.com> | 2011-08-10 12:30:19 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2011-08-10 12:30:19 +0000 |
commit | f46eafd6532426e9d93dc44045390ba96055fe10 (patch) | |
tree | 326c2140bc11bf7ad3c2f7aa2d70ba9a48412fef /docs/man/nginx.8 | |
parent | ad064b78dc020f9679e88df534facad309bd2a10 (diff) | |
download | nginx-f46eafd6532426e9d93dc44045390ba96055fe10.tar.gz nginx-f46eafd6532426e9d93dc44045390ba96055fe10.zip |
- Replaced explicit link to bugtracker with a support link
(which will soon link to Trac).
- Commented out reference to non-existing nginx.conf(5).
Diffstat (limited to 'docs/man/nginx.8')
-rw-r--r-- | docs/man/nginx.8 | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/man/nginx.8 b/docs/man/nginx.8 index e89fda431..aba20c1a3 100644 --- a/docs/man/nginx.8 +++ b/docs/man/nginx.8 @@ -177,26 +177,25 @@ Test configuration file .Pa ~/mynginx.conf with global directives for PID and quantity of worker processes. .Sh SEE ALSO -.Xr nginx.conf 5 +.\"Xr nginx.conf 5 +.\"Pp +Documentation at +.Pa http://nginx.org/ +and +.Pa http://sysoev.ru/nginx/ . +.Pp +For questions and technical support, please refer to +.Pa http://nginx.org/en/support.html . .Sh HISTORY Development of .Nm started in 2002, with the first public release on October 4, 2004. .Sh AUTHORS +.An -nosplit .An Igor Sysoev Aq igor@sysoev.ru .Pp -Documentation available on -.Pa http://nginx.org/ -and -.Pa http://sysoev.ru/nginx/ . -.Pp This manual page was written by -.An -nosplit .An Sergey A. Osokin Aq osa@FreeBSD.org.ru as a result of compilation of many .Nm documents all over the world. -.Sh BUGS -Please report using -.Pa http://trac.nginx.org/ -if you found one. |