Skip to content

Commit 3616db3

Browse files
committed
doc: fix some (source-level) formatting inconsistencies
1 parent 6404081 commit 3616db3

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

doc/manpages/dinit-monitor.8.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@ The monitoring provided by \fBdinit-monitor\fR is not intended to be used for sy
9595
purposes. If system load is particularly high, for example, notifications may be skipped.
9696
.\"
9797
.SH SEE ALSO
98+
.\"
9899
\fBdinit\fR(8), \fBdinitctl\fR(8).
99100
.\"
100101
.SH AUTHOR
102+
.\"
101103
Dinit, and this manual, were written by Davin McCall.
102104
$$$dnl

doc/manpages/dinit-service.5.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ The \fIpath\fR is subject to pre-load variable substitution
867867
As for \fB@include\fR, but produces no error if the named file does not exist.
868868
.\"
869869
.SH EXAMPLES
870-
.LP
870+
.\"
871871
Here is an example service description for the \fBmysql\fR database server.
872872
It has a dependency on the \fBrcboot\fR service (not shown) which is
873873
expected to have set up the system to a level suitable for basic operation.
@@ -916,5 +916,6 @@ depends-on: device-node-daemon
916916
More examples are provided with the Dinit distribution.
917917
.\"
918918
.SH AUTHOR
919+
.\"
919920
Dinit, and this manual, were written by Davin McCall.
920921
$$$dnl

doc/manpages/dinit.8.m4

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ System shutdown or restart need to be handled by the primary \fBinit\fR, which s
262262
waiting for it to terminate after stopping services (possibly by invoking \fBdinitctl shutdown\fR).
263263
.\"
264264
.SH LOGGING
265+
.\"
265266
Dinit "logs" via two mechanisms simultaneously: the "console" (standard output, not necessarily associated
266267
with an actual console if \fBdinit\fR was started with output directed elsewhere) and the "main log facility"
267268
which is the syslog facility by default but which may be directed to a file.
@@ -282,7 +283,7 @@ also reset the level via the \fB\-\-console\-level\fR option to either \fBwarn\f
282283
This will reduce noise in the output from successful service startup.
283284
.\"
284285
.SH COMMAND LINE FROM KERNEL
285-
.LP
286+
.\"
286287
When running as PID 1, \fBdinit\fR may process the command line differently, to compensate for kernel behaviour.
287288
.LP
288289
On Linux, kernel command line options that are not recognised by the kernel will be passed on to \fBdinit\fR.
@@ -331,7 +332,7 @@ Default locations for service description files. The directories are searched in
331332
Default location for service description files for user instances. The directories are searched in the order listed.
332333
.\"
333334
.SH SIGNALS
334-
.LP
335+
.\"
335336
When run as a system manager, SIGINT stops all services and performs a reboot (on Linux, this signal can be
336337
generated using the control-alt-delete key combination); SIGTERM stops services and halts the system; and
337338
SIGQUIT performs an immediate shutdown with no service rollback.
@@ -344,5 +345,6 @@ and exit Dinit; SIGQUIT exits Dinit immediately.
344345
\fBdinitctl\fR(8), \fBdinit-service\fR(5), \fBdinitcheck\fR(8), \fB$$$SHUTDOWN_PREFIX@@@shutdown(8)\fR.
345346
.\"
346347
.SH AUTHOR
348+
.\"
347349
Dinit, and this manual, were written by Davin McCall.
348350
$$$dnl

doc/manpages/dinitcheck.8.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@ from the running instance of \fBdinit\fR.
8888
\fBdinit\fR(8), \fBdinit-service\fR(5).
8989
.\"
9090
.SH AUTHOR
91+
.\"
9192
Dinit, and this manual, were written by Davin McCall.
9293
$$$dnl

doc/manpages/dinitctl.8.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,10 @@ The path to the socket used to communicate with the \fBdinit\fR(8) daemon. May b
367367
command line options. If not set, and not overridden, the \fBdinit\fR defaults are used.
368368
.\"
369369
.SH SEE ALSO
370+
.\"
370371
\fBdinit\fR(8), \fBdinit-service\fR(5), \fB$$$SHUTDOWN_PREFIX@@@shutdown(8)\fR.
371372
.\"
372373
.SH AUTHOR
374+
.\"
373375
Dinit, and this manual, were written by Davin McCall.
374376
$$$dnl

doc/manpages/shutdown.8.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,6 @@ If it does not unmount file systems, the script should not exit with status 0.
110110
\fBdinit\fR(8), \fBdinitctl\fR(8)
111111
.\"
112112
.SH AUTHOR
113+
.\"
113114
Dinit, and this manual, were written by Davin McCall.
114115
$$$dnl

0 commit comments

Comments
 (0)