diff options
author | 2014-07-22 17:54:43 +0000 | |
---|---|---|
committer | 2014-07-22 17:54:43 +0000 | |
commit | 7eea8e4e3be6156fdcbdaf837cfde7a59d985b82 (patch) | |
tree | 1b1bad144a6df740030fbcbebff5049870bb815b | |
parent | floating , (diff) | |
download | wireguard-openbsd-7eea8e4e3be6156fdcbdaf837cfde7a59d985b82.tar.xz wireguard-openbsd-7eea8e4e3be6156fdcbdaf837cfde7a59d985b82.zip |
There is no httpctl yet.
Found by jturner
-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 98facc77735..033bf6e37e3 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.37 2014/07/22 17:49:58 deraadt Exp $ +.\" $OpenBSD: httpd.8,v 1.38 2014/07/22 17:54:43 reyk Exp $ .\" .\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org> .\" @@ -36,7 +36,7 @@ Default configuration file. .It /var/run/httpd.sock .Ux Ns -domain socket used for communication with -.Xr httpctl 8 . +.Xr httpd 8 . .El .Sh SEE ALSO .Xr httpd.conf 5 |