diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 0d1334ca0c7f5a53195b38b126d726747949ce5d (patch) | |
tree | 399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/chpass | |
parent | 0100fd6e93e8e0203ec077685f3e68afea54de52 (diff) | |
download | FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.zip FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r-- | usr.bin/chpass/chpass.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 5ec2be1..60526fa 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -44,14 +44,14 @@ .Nm ypchsh .Nd add or change user database information .Sh SYNOPSIS -.Nm chpass +.Nm .Op Fl a Ar list .Op Fl p Ar encpass .Op Fl e Ar expiretime .Op Fl s Ar newshell .Op user .Pp -.Nm chpass +.Nm .Op Fl oly .Op Fl a Ar list .Op Fl p Ar encpass @@ -363,7 +363,7 @@ will refuse to update the NIS maps. .Pp Exception: the super-user on the NIS master server is permitted to change a user's NIS password with -.Nm Ns . +.Nm . .El .Pp There are also a few extra option flags that are available when @@ -472,11 +472,11 @@ The and .Xr ypchsh 1 commands are really only links to -.Nm Ns . +.Nm . .Sh BUGS User information should (and eventually will) be stored elsewhere. .Sh HISTORY The -.Nm chpass +.Nm command appeared in .Bx 4.3 Reno . |