summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-02-09 23:38:11 +0000
committerderaadt <deraadt@openbsd.org>2001-02-09 23:38:11 +0000
commitfd90aeb77028b744ac1f22e640b591954b9049b1 (patch)
tree0e9a1949f9a4797b4099b7a996fdf7ed7bfe9281
parentanother typo (diff)
downloadwireguard-openbsd-fd90aeb77028b744ac1f22e640b591954b9049b1.tar.xz
wireguard-openbsd-fd90aeb77028b744ac1f22e640b591954b9049b1.zip
correct AllowGroups and AllowUsers description; jmd@foozle.turbogeek.org
-rw-r--r--usr.bin/ssh/sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 85cf4e8c0d9..5bf0b3a6e09 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.91 2001/02/08 19:22:38 itojun Exp $
+.\" $OpenBSD: sshd.8,v 1.92 2001/02/09 23:38:11 deraadt Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -298,7 +298,7 @@ Specifies whether an AFS token may be forwarded to the server.
Default is
.Dq yes .
.It Cm AllowGroups
-This keyword can be followed by a number of group names, separated
+This keyword can be followed by a list of group names, separated
by spaces.
If specified, login is allowed only for users whose primary
group or supplementary group list matches one of the patterns.
@@ -319,7 +319,7 @@ users are also denied shell access, as they can always install their
own forwarders.
.Pp
.It Cm AllowUsers
-This keyword can be followed by a number of user names, separated
+This keyword can be followed by a list of user names, separated
by spaces.
If specified, login is allowed only for users names that
match one of the patterns.