]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - chpass/chpass.1
Mechanically kill hard sentence breaks.
[pw-darwin.git] / chpass / chpass.1
index d02eaa0dc4a26c86f6e11c15b18f30461290f505..e6c9e18db032ecb6429dd2515b241b97e72c190e 100644 (file)
 .Sh DESCRIPTION
 The
 .Nm
-command
+utility
 allows editing of the user database information associated
 with
 .Ar user
 or, by default, the current user.
 .Pp
 The
-.Xr chfn 1 ,
-.Xr chsh 1 ,
-.Xr ypchpass 1 ,
-.Xr ypchfn 1
+.Nm chfn ,
+.Nm chsh ,
+.Nm ypchpass ,
+.Nm ypchfn
 and
-.Xr ypchsh 1
-commands behave identically to
+.Nm ypchsh
+utilities behave identically to
 .Nm .
-.Pq There is only one program.
+(There is only one program.)
 .Pp
 The information is formatted and supplied to an editor for changes.
 .Pp
@@ -163,7 +163,8 @@ Both of these fields should be unique across the system (and often
 across a group of systems) as they control file access.
 .Pp
 While it is possible to have multiple entries with identical login names
-and/or identical user id's, it is usually a mistake to do so.  Routines
+and/or identical user id's, it is usually a mistake to do so.
+Routines
 that manipulate these files will often return only one of the multiple
 entries, and that one by random selection.
 .Pp
@@ -392,7 +393,7 @@ is compiled with NIS support:
 Force
 .Nm
 to modify the local copy of a user's password
-information in the even that a user exists in both
+information in the event that a user exists in both
 the local and NIS databases.
 .It Fl y
 Opposite effect of
@@ -406,7 +407,7 @@ The
 .Nm
 utility uses the system domain name by default, as set by the
 .Xr domainname 1
-command.
+utility.
 The
 .Fl d
 option can be used to override a default, or to specify a domain
@@ -447,7 +448,8 @@ When invoked by the super-user on the NIS master server,
 allows unrestricted changes to the NIS passwd maps using dedicated,
 non-RPC-based mechanism (in this case, a
 .Ux
-domain socket). The
+domain socket).
+The
 .Fl o
 flag can be used to force
 .Nm
@@ -486,5 +488,5 @@ User information should (and eventually will) be stored elsewhere.
 .Sh HISTORY
 The
 .Nm
-command appeared in
+utility appeared in
 .Bx 4.3 Reno .