diff options
author | Mike Frysinger <vapier@gentoo.org> | 2019-01-01 18:36:40 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2019-01-01 18:36:40 -0500 |
commit | 2d31b0a3f8b4be7290e596cb7072b78361e1734b (patch) | |
tree | 4d8d0bd3f5aa9c6fbfc5c42eb30bb9c9df2a8cc7 /man | |
parent | b84d0bac4d3f23ff969827d74808fd7bd1c621c3 (diff) |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/supervise-daemon.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/supervise-daemon.8 b/man/supervise-daemon.8 index 33b3228c..75d94a86 100644 --- a/man/supervise-daemon.8 +++ b/man/supervise-daemon.8 @@ -9,7 +9,7 @@ .\" except according to the terms contained in the LICENSE file. .\" .Dd April 27, 2016 -.Dt supervise-DAEMON 8 SMM +.Dt SUPERVISE-DAEMON 8 SMM .Os OpenRC .Sh NAME .Nm supervise-daemon @@ -88,16 +88,17 @@ owned by the user. You can optionally append a name here also. .It Fl v , -verbose Print the action(s) that are taken just before doing them. +.El .Pp The options are as follows: .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() 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. .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. .It Fl d , -chdir Ar path chdir to this directory before starting the daemon. |