diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-20 23:31:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-20 23:31:53 +0000 |
commit | 43e5fce3b59effd05076bc3fc4b1c0f554a2eeaf (patch) | |
tree | effe56afd8d0682b3ba60bdd8c645ca1b983dde6 | |
parent | eed43b9d9c1352b09af544dcf6b41cdd1ec8bb6b (diff) |
apachectl is section 8, not 1;
-rw-r--r-- | usr.sbin/httpd/src/support/apxs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/support/apxs.8 b/usr.sbin/httpd/src/support/apxs.8 index cfae2268369..03be4801972 100644 --- a/usr.sbin/httpd/src/support/apxs.8 +++ b/usr.sbin/httpd/src/support/apxs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apxs.8,v 1.13 2004/12/07 22:00:04 jmc Exp $ +.\" $OpenBSD: apxs.8,v 1.14 2004/12/20 23:31:52 jmc Exp $ .\" .\" ==================================================================== .\" The Apache Software License, Version 1.1 @@ -428,6 +428,6 @@ ld -Bshareable -o libphp3.so mod_php3.o libmodphp3-so.a Only C source files are compiled, while remaining object files are used for the linking phase. .Sh SEE ALSO -.Xr apachectl 1 , .Xr cc 1 , +.Xr apachectl 8 , .Xr httpd 8 |