diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-07 21:40:16 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-07 21:40:16 +0000 |
commit | 5a6fab9cfaede727691b5b3ba517c71d3c3adf04 (patch) | |
tree | c2db8b7d315788e7d6e18721eae8fb7a2320c82d /usr.sbin | |
parent | 5c8915c6c4ed4aea15f53e2c321214e58514a197 (diff) |
httpd(8), not (1)...
PR 2891, jlouis at diku dk, Thanks!
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index bdeddad31ee..491433257e1 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.8 2002/09/18 15:34:45 henning Exp $ +.\" $OpenBSD: httpd.8,v 1.9 2002/11/07 21:40:15 henning Exp $ .\" Copyright (c) 1995-1997 David Robinson. All rights reserved. .\" Copyright (c) 1997-1999 The Apache Group. All rights reserved. .\" Copyright (c) 1998-1999 Bob Beck. All rights reserved. @@ -50,7 +50,7 @@ .\" For more information on the Apache Group and the Apache HTTP server .\" project, please see <http://www.apache.org/>. .Dd Sep 18, 2002 -.Dt HTTPD 1 +.Dt HTTPD 8 .Os .Sh NAME .Nm httpd |