diff options
author | 2017-01-15 06:16:05 +0000 | |
---|---|---|
committer | 2017-01-15 06:16:05 +0000 | |
commit | 32d18cda3f90426e0850fdd7abc9c7f2292a7c08 (patch) | |
tree | 56d06013d04214602771000d8f5783a2cc75b4fa | |
parent | Disable the Load Stack Guard for OpenBSD on AArch64. We don't use it (diff) | |
download | wireguard-openbsd-32d18cda3f90426e0850fdd7abc9c7f2292a7c08.tar.xz wireguard-openbsd-32d18cda3f90426e0850fdd7abc9c7f2292a7c08.zip |
fix typo; from semarie
-rw-r--r-- | usr.sbin/ftp-proxy/ftp-proxy.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ftp-proxy/ftp-proxy.8 b/usr.sbin/ftp-proxy/ftp-proxy.8 index b611efafad9..32565fac5f7 100644 --- a/usr.sbin/ftp-proxy/ftp-proxy.8 +++ b/usr.sbin/ftp-proxy/ftp-proxy.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp-proxy.8,v 1.22 2016/01/04 18:03:09 jmc Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.23 2017/01/15 06:16:05 deraadt Exp $ .\" .\" Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl> .\" @@ -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: January 4 2016 $ +.Dd $Mdocdate: January 15 2017 $ .Dt FTP-PROXY 8 .Os .Sh NAME @@ -82,7 +82,7 @@ pass out from $client to $server port $port nat-to $proxy .Ed .Pp .Nm -chroots to "/var/empty" and changes to user "_ftp-proxy" to drop privileges. +chroots to "/var/empty" and changes to user "_ftp_proxy" to drop privileges. .Pp The options are as follows: .Bl -tag -width Ds |