diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-20 20:34:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-20 20:34:23 +0000 |
commit | 5c9ad9ad6170f6bfe335ab41fcd0cc08e45cba54 (patch) | |
tree | 7fa277f34fa84f5dc9278f261a7056328b53612a | |
parent | 9aba73900a7ec92700f2084ab6927e197268c60d (diff) |
add HISTORY and AUTHORS; triggered by a much shorter patch
from Donovan Watteau <tsoomi at gmail dot com>; ok florian@
-rw-r--r-- | usr.sbin/nginx/man/nginx.conf.5 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/usr.sbin/nginx/man/nginx.conf.5 b/usr.sbin/nginx/man/nginx.conf.5 index 72a5b420dbf..6c8d71afb87 100644 --- a/usr.sbin/nginx/man/nginx.conf.5 +++ b/usr.sbin/nginx/man/nginx.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nginx.conf.5,v 1.6 2013/12/16 11:19:03 florian Exp $ +.\" $OpenBSD: nginx.conf.5,v 1.7 2014/01/20 20:34:22 schwarze Exp $ .\" .\" Copyright (C) 2002-2012 Igor Sysoev .\" Copyright (C) 2011-2013 Nginx, Inc. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 16 2013 $ +.Dd $Mdocdate: January 20 2014 $ .Dt NGINX.CONF 5 .Os .Sh NAME @@ -8736,3 +8736,17 @@ www;# but not here .Ed .Sh SEE ALSO .Xr nginx 8 +.Sh HISTORY +This manual has been available since +.Ox 5.5 . +.Sh AUTHORS +.An -nosplit +The bulk of the text was semi-automatically converted +from the XML sources of +.Lk http://nginx.org/en/docs/#development +to +.Xr mdoc 7 +by +.An Florian Obser Aq Mt florian@openbsd.org . +The description of the grammar was written by +.An Ingo Schwarze Aq Mt schwarze@openbsd.org . |