diff options
author | 2010-09-03 11:22:36 +0000 | |
---|---|---|
committer | 2010-09-03 11:22:36 +0000 | |
commit | 741b6f30d7510cb96d26ad164124c4877013c91d (patch) | |
tree | 363e21a9704c824a219e3b9936987bbc3756ee2e /usr.sbin/httpd/src | |
parent | add an EXIT STATUS section for /usr/bin; (diff) | |
download | wireguard-openbsd-741b6f30d7510cb96d26ad164124c4877013c91d.tar.xz wireguard-openbsd-741b6f30d7510cb96d26ad164124c4877013c91d.zip |
add an EXIT STATUS section for /usr/sbin;
Diffstat (limited to 'usr.sbin/httpd/src')
-rw-r--r-- | usr.sbin/httpd/src/support/apachectl.8 | 7 | ||||
-rw-r--r-- | usr.sbin/httpd/src/support/htpasswd.1 | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/usr.sbin/httpd/src/support/apachectl.8 b/usr.sbin/httpd/src/support/apachectl.8 index 9f47b3c0cb3..3982af777af 100644 --- a/usr.sbin/httpd/src/support/apachectl.8 +++ b/usr.sbin/httpd/src/support/apachectl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apachectl.8,v 1.9 2008/06/07 01:59:36 jdixon Exp $ +.\" $OpenBSD: apachectl.8,v 1.10 2010/09/03 11:22:36 jmc Exp $ .\" .\" ==================================================================== .\" The Apache Software License, Version 1.1 @@ -57,7 +57,7 @@ .\" originally written at the National Center for Supercomputing Applications, .\" University of Illinois, Urbana-Champaign. .\" -.Dd $Mdocdate: June 7 2008 $ +.Dd $Mdocdate: September 3 2010 $ .Dt APACHECTL 8 .Os .Sh NAME @@ -153,8 +153,7 @@ except that the list of requests currently being served is omitted. Stop .Xr httpd 8 . .El -.Pp -.Ex -std apachectl +.Sh EXIT STATUS The exit codes returned are: .Pp .Bl -tag -width "XXX" -offset indent -compact diff --git a/usr.sbin/httpd/src/support/htpasswd.1 b/usr.sbin/httpd/src/support/htpasswd.1 index ca5dccb4a66..663de03d237 100644 --- a/usr.sbin/httpd/src/support/htpasswd.1 +++ b/usr.sbin/httpd/src/support/htpasswd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: htpasswd.1,v 1.16 2008/06/07 01:59:36 jdixon Exp $ +.\" $OpenBSD: htpasswd.1,v 1.17 2010/09/03 11:22:36 jmc Exp $ .\" .\" ==================================================================== .\" The Apache Software License, Version 1.1 @@ -57,7 +57,7 @@ .\" originally written at the National Center for Supercomputing Applications, .\" University of Illinois, Urbana-Champaign. .\" -.Dd $Mdocdate: June 7 2008 $ +.Dd $Mdocdate: September 3 2010 $ .Dt HTPASSWD 1 .Os .Sh NAME @@ -229,8 +229,7 @@ be contained within .Dq ServerRoot , they should not be located in .Dq DocumentRoot . -.Pp -.Ex -std htpasswd +.Sh EXIT STATUS The exit codes returned are: .Pp .Bl -tag -width "XXX" -offset indent -compact |