]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chfn: Improve the typesetting of the manual
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Sat, 3 May 2014 02:32:35 +0000 (02:32 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 6 May 2014 09:56:49 +0000 (11:56 +0200)
  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>
login-utils/chfn.1

index 2c35acd3d42169b4683bebd5d2d6275696f3d96b..3b44fb368024cc37c9e0825026cb2bd68d034de7 100644 (file)
@@ -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.