This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d10189de919e2183f99a3e81999833903f570535

commit d10189de919e2183f99a3e81999833903f570535
Author: Guillem Jover <[email protected]>
AuthorDate: Thu Dec 29 23:47:07 2022 +0100

    man: Turn spaces followed by tabs into spaces in s-s-d(8)
---
 man/start-stop-daemon.pod | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/start-stop-daemon.pod b/man/start-stop-daemon.pod
index 5dd7e18d8..5574ceb8b 100644
--- a/man/start-stop-daemon.pod
+++ b/man/start-stop-daemon.pod
@@ -491,8 +491,8 @@ food, running as user food, with pid in food.pid):
 =over
 
  start-stop-daemon --start --oknodo --user food --name food \
-       --pidfile %RUNSTATEDIR%/food.pid --startas /usr/sbin/food \
-       --chuid food -- --daemon
+   --pidfile %RUNSTATEDIR%/food.pid --startas /usr/sbin/food \
+   --chuid food -- --daemon
 
 =back
 
@@ -501,7 +501,7 @@ Send B<SIGTERM> to B<food> and wait up to 5 seconds for it 
to stop:
 =over
 
  start-stop-daemon --stop --oknodo --user food --name food \
-       --pidfile %RUNSTATEDIR%/food.pid --retry 5
+   --pidfile %RUNSTATEDIR%/food.pid --retry 5
 
 =back
 
@@ -510,6 +510,6 @@ Demonstration of a custom schedule for stopping B<food>:
 =over
 
  start-stop-daemon --stop --oknodo --user food --name food \
-       --pidfile %RUNSTATEDIR%/food.pid --retry=TERM/30/KILL/5
+   --pidfile %RUNSTATEDIR%/food.pid --retry=TERM/30/KILL/5
 
 =back

-- 
Dpkg.Org's dpkg

Reply via email to