Sfoglia il codice sorgente

s-s-d(8): Mention --pid and --ppid in the DESCRIPTION section

Guillem Jover 11 anni fa
parent
commit
1c1823e075
2 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 1 0
      debian/changelog
  2. 4 2
      man/start-stop-daemon.8

+ 1 - 0
debian/changelog

@@ -8,6 +8,7 @@ dpkg (1.17.19) UNRELEASED; urgency=low
     before executing the program will not be properly reported to the caller.
     before executing the program will not be properly reported to the caller.
     Regression introduced in dpkg 1.17.14. Closes: #765110
     Regression introduced in dpkg 1.17.14. Closes: #765110
   * Add new --remove-pidfile option to start-stop-daemon.
   * Add new --remove-pidfile option to start-stop-daemon.
+  * Mention --pid and --ppid in start-stop-daemon(8) man page DESCRIPTION.
 
 
   [ Updated programs translations ]
   [ Updated programs translations ]
   * Italian (Milo Casagrande): Closes: #765748
   * Italian (Milo Casagrande): Closes: #765748

+ 4 - 2
man/start-stop-daemon.8

@@ -35,14 +35,16 @@ Using one of the matching options, \fBstart\-stop\-daemon\fP
 can be configured to find existing instances of a running process.
 can be configured to find existing instances of a running process.
 .PP
 .PP
 Note: unless
 Note: unless
+.B \-\-pid
+or
 .B \-\-pidfile
 .B \-\-pidfile
-is specified,
+are specified,
 .B start\-stop\-daemon
 .B start\-stop\-daemon
 behaves similar to
 behaves similar to
 .BR killall (1).
 .BR killall (1).
 .B start\-stop\-daemon
 .B start\-stop\-daemon
 will scan the process table looking for any processes which
 will scan the process table looking for any processes which
-match the process name, uid, and/or gid (if specified). Any
+match the process name, parent pid, uid, and/or gid (if specified). Any
 matching process will prevent
 matching process will prevent
 .BR \-\-start
 .BR \-\-start
 from starting the daemon. All matching processes will be sent the TERM
 from starting the daemon. All matching processes will be sent the TERM