From b5fff5211b3cee057f46b6e45394365484b26dc9 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Sat, 3 May 2014 02:32:35 +0000 Subject: [PATCH] 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 --- login-utils/chfn.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/login-utils/chfn.1 b/login-utils/chfn.1 index 2c35acd3d4..3b44fb3680 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. -- 2.47.2