summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-01-20 20:34:22 +0000
committerschwarze <schwarze@openbsd.org>2014-01-20 20:34:22 +0000
commit73fa7d6b1062fd133d25be8aa5483e4772da30d9 (patch)
tree82b9dbb9d8d30b5b2ec5bdb8c602109165974135
parentFix the .Xr macros such that we get nice clickable links on the web. (diff)
downloadwireguard-openbsd-73fa7d6b1062fd133d25be8aa5483e4772da30d9.tar.xz
wireguard-openbsd-73fa7d6b1062fd133d25be8aa5483e4772da30d9.zip
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.518
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 .