diff options
author | 2000-12-24 11:15:26 +0000 | |
---|---|---|
committer | 2000-12-24 11:15:26 +0000 | |
commit | 02f2f9cba02b44109fba0e1df73385d30d04dc26 (patch) | |
tree | 14017dab4ac2b2c133dbcfd3abb0cb549e5af078 | |
parent | Set sequence number to zero for last message in SADB_DUMP, close pr 1583. (diff) | |
download | wireguard-openbsd-02f2f9cba02b44109fba0e1df73385d30d04dc26.tar.xz wireguard-openbsd-02f2f9cba02b44109fba0e1df73385d30d04dc26.zip |
Xr shells(5), not getusershell(3).
-rw-r--r-- | libexec/ftpd/ftpd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 2a20ac2c690..1de0ac09ad0 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.36 2000/12/02 18:01:11 millert Exp $ +.\" $OpenBSD: ftpd.8,v 1.37 2000/12/24 11:15:26 aaron Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -289,8 +289,8 @@ S/Key is a Trademark of Bellcore. The login name must not appear in the file .Pa /etc/ftpusers . .It -The user must have a standard shell returned by -.Xr getusershell 3 . +The user must have a standard shell as described by +.Xr shells 5 . .It If the user name appears in the file .Pa /etc/ftpchroot @@ -464,7 +464,7 @@ log file for anonymous downloads .Xr ftp 1 , .Xr skey 1 , .Xr who 1 , -.Xr getusershell 3 , +.Xr shells 5 , .Xr syslogd 8 .Sh HISTORY The |