diff options
author | peter <peter@FreeBSD.org> | 2001-01-02 04:01:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-02 04:01:59 +0000 |
commit | ee9f6ce82cb804dec1b26311e0a51957e0af82bc (patch) | |
tree | 23e324d6570d41829223d6fd0a8dfad65237ae19 /usr.sbin/pw | |
parent | 5d83ebcf7c69a2448177fdc5d8bdcf519e5d081a (diff) | |
download | FreeBSD-src-ee9f6ce82cb804dec1b26311e0a51957e0af82bc.zip FreeBSD-src-ee9f6ce82cb804dec1b26311e0a51957e0af82bc.tar.gz |
Fix typo: s/memberhip/membership/
Submitted by: Peter Avalos <pavalos@theshell.com>
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r-- | usr.sbin/pw/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/README b/usr.sbin/pw/README index e5abd8f..bbb1539 100644 --- a/usr.sbin/pw/README +++ b/usr.sbin/pw/README @@ -10,7 +10,7 @@ single command `pw'. User add mode also provides a means of easily setting system useradd defaults (see pw.conf.5), so that adding a user is as easy as issuing the command "pw useradd <loginid>". Creation of a unique primary -group for each user and automatic memberhip in secondary groups +group for each user and automatic membership in secondary groups is fully supported. This program may be FreeBSD specific, but should be trivial to port to |