From 2d31b0a3f8b4be7290e596cb7072b78361e1734b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 1 Jan 2019 18:36:40 -0500 Subject: [PATCH] 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. --- man/supervise-daemon.8 | 9 +++++---- 1 file 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.