From: Peter Breitenlohner Date: Wed, 22 Jul 2009 09:29:04 +0000 (+0200) Subject: chsh.1: formatting X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2054a2b01c304bd65e75850cecdc49d80b1195dd;p=util-linux chsh.1: formatting Signed-off-by: Peter Breitenlohner --- diff --git a/login-utils/chsh.1 b/login-utils/chsh.1 index 940e7f92..6e00df31 100644 --- a/login-utils/chsh.1 +++ b/login-utils/chsh.1 @@ -15,7 +15,12 @@ chsh \- change your login shell .SH SYNOPSIS .B chsh -[\ \-s\ shell\ ] [\ \-l\ ] [\ \-u\ ] [\ \-v\ ] [\ username\ ] +.RB [ \-s +.IR shell ] +.RB [ \-l ] +.RB [ \-u ] +.RB [ \-v ] +.RI [ username ] .SH DESCRIPTION .B chsh is used to change your login shell. @@ -32,18 +37,18 @@ On the other hand, it can also be configured such that it will only accept shells listed in this file, unless you are root. .SH OPTIONS .TP -.I "\-s, \-\-shell" +.BI "\-s, \-\-shell " shell Specify your login shell. .TP -.I "\-l, \-\-list-shells" +.B "\-l, \-\-list-shells" Print the list of shells listed in .I /etc/shells and exit. .TP -.I "\-u, \-\-help" +.B "\-u, \-\-help" Print a usage message and exit. .TP -.I "-v, \-\-version" +.B "-v, \-\-version" Print version information and exit. .SH "SEE ALSO" .BR login (1),