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@xxxxxxxxx> --- login-utils/chsh.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/login-utils/chsh.1 b/login-utils/chsh.1 index 5ee0f09..229f5e1 100644 --- a/login-utils/chsh.1 +++ b/login-utils/chsh.1 @@ -29,7 +29,7 @@ If a shell is not given on the command line, prompts for one. .B chsh -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. .SH OPTIONS @@ -45,7 +45,7 @@ and exit. .B "\-u, \-\-help" Display help text and exit. .TP -.B "-v, \-\-version" +.B "\-v, \-\-version" Display version information and exit. .SH "VALID SHELLS" .B chsh -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html