diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-09-18 07:46:39 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-09-18 07:46:39 +0000 |
| commit | 2473ca9ba4f888a8b09f3b190cf057b2dc7bcc94 (patch) | |
| tree | b5a327507f6673d88467d6f68d6029448a4d8041 /usr.bin | |
| parent | 4758193e8212f3451d49a2b9ac458c2ce0b15224 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/passwd/passwd.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 707d9343739d..06d6bec7daca 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -78,7 +78,7 @@ characters (which may be overridden using the .if n "mixpasswordcase" setting for a user's login class). Allowing lower case passwords may be useful where the password file will be used in situations where only -lower case passwords are permissable, such as when using Samba to +lower case passwords are permissible, such as when using Samba to authenticate Windows clients. In all other situations, numbers, upper case letters and meta characters are encouraged. .Pp @@ -186,7 +186,7 @@ domainname on the NIS master may not be set (it is not necessary for an NIS server to also be a client) in which case the .Nm passwd command needs to be told what domain to operate on. -.It Fl s Ar host +.It Fl h Ar host Specify the name of an NIS server. This option, in conjunction with the @@ -202,8 +202,8 @@ the local domainname isn't set), the name of the NIS master is assumed to be .if t ``localhost''. .if n "localhost". -This can be overidden with the -.Fl s +This can be overridden with the +.Fl h flag. The specified hostname need not be the name of an NIS master: the name of the NIS master for a given map can be determined by querying any |
