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

index 492084a2b592f7e292a8b5b6f4c2151be7a68781..371310b6d6c9fd8fb6b60165952cb768fc97e449 100644 (file)
@@ -1,18 +1,40 @@
 .\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
 .\" May be distributed under the GNU General Public License
 .\"
-.\" 
+.\"
 .TH SHUTDOWN 8 "2 March 2000" "Linux 2.0" "Linux Programmer's Manual"
 .SH NAME
 shutdown \- close down the system
 .SH SYNOPSIS
-.nf
-.BR "shutdown [ \-h | \-r ] [ \-fqs ] [ now | " hh:ss " | " +mins " ] [ " message " ]"
-.BR "reboot [ \-h | \-r ] [ \-fqs ] [ now | " hh:ss " | " +mins " ] [ " message " ]"
-.BR "fastboot [ \-h | \-r ] [ \-fqs ] [ now | " hh:ss " | " +mins " ] [ " message " ]"
-.BR "halt [ \-h | \-r ] [ \-fqs ] [ now | " hh:ss " | " +mins " ] [ " message " ]"
-.BR "fasthalt [ \-h | \-r ] [ \-fqs ] [ now | " hh:ss " | " +mins " ] [ " message " ]"
-.fi
+.B shutdown
+.RB [ \-h | \-r ]
+.RB [ \-fqs ]
+.RB [ now | \fIhh\fP:\fIss\fP | +\fImins\fP ]
+.RI [ message ]
+.br
+.B reboot
+.RB [ \-h | \-r ]
+.RB [ \-fqs ]
+.RB [ now | \fIhh\fP:\fIss\fP | +\fImins\fP ]
+.RI [ message ]
+.br
+.B fastboot
+.RB [ \-h | \-r ]
+.RB [ \-fqs ]
+.RB [ now | \fIhh\fP:\fIss\fP | +\fImins\fP ]
+.RI [ message ]
+.br
+.B halt
+.RB [ \-h | \-r ]
+.RB [ \-fqs ]
+.RB [ now | \fIhh\fP:\fIss\fP | +\fImins\fP ]
+.RI [ message ]
+.br
+.B fasthalt
+.RB [ \-h | \-r ]
+.RB [ \-fqs ]
+.RB [ now | \fIhh\fP:\fIss\fP | +\fImins\fP ]
+.RI [ message ]
 .SH DESCRIPTION
 .\" " for emacs hilit19
 In general,
@@ -21,7 +43,7 @@ prepares the system for a power down or reboot.  A absolute or delta time
 can be given, and periodic messages will be sent to all users warning of
 the shutdown. If no message is specified on the command line,
 .B shutdown
-will ask for a message to be sent, unless the 
+will ask for a message to be sent, unless the
 .B \-q
 option is set.
 
@@ -48,7 +70,7 @@ minutes away), the
 .I /etc/nologin
 file is created with a message stating that the system is going down and
 that logins are no longer permitted.  The
-.B login (1)
+.BR login (1)
 program will not allow non-superusers to login during this period.  A
 message will be sent to all users at this time.