Просмотр исходного кода

man: Lowercase warning and note admonitions in s-s-d(8)

Guillem Jover лет назад: 11
Родитель
Сommit
786fc80f2d
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 0
      debian/changelog
  2. 2 2
      man/start-stop-daemon.8

+ 1 - 0
debian/changelog

@@ -122,6 +122,7 @@ dpkg (1.18.0) UNRELEASED; urgency=low
     - Separate multi-line hanging tag paragraphs with .TQ in man pages.
     - Mark field names in bold in man pages.
     - Use various groff escape sequences for quoting characters.
+    - Lowercase warning and note admonitions in start-stop-daemon(8).
   * Output message fixes and improvements:
     - Remove trailing newline from string literal in warning calls.
     - Say “execute” instead of “exec” in Dpkg::Changelog::Parse error message.

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

@@ -250,7 +250,7 @@ Typically used with programs that don't detach on their own. This option
 will force
 .B start\-stop\-daemon
 to fork before starting the process, and force it into the background.
-.B WARNING: start\-stop\-daemon
+.B Warning: start\-stop\-daemon
 cannot check the exit status if the process fails to execute for
 .B any
 reason. This is a last resort, and is only meant for programs that either
@@ -294,7 +294,7 @@ create the file referenced with
 and place the pid into it just before executing the process. Note, the
 file will only be removed when stopping the program if
 \fB\-\-remove\-pidfile\fP is used.
-.B NOTE:
+.B Note:
 This feature may not work in all cases. Most notably when the program
 being executed forks from its main process. Because of this, it is usually
 only useful when combined with the