]> err.no Git - util-linux/commitdiff
chsh.1: formatting
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Wed, 22 Jul 2009 09:29:04 +0000 (11:29 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Aug 2009 10:11:10 +0000 (12:11 +0200)
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
login-utils/chsh.1

index 940e7f92fd8efa90dae6a8a3517e713a69020a78..6e00df311001b4bada0ba46e4d491ef24b972f1b 100644 (file)
 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),