Fixed various typos and control codes in manual pages.
Patch provided by Bjarni Ingi Gislason.
This commit is contained in:
parent
80e83960da
commit
cf55352b97
@ -1,4 +1,12 @@
|
||||
sysvinit (2.94) unreleased; urgency=low
|
||||
sysvinit (2.95) unreleased; urgency=low
|
||||
|
||||
[ Jesse Smith ]
|
||||
|
||||
* Fixed various typos and control codes in manual pages.
|
||||
Patch provided by Bjarni Ingi Gislason.
|
||||
|
||||
|
||||
sysvinit (2.94) released; urgency=low
|
||||
|
||||
[ Jesse Smith ]
|
||||
|
||||
|
@ -251,7 +251,7 @@ can then manipulate the command line so that \fBps\fP(1) shows
|
||||
the current runlevel.
|
||||
.PP
|
||||
.TP 0.5i
|
||||
.BI "--version "
|
||||
.B \-\-version
|
||||
This argument, when used on its own, displays the current version of init
|
||||
to the console/stdout. It is a quick way to determine which init software and
|
||||
version is being used. After the version information is displayed, init
|
||||
@ -344,7 +344,7 @@ page by Michael Haardt (u31b3hs@pool.informatik.rwth-aachen.de).
|
||||
.BR login (1),
|
||||
.BR sh (1),
|
||||
.BR runlevel (8),
|
||||
.BR shutdown(8),
|
||||
.BR shutdown (8),
|
||||
.BR kill (1),
|
||||
.BR initctl (5),
|
||||
.BR inittab (5),
|
||||
|
@ -116,7 +116,6 @@ if ((fd = open(INIT_FIFO, O_WRONLY)) >= 0) /* open pipe for writing */
|
||||
.fi
|
||||
|
||||
.sp
|
||||
.RE
|
||||
.SH NOTES
|
||||
Usually the /run/initctl pipe would only be used by low-level programs to
|
||||
request a power-related shutdown or change the runlevel, like telinit
|
||||
@ -140,7 +139,6 @@ the SIGUSR1 signal.
|
||||
If the /run/initctl pipe is closed then it may still be possible to bring
|
||||
down the system using the shutdown command's -n flag, but this is not
|
||||
always clean and not recommended.
|
||||
.RE
|
||||
.SH FILES
|
||||
/run/initctl
|
||||
/sbin/init
|
||||
|
@ -62,7 +62,6 @@ This script is not meant as startup script for daemons or somesuch.
|
||||
It has nothing to do with a \fIrc.local\fP style script. It's just
|
||||
a handler for things executed from \fB/etc/inittab\fP. Experimenting
|
||||
with this can make your system un(re)bootable.
|
||||
.RE
|
||||
.SH FILES
|
||||
/etc/inittab,
|
||||
/etc/initscript.
|
||||
|
@ -20,11 +20,11 @@
|
||||
killall5 -- send a signal to all processes.
|
||||
.SH SYNOPSIS
|
||||
.B killall5
|
||||
.RB -signalnumber
|
||||
.B \-signalnumber
|
||||
.RB [ \-o
|
||||
.IR omitpid[,omitpid...]]
|
||||
.IR omitpid [, omitpid ...]]
|
||||
.RB [ \-o
|
||||
.IR omitpid[,omitpid...]... ]
|
||||
.IR omitpid [, omitpid ...]...]
|
||||
.SH DESCRIPTION
|
||||
.B killall5
|
||||
is the SystemV killall command. It sends a signal to all processes except
|
||||
|
10
man/last.1
10
man/last.1
@ -28,18 +28,18 @@ last, lastb \- show listing of last logged in users
|
||||
.B last
|
||||
.RB [ \-R ]
|
||||
.RB [ \-\fInum\fP ]
|
||||
.RB "[ \-\fBn\fP \fInum\fP ]"
|
||||
[\-\fBn\fP \fInum\/\fP]
|
||||
.RB [ \-adFiowx ]
|
||||
.RB "[ \-\fBf\fP \fIfile\fP ]"
|
||||
.RB "[ \-\fBt\fP \fIYYYYMMDDHHMMSS\fP ]"
|
||||
[\-\fBf\fP \fIfile\/\fP]
|
||||
[\-\fBt\fP \fIYYYYMMDDHHMMSS\/\fP]
|
||||
.RI [ name... ]
|
||||
.RI [ tty... ]
|
||||
.br
|
||||
.B lastb
|
||||
.RB [ \-R ]
|
||||
.RB [ \-\fInum\fP ]
|
||||
.RB "[ \-\fBn\fP \fInum\fP ]"
|
||||
.RB "[ \-\fBf\fP \fIfile\fP ]"
|
||||
[\-\fBn\fP \fInum\/\fP]
|
||||
[\-\fBf\fP \fIfile\/\fP]
|
||||
.RB [ \-adFiowx ]
|
||||
.RI [ name... ]
|
||||
.RI [ tty... ]
|
||||
|
@ -25,7 +25,7 @@ mountpoint \- see if a directory is a mountpoint
|
||||
.I /path/to/directory
|
||||
.br
|
||||
.B /bin/mountpoint
|
||||
.RB \-x
|
||||
.B \-x
|
||||
.I /dev/device
|
||||
.SH DESCRIPTION
|
||||
\fBMountpoint\fP checks if the directory is a mountpoint.
|
||||
|
@ -27,7 +27,7 @@ readbootlog \- show contents of the boot log, stripping away control characters
|
||||
.SH SYNOPSIS
|
||||
.B readbootlog
|
||||
.RB [ \-h ]
|
||||
.RB "[ \-\fBf\fP \fIfile\fP ]"
|
||||
[\-\fBf\fP \fIfile\/\fP]
|
||||
.br
|
||||
.\"}}}
|
||||
.\"{{{ Description
|
||||
|
@ -50,7 +50,7 @@ and level
|
||||
.BR LOG_INFO .
|
||||
|
||||
.SH OPTIONS
|
||||
.IP \fB\-n\fn
|
||||
.IP \fB\-n\fP
|
||||
Suppresses the normal banner printed by
|
||||
.IR wall ,
|
||||
changing it to "Remote broadcast message".
|
||||
|
Loading…
Reference in New Issue
Block a user