diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
commit | 71e2293ad43d8745a8e735483e3f07631714be05 (patch) | |
tree | eb7d53179ad22344ae698f8aa866faa0e415686c /usr.sbin/vipw | |
parent | bb7634eb859aa29d7425840bb3ae3c7391c27b87 (diff) | |
download | FreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.zip FreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.sbin/vipw')
-rw-r--r-- | usr.sbin/vipw/vipw.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vipw/vipw.8 b/usr.sbin/vipw/vipw.8 index fe09a9f..c127556 100644 --- a/usr.sbin/vipw/vipw.8 +++ b/usr.sbin/vipw/vipw.8 @@ -39,7 +39,7 @@ .Nm vipw .Nd edit the password file .Sh SYNOPSIS -.Nm vipw +.Nm .Op Fl d Ar directory .Sh DESCRIPTION .Nm Vipw @@ -55,7 +55,7 @@ is .Xr vi 1 . .Pp When run without options, -.Nm vipw +.Nm will work with the password files in .Pa /etc . The @@ -85,7 +85,7 @@ is completed, the password file is unavailable for other updates and the new information is not available to programs. .Sh ENVIRONMENT If the following environment variable exists it will be utilized by -.Nm Ns : +.Nm : .Bl -tag -width PW_SCAN_BIG_IDS .It Ev EDITOR The editor specified by the string |