]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chfn: improve formatting and wording of the manpage
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 8 Nov 2015 10:54:14 +0000 (11:54 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 9 Nov 2015 09:03:58 +0000 (10:03 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
login-utils/chfn.1

index d5210b16ea70e361a6cb3df7ea671357280674f2..0cb5f28b871878919d5d5db2b6d32f9641db94d8 100644 (file)
@@ -6,7 +6,7 @@
 .\"  modify it under the terms of the GNU General Public License.
 .\"  There is no warranty.
 .\"
-.TH CHFN 1 "July 2014" "util-linux" "User Commands"
+.TH CHFN 1 "November 2015" "util-linux" "User Commands"
 .SH NAME
 chfn \- change your finger information
 .SH SYNOPSIS
@@ -78,21 +78,20 @@ distributed with another package (e.g. shadow-utils).  The following
 configuration items are relevant for
 .BR chfn (1):
 .PP
-.B CHFN_RESTRICT
-(string)
+.BI CHFN_RESTRICT " string"
 .RS 4
 Indicate which fields are changeable by \fBchfn\fR.
 
-The boolean setting "yes" means that Office, Office Phone and Home Phone items
-are changeable and boolean setting "no" means that Full Name, Office, Office
-Phone and Home Phone are changeable.
+The boolean setting \fB"yes"\fR means that only the Office, Office Phone and
+Home Phone fields are changeable, and boolean setting \fB"no"\fR means that
+also the Full Name is changeable.
 
-The another way is to specify changeable fields by abbreviations, f =
-Full Name, r = Office (room), w = Office (work) Phone, h = Home Phone. For
-example CHFN_RESTRICT "wh" allows to change work and home phone numbers.
+Another way to specify changeable fields is by abbreviations: f = Full Name,
+r = Office (room), w = Office (work) Phone, h = Home Phone.  For example,
+\fBCHFN_RESTRICT "wh"\fR allows changing work and home phone numbers.
 
-If the CHFN_RESTRICT is undefined then all finger information are read-only.
-This is default.
+If CHFN_RESTRICT is undefined, then all finger information is read-only.
+This is the default.
 .RE
 .PP
 .SH "EXIT STATUS"