diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-08-22 15:49:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-08-22 15:49:45 +0000 |
commit | 73da6cb1ad369265523bf6da973b657e14566001 (patch) | |
tree | 23f06b67403f4ace0cf7a9054bec77d374d2f095 | |
parent | 47f4cb740056d7c05746a651a2ab4f4efc506db0 (diff) |
typo; noticed by jmc@ some time ago
-rw-r--r-- | usr.bin/mandoc/man.cgi.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mandoc/man.cgi.8 b/usr.bin/mandoc/man.cgi.8 index b6260874ebf..c3a57e8425a 100644 --- a/usr.bin/mandoc/man.cgi.8 +++ b/usr.bin/mandoc/man.cgi.8 @@ -1,4 +1,4 @@ -.\" $Id: man.cgi.8,v 1.7 2014/07/22 18:14:05 schwarze Exp $ +.\" $OpenBSD: man.cgi.8,v 1.8 2014/08/22 15:49:44 schwarze Exp $ .\" .\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 22 2014 $ +.Dd $Mdocdate: August 22 2014 $ .Dt MAN.CGI 8 .Os .Sh NAME @@ -307,7 +307,7 @@ and ending before the .Ev QUERY_STRING . It is used by the .Cm show -page to aquire the manpath and filename it needs. +page to acquire the manpath and filename it needs. .It Ev QUERY_STRING The HTTP query string passed from the client to the server. It is the final part of the URI, after the question mark. |