From 4249b84f4de294ca6b7b2a39a888a43f9b73cb02 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 21 Jan 2008 04:07:57 +0200 Subject: [PATCH] s-s-d(8): Fix quotation to get rid of a space between -c option and comma --- ChangeLog | 5 +++++ man/start-stop-daemon.8 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e5544f67..a108f5eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-21 Guillem Jover + + * man/start-stop-daemon.8: Fix quotation to get rid of a spurious + space between -c option and comma. + 2008-01-20 Guillem Jover * man/start-stop-daemon.8: Coalesce all matching options into a new diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 351dafe5..5e12d1ef 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -172,7 +172,7 @@ Return exit status 0 instead of 1 if no actions are (would be) taken. .BR \-q ", " \-\-quiet Do not print informational messages; only display error messages. .TP -.BR "\-c ", " \-\-chuid " \fIusername\fR|\fIuid\fP +.BR \-c ", " \-\-chuid " \fIusername\fR|\fIuid\fP" Change to this username/uid before starting the process. You can also specify a group by appending a .BR : , -- 2.39.5