man: supervise-daemon: fix various style issues

The .Dt header is supposed to be all caps.  This was mixing case.

The options block was being incorrectly indented due to a missing .El.

Some of the new options were missing the .It block, so add that.

Finally, the -D option was missing capitalization.
This commit is contained in:
Mike Frysinger 2019-01-01 18:36:40 -05:00
parent b84d0bac4d
commit 2d31b0a3f8

View File

@ -9,7 +9,7 @@
.\" except according to the terms contained in the LICENSE file. .\" except according to the terms contained in the LICENSE file.
.\" .\"
.Dd April 27, 2016 .Dd April 27, 2016
.Dt supervise-DAEMON 8 SMM .Dt SUPERVISE-DAEMON 8 SMM
.Os OpenRC .Os OpenRC
.Sh NAME .Sh NAME
.Nm supervise-daemon .Nm supervise-daemon
@ -88,16 +88,17 @@ owned by the user. You can optionally append a
name here also. name here also.
.It Fl v , -verbose .It Fl v , -verbose
Print the action(s) that are taken just before doing them. Print the action(s) that are taken just before doing them.
.El
.Pp .Pp
The options are as follows: The options are as follows:
.Bl -tag -width indent .Bl -tag -width indent
.Fl a , -healthcheck-timer Ar seconds .It Fl a , -healthcheck-timer Ar seconds
Run the healthcheck() command, possibly followed by the unhealthy() Run the healthcheck() command, possibly followed by the unhealthy()
command every time this number of seconds passes. command every time this number of seconds passes.
.Fl A , -healthcheck-delay Ar seconds .It Fl A , -healthcheck-delay Ar seconds
Wait this long before the first health check. Wait this long before the first health check.
.It Fl D , -respawn-delay Ar seconds .It Fl D , -respawn-delay Ar seconds
wait this number of seconds before restarting a daemon after it crashes. Wait this number of seconds before restarting a daemon after it crashes.
The default is 0. The default is 0.
.It Fl d , -chdir Ar path .It Fl d , -chdir Ar path
chdir to this directory before starting the daemon. chdir to this directory before starting the daemon.