diff options
author | 2016-03-18 17:31:20 +0000 | |
---|---|---|
committer | 2016-03-18 17:31:20 +0000 | |
commit | 174828c5e64d374a1e5339694e3a1931738cc323 (patch) | |
tree | f438f56aa4df3fb1903b5c133eb52f38e9a62c70 | |
parent | Replace ioctl(fd, FIOCLEX) with fcntl(fd, F_SETFD, FD_CLOEXEC) (diff) | |
download | wireguard-openbsd-174828c5e64d374a1e5339694e3a1931738cc323.tar.xz wireguard-openbsd-174828c5e64d374a1e5339694e3a1931738cc323.zip |
double word;
-rw-r--r-- | usr.bin/mandoc/man.cgi.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man.cgi.8 b/usr.bin/mandoc/man.cgi.8 index 476ae2cca1e..03803f90e5d 100644 --- a/usr.bin/mandoc/man.cgi.8 +++ b/usr.bin/mandoc/man.cgi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.cgi.8,v 1.14 2016/03/18 13:21:07 schwarze Exp $ +.\" $OpenBSD: man.cgi.8,v 1.15 2016/03/18 17:31:20 jmc Exp $ .\" .\" Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -310,7 +310,7 @@ The web server may pass the following CGI variables to .Nm : .Bl -tag -width Ds .It Ev SCRIPT_NAME -The initial part of the the URI passed from the client to the server, +The initial part of the URI passed from the client to the server, starting after the server's host name and ending before .Ev PATH_INFO . This is ignored by |