Explorar el Código

man: Separate multi-line hanging tag paragraphs with .TQ

Guillem Jover hace 11 años
padre
commit
48f05b0655
Se han modificado 3 ficheros con 5 adiciones y 1 borrados
  1. 1 0
      debian/changelog
  2. 1 0
      man/deb-control.5
  3. 3 1
      man/dpkg-buildflags.1

+ 1 - 0
debian/changelog

@@ -119,6 +119,7 @@ dpkg (1.18.0) UNRELEASED; urgency=low
     - Document in dpkg-buildflags(1) that DEB_VENDOR influences the execution.
     - Document that dpkg performs sanity checks on PATH.
     - Mark some words and commands as non-hyphenable in man pages.
+    - Separate multi-line hanging tag paragraphs with .TQ in man pages.
   * 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.

+ 1 - 0
man/deb-control.5

@@ -60,6 +60,7 @@ the person who created the package, as opposed to the author of the
 software that was packaged.
 .TP
 .BI Description: " short-description"
+.TQ
 .BI " " "long-description"
 .br
 The format for the package description is a short brief summary on the

+ 3 - 1
man/dpkg-buildflags.1

@@ -423,7 +423,9 @@ See the \fBFEATURE AREAS\fP section for details.
 .B /etc/dpkg/buildflags.conf
 System wide configuration file.
 .TP
-.BR $XDG_CONFIG_HOME/dpkg/buildflags.conf " or " $HOME/.config/dpkg/buildflags.conf
+.BR $XDG_CONFIG_HOME/dpkg/buildflags.conf " or "
+.TQ
+.BR $HOME/.config/dpkg/buildflags.conf
 User configuration file.
 .SS Packaging support
 .TP