public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 17/21] login-utils/chfn.1: Improve the typesetting of the manual
@ 2014-05-03  2:32 Bjarni Ingi Gislason
  2014-05-03  2:32 ` [PATCH 18/21] login-utils/chsh.1: " Bjarni Ingi Gislason
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Bjarni Ingi Gislason @ 2014-05-03  2:32 UTC (permalink / raw)
  To: util-linux; +Cc: Bjarni Ingi Gislason

  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 |   8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/login-utils/chfn.1 b/login-utils/chfn.1
index 2c35acd..3b44fb3 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.
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-05-06 12:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-03  2:32 [PATCH 17/21] login-utils/chfn.1: Improve the typesetting of the manual Bjarni Ingi Gislason
2014-05-03  2:32 ` [PATCH 18/21] login-utils/chsh.1: " Bjarni Ingi Gislason
2014-05-06 10:03   ` Karel Zak
2014-05-03  2:32 ` [PATCH 19/21] login-utils/last-deprecated.1: " Bjarni Ingi Gislason
2014-05-03  2:32 ` [PATCH 20/21] login-utils/last.1: " Bjarni Ingi Gislason
2014-05-03 12:44   ` Benno Schulenberg
2014-05-06 10:18     ` Karel Zak
2014-05-06 12:12       ` Benno Schulenberg
2014-05-03  2:32 ` [PATCH 21/21] login-utils/login.1: " Bjarni Ingi Gislason
2014-05-03 13:02   ` Benno Schulenberg
2014-05-06 10:03 ` [PATCH 17/21] login-utils/chfn.1: " Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox