summaryrefslogtreecommitdiffstats
path: root/login-utils/chfn.1
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2014-05-03 04:32:35 +0200
committerKarel Zak2014-05-06 11:56:49 +0200
commitb5fff5211b3cee057f46b6e45394365484b26dc9 (patch)
tree8c9fe9d68982e76e1b20471f0d1c00e299b1b520 /login-utils/chfn.1
parentlibuuid: (uuid.3) Improve the typesetting of the manual (diff)
downloadkernel-qcow2-util-linux-b5fff5211b3cee057f46b6e45394365484b26dc9.tar.gz
kernel-qcow2-util-linux-b5fff5211b3cee057f46b6e45394365484b26dc9.tar.xz
kernel-qcow2-util-linux-b5fff5211b3cee057f46b6e45394365484b26dc9.zip
chfn: Improve the typesetting of the manual
Change comma (,) to a period (.) as it is the control character Use macro RB instead of the reverse one (BR) Add missing [ in front of an (optional) option Protect a full stop (.), that begins or ends a string, with \& Change '-' to '\-', if it indicates an option Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Diffstat (limited to 'login-utils/chfn.1')
-rw-r--r--login-utils/chfn.18
1 files changed, 4 insertions, 4 deletions
diff --git a/login-utils/chfn.1 b/login-utils/chfn.1
index 2c35acd3d..3b44fb368 100644
--- a/login-utils/chfn.1
+++ b/login-utils/chfn.1
@@ -19,11 +19,11 @@ chfn \- change your finger information
.IR full-name ]
.RB [ \-o
.IR office ]
-,RB [ \-p
+.RB [ \-p
.IR office-phone ]
.RB [ \-h
.IR home-phone ]
-.BR \-u ]
+.RB [ \-u ]
.RB [ \-v ]
.RI [ username ]
.SH DESCRIPTION
@@ -40,7 +40,7 @@ command will display four pieces of information that can be changed by
your real name, your work room and phone, and your home phone.
.B chfn
-supports non-local entries (kerberos, LDAP, etc.) if linked with libuser,
+supports non-local entries (kerberos, LDAP, etc.\&) if linked with libuser,
otherwise use ypchsh, lchsh or any other implementation for non-local
entries.
.SS COMMAND LINE
@@ -71,7 +71,7 @@ Specify your home phone number.
.B "\-u, \-\-help"
Display help text and exit.
.TP
-.B "-v, \-\-version"
+.B "\-v, \-\-version"
Display version information and exit.
.SH "EXIT STATUS"
Returns 0 if operation was successful, 1 if operation failed or command syntax was not valid.