Fixed various typos and control codes in manual pages.

Patch provided by Bjarni Ingi Gislason.
This commit is contained in:
Jesse Smith 2019-03-03 17:32:28 -04:00
parent 80e83960da
commit cf55352b97
9 changed files with 22 additions and 17 deletions

View File

@ -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 ] [ Jesse Smith ]

View File

@ -251,7 +251,7 @@ can then manipulate the command line so that \fBps\fP(1) shows
the current runlevel. the current runlevel.
.PP .PP
.TP 0.5i .TP 0.5i
.BI "--version " .B \-\-version
This argument, when used on its own, displays the current version of init 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 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 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 login (1),
.BR sh (1), .BR sh (1),
.BR runlevel (8), .BR runlevel (8),
.BR shutdown(8), .BR shutdown (8),
.BR kill (1), .BR kill (1),
.BR initctl (5), .BR initctl (5),
.BR inittab (5), .BR inittab (5),

View File

@ -116,7 +116,6 @@ if ((fd = open(INIT_FIFO, O_WRONLY)) >= 0) /* open pipe for writing */
.fi .fi
.sp .sp
.RE
.SH NOTES .SH NOTES
Usually the /run/initctl pipe would only be used by low-level programs to 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 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 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 down the system using the shutdown command's -n flag, but this is not
always clean and not recommended. always clean and not recommended.
.RE
.SH FILES .SH FILES
/run/initctl /run/initctl
/sbin/init /sbin/init

View File

@ -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 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 a handler for things executed from \fB/etc/inittab\fP. Experimenting
with this can make your system un(re)bootable. with this can make your system un(re)bootable.
.RE
.SH FILES .SH FILES
/etc/inittab, /etc/inittab,
/etc/initscript. /etc/initscript.

View File

@ -20,11 +20,11 @@
killall5 -- send a signal to all processes. killall5 -- send a signal to all processes.
.SH SYNOPSIS .SH SYNOPSIS
.B killall5 .B killall5
.RB -signalnumber .B \-signalnumber
.RB [ \-o .RB [ \-o
.IR omitpid[,omitpid...]] .IR omitpid [, omitpid ...]]
.RB [ \-o .RB [ \-o
.IR omitpid[,omitpid...]... ] .IR omitpid [, omitpid ...]...]
.SH DESCRIPTION .SH DESCRIPTION
.B killall5 .B killall5
is the SystemV killall command. It sends a signal to all processes except is the SystemV killall command. It sends a signal to all processes except

View File

@ -28,18 +28,18 @@ last, lastb \- show listing of last logged in users
.B last .B last
.RB [ \-R ] .RB [ \-R ]
.RB [ \-\fInum\fP ] .RB [ \-\fInum\fP ]
.RB "[ \-\fBn\fP \fInum\fP ]" [\-\fBn\fP \fInum\/\fP]
.RB [ \-adFiowx ] .RB [ \-adFiowx ]
.RB "[ \-\fBf\fP \fIfile\fP ]" [\-\fBf\fP \fIfile\/\fP]
.RB "[ \-\fBt\fP \fIYYYYMMDDHHMMSS\fP ]" [\-\fBt\fP \fIYYYYMMDDHHMMSS\/\fP]
.RI [ name... ] .RI [ name... ]
.RI [ tty... ] .RI [ tty... ]
.br .br
.B lastb .B lastb
.RB [ \-R ] .RB [ \-R ]
.RB [ \-\fInum\fP ] .RB [ \-\fInum\fP ]
.RB "[ \-\fBn\fP \fInum\fP ]" [\-\fBn\fP \fInum\/\fP]
.RB "[ \-\fBf\fP \fIfile\fP ]" [\-\fBf\fP \fIfile\/\fP]
.RB [ \-adFiowx ] .RB [ \-adFiowx ]
.RI [ name... ] .RI [ name... ]
.RI [ tty... ] .RI [ tty... ]

View File

@ -25,7 +25,7 @@ mountpoint \- see if a directory is a mountpoint
.I /path/to/directory .I /path/to/directory
.br .br
.B /bin/mountpoint .B /bin/mountpoint
.RB \-x .B \-x
.I /dev/device .I /dev/device
.SH DESCRIPTION .SH DESCRIPTION
\fBMountpoint\fP checks if the directory is a mountpoint. \fBMountpoint\fP checks if the directory is a mountpoint.

View File

@ -27,7 +27,7 @@ readbootlog \- show contents of the boot log, stripping away control characters
.SH SYNOPSIS .SH SYNOPSIS
.B readbootlog .B readbootlog
.RB [ \-h ] .RB [ \-h ]
.RB "[ \-\fBf\fP \fIfile\fP ]" [\-\fBf\fP \fIfile\/\fP]
.br .br
.\"}}} .\"}}}
.\"{{{ Description .\"{{{ Description

View File

@ -50,7 +50,7 @@ and level
.BR LOG_INFO . .BR LOG_INFO .
.SH OPTIONS .SH OPTIONS
.IP \fB\-n\fn .IP \fB\-n\fP
Suppresses the normal banner printed by Suppresses the normal banner printed by
.IR wall , .IR wall ,
changing it to "Remote broadcast message". changing it to "Remote broadcast message".