Parcourir la source

s-s-d(8): Fix quotation to get rid of a space between -c option and comma

Guillem Jover il y a 18 ans
Parent
commit
4249b84f4d
2 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 5 0
      ChangeLog
  2. 1 1
      man/start-stop-daemon.8

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-01-21  Guillem Jover  <guillem@debian.org>
+
+	* man/start-stop-daemon.8: Fix quotation to get rid of a spurious
+	space between -c option and comma.
+
 2008-01-20  Guillem Jover  <guillem@debian.org>
 
 	* man/start-stop-daemon.8: Coalesce all matching options into a new

+ 1 - 1
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 : ,