Browse Source

man: Disable hyphenation globally

Instead of marking specific words as not hyphenable, depending on the
width of the output, which should not be considered stable. Or simply
the SEE ALSO section. Just disable hyphenation globally for the whole
man page.
Guillem Jover 7 years ago
parent
commit
b1c278d631
53 changed files with 73 additions and 30 deletions
  1. 2 0
      debian/changelog
  2. 1 0
      man/deb-changelog.man
  3. 1 0
      man/deb-changes.man
  4. 1 0
      man/deb-conffiles.man
  5. 4 3
      man/deb-control.man
  6. 1 0
      man/deb-extra-override.man
  7. 1 0
      man/deb-old.man
  8. 1 0
      man/deb-origin.man
  9. 1 1
      man/deb-override.man
  10. 1 0
      man/deb-postinst.man
  11. 1 0
      man/deb-postrm.man
  12. 1 0
      man/deb-preinst.man
  13. 1 0
      man/deb-prerm.man
  14. 1 0
      man/deb-shlibs.man
  15. 1 0
      man/deb-split.man
  16. 2 1
      man/deb-src-control.man
  17. 1 1
      man/deb-src-files.man
  18. 1 1
      man/deb-substvars.man
  19. 1 0
      man/deb-symbols.man
  20. 1 0
      man/deb-triggers.man
  21. 1 0
      man/deb-version.man
  22. 1 0
      man/deb.man
  23. 1 0
      man/deb822.man
  24. 7 6
      man/dpkg-architecture.man
  25. 8 7
      man/dpkg-buildflags.man
  26. 3 3
      man/dpkg-buildpackage.man
  27. 1 0
      man/dpkg-checkbuilddeps.man
  28. 1 0
      man/dpkg-deb.man
  29. 1 1
      man/dpkg-distaddfile.man
  30. 1 0
      man/dpkg-divert.man
  31. 1 1
      man/dpkg-genchanges.man
  32. 1 1
      man/dpkg-gencontrol.man
  33. 1 0
      man/dpkg-gensymbols.man
  34. 1 1
      man/dpkg-maintscript-helper.man
  35. 1 0
      man/dpkg-mergechangelogs.man
  36. 1 0
      man/dpkg-name.man
  37. 1 0
      man/dpkg-parsechangelog.man
  38. 1 0
      man/dpkg-query.man
  39. 1 1
      man/dpkg-scanpackages.man
  40. 1 0
      man/dpkg-scansources.man
  41. 1 0
      man/dpkg-shlibdeps.man
  42. 1 1
      man/dpkg-source.man
  43. 1 0
      man/dpkg-split.man
  44. 1 0
      man/dpkg-statoverride.man
  45. 1 0
      man/dpkg-trigger.man
  46. 1 0
      man/dpkg-vendor.man
  47. 1 0
      man/dpkg.cfg.man
  48. 1 1
      man/dpkg.man
  49. 1 0
      man/dsc.man
  50. 1 0
      man/dselect.cfg.man
  51. 1 0
      man/dselect.man
  52. 1 0
      man/start-stop-daemon.man
  53. 1 0
      man/update-alternatives.man

+ 2 - 0
debian/changelog

@@ -29,6 +29,8 @@ dpkg (1.18.11) UNRELEASED; urgency=medium
       possible to use UTF-8 in the source and convert to the more conservative
       groff escape sequences on the output.
     - Switch from groff escape sequences to UTF-8 in man pages sources.
+    - Disable hyphenation in man pages globally, because it performs very
+      poorly on many technical terms.
   * Build system:
     - Add support for profiling perl modules.
     - Clean up compiler and linker automatic flag usage in configure.

+ 1 - 0
man/deb-changelog.man

@@ -23,6 +23,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb-changelog 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb\-changelog \- dpkg source packages' changelog file format
 .

+ 1 - 0
man/deb-changes.man

@@ -18,6 +18,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-changes 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb\-changes \- Debian changes file format
 .

+ 1 - 0
man/deb-conffiles.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-conffiles 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-conffiles \- package conffiles
 .

+ 4 - 3
man/deb-control.man

@@ -20,6 +20,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-control 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb\-control \- Debian binary packages' master control file format
 .
@@ -120,14 +121,14 @@ The name of the distribution this package is originating from.
 .BI Bugs: " url"
 The \fIurl\fP of the bug tracking system for this package. The current
 used format is \fIbts-type\fP\fB://\fP\fIbts-address\fP, like
-\fB\%debbugs://bugs.debian.org\fP.
+\fBdebbugs://bugs.debian.org\fP.
 .TP
 .BI Homepage: " url"
 The upstream project home page \fIurl\fP.
 .TP
 .BI Tag: " tag-list"
 List of tags describing the qualities of the package. The description and
-list of supported tags can be found in the \fB\%debtags\fP package.
+list of supported tags can be found in the \fBdebtags\fP package.
 .TP
 .BR Multi\-Arch: " \fBno\fP|\fBsame\fP|\fBforeign\fP|\fBallowed\fP"
 This field is used to indicate how this package should behave on a multi-arch
@@ -248,7 +249,7 @@ Lists packages that conflict with this one, for example by containing
 files with the same names. The package maintenance software will not
 allow conflicting packages to be installed at the same time. Two
 conflicting packages should each include a
-.B \%Conflicts
+.B Conflicts
 line mentioning the other.
 .TP
 .BI Replaces: " package-list"

+ 1 - 0
man/deb-extra-override.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-extra\-override 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-extra\-override \- Debian archive extra override file
 .

+ 1 - 0
man/deb-old.man

@@ -18,6 +18,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-old 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb\-old \- old style Debian binary package format
 .

+ 1 - 0
man/deb-origin.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-origin 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb\-origin \- Vendor-specific information files
 .SH SYNOPSIS

+ 1 - 1
man/deb-override.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-override 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-override \- Debian archive override file
 .
@@ -65,7 +66,6 @@ directory on any Debian mirror.
 .
 .SH SEE ALSO
 .ad l
-.nh
 .BR dpkg\-scanpackages (1),
 .BR dpkg\-scansources (1),
 .BR apt\-ftparchive (1).

+ 1 - 0
man/deb-postinst.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-postinst 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-postinst \- package post-installation maintainer script
 .

+ 1 - 0
man/deb-postrm.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-postrm 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-postrm \- package post-removal maintainer script
 .

+ 1 - 0
man/deb-preinst.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-preinst 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-preinst \- package pre-installation maintainer script
 .

+ 1 - 0
man/deb-prerm.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-prerm 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-prerm \- package pre-removal maintainer script
 .

+ 1 - 0
man/deb-shlibs.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-shlibs 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-shlibs \- Debian shared library information file
 .

+ 1 - 0
man/deb-split.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-split 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb\-split \- Debian multi-part binary package format
 .SH SYNOPSIS

+ 2 - 1
man/deb-src-control.man

@@ -18,6 +18,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-src\-control 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb\-src\-control \- Debian source packages' master control file format
 .
@@ -78,7 +79,7 @@ The upstream project home page URL.
 .BI Bugs: " url"
 The \fIurl\fP of the bug tracking system for this package. The current
 used format is \fIbts-type\fP\fB://\fP\fIbts-address\fP, like
-\fB\%debbugs://bugs.debian.org\fP. This field is usually not needed.
+\fBdebbugs://bugs.debian.org\fP. This field is usually not needed.
 
 .TP
 .BI Vcs\-Arch: " url"

+ 1 - 1
man/deb-src-files.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-src\-files 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-src\-files \- Debian distribute files format
 .
@@ -49,6 +50,5 @@ This file is not intended to be modified directly, please use one of
 .
 .SH SEE ALSO
 .ad l
-.nh
 .BR dpkg\-genchanges (1),
 .BR dpkg\-distaddfile (1).

+ 1 - 1
man/deb-substvars.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-substvars 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-substvars \- Debian source substitution variables
 .
@@ -173,7 +174,6 @@ List of substitution variables and values.
 .
 .SH SEE ALSO
 .ad l
-.nh
 .BR dpkg (1),
 .BR dpkg\-genchanges (1),
 .BR dpkg\-gencontrol (1),

+ 1 - 0
man/deb-symbols.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-symbols 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-symbols \- Debian's extended shared library information file
 .

+ 1 - 0
man/deb-triggers.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-triggers 5 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 deb\-triggers \- package triggers
 .

+ 1 - 0
man/deb-version.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb\-version 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb\-version \- Debian package version number format
 .

+ 1 - 0
man/deb.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb \- Debian binary package format
 .SH SYNOPSIS

+ 1 - 0
man/deb822.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH deb822 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 deb822 \- Debian RFC822 control data format
 .

+ 7 - 6
man/dpkg-architecture.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-architecture 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-architecture \- set and determine the architecture for package building
 .
@@ -43,7 +44,7 @@ or the same as the build architecture if \fBCC\fP or gcc are both not
 available. One out of \fB\-\-host\-arch\fR and \fB\-\-host\-type\fR is
 sufficient, the value of the
 other will be set to a usable default. Indeed, it is often better to only
-specify one, because \fB\%dpkg\-architecture\fP will warn you if your choice
+specify one, because \fBdpkg\-architecture\fP will warn you if your choice
 does not match the default.
 .
 .SH COMMANDS
@@ -121,10 +122,10 @@ specified endianness (since dpkg 1.17.14). Either \fBlittle\fP or \fBbig\fP.
 .TP
 .BR \-f ", " \-\-force
 Values set by existing environment variables with the same name as used by
-the scripts are honored (i.e. used by \fB\%dpkg\-architecture\fP), except if
+the scripts are honored (i.e. used by \fBdpkg\-architecture\fP), except if
 this force flag is present. This allows the user
-to override a value even when the call to \fB\%dpkg\-architecture\fP is buried
-in some other script (for example \fB\%dpkg\-buildpackage\fP(1)).
+to override a value even when the call to \fBdpkg\-architecture\fP is buried
+in some other script (for example \fBdpkg\-buildpackage\fP(1)).
 .
 .SH TERMS
 .IP "build machine" 4
@@ -242,7 +243,7 @@ Makefile snippet that properly sets and exports all the variables that
 .
 .SH EXAMPLES
 \fBdpkg\-buildpackage\fP accepts the \fB\-a\fR option and passes it to
-\fB\%dpkg\-architecture\fP. Other examples:
+\fBdpkg\-architecture\fP. Other examples:
 .IP
 CC=i386\-gnu\-gcc dpkg\-architecture \-c debian/rules build
 .IP
@@ -266,7 +267,7 @@ The environment variables set by \fBdpkg\-architecture\fP are passed to
 \fIdebian/rules\fP as make variables (see make documentation). However,
 you should not rely on them, as this breaks manual invocation of the
 script. Instead, you should always initialize them using
-\fB\%dpkg\-architecture\fP with the \fB\-q\fP option. Here are some examples,
+\fBdpkg\-architecture\fP with the \fB\-q\fP option. Here are some examples,
 which also show how you can improve the cross compilation support in your
 package:
 .PP

+ 8 - 7
man/dpkg-buildflags.man

@@ -18,6 +18,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-buildflags 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dpkg\-buildflags \- returns build flags to use during package build
 .
@@ -223,9 +224,9 @@ problems in the source code or build system.
 This setting (disabled by default) adds any warning option that reliably
 detects problematic source code. The warnings are fatal.
 The only currently supported flags are \fBCFLAGS\fP and \fBCXXFLAGS\fP
-with flags set to \fB\-Werror=array\-bounds\fP, \fB\%\-Werror=clobbered\fP,
-\fB\%\-Werror=implicit\-function\-declaration\fP and
-\fB\%\-Werror=volatile\-register\-var\fP.
+with flags set to \fB\-Werror=array\-bounds\fP, \fB\-Werror=clobbered\fP,
+\fB\-Werror=implicit\-function\-declaration\fP and
+\fB\-Werror=volatile\-register\-var\fP.
 .
 .TP
 .B canary
@@ -407,12 +408,12 @@ This setting (enabled by default) adds
 .B \-Wdate\-time
 to \fBCPPFLAGS\fP.
 This will cause warnings when the \fB__TIME__\fP, \fB__DATE__\fP and
-\fB\%__TIMESTAMP__\fP macros are used.
+\fB__TIMESTAMP__\fP macros are used.
 .
 .TP
 .B fixdebugpath
 This setting (enabled by default) adds
-.BI \%\-fdebug\-prefix\-map= BUILDPATH =.
+.BI \-fdebug\-prefix\-map= BUILDPATH =.
 to \fBCFLAGS\fP, \fBCXXFLAGS\fP, \fBOBJCFLAGS\fP, \fBOBJCXXFLAGS\fP,
 \fBGCJFLAGS\fP, \fBFFLAGS\fP and \fBFCFLAGS\fP where \fBBUILDPATH\fP is
 set to the top-level directory of the package being built.
@@ -464,7 +465,7 @@ See the \fBFEATURE AREAS\fP section for details.
 .B DEB_VENDOR
 This setting defines the current vendor.
 If not set, it will discover the current vendor by reading
-\fB\%%PKGCONFDIR%/origins/default\fP.
+\fB%PKGCONFDIR%/origins/default\fP.
 .TP
 .B DEB_BUILD_PATH
 This variable sets the build path (since dpkg 1.18.8) to use in features
@@ -530,7 +531,7 @@ options to configure or \fBmake\fP(1) directly, as shown above.
 For other build systems, or when you need more fine-grained control
 about which flags are passed where, you can use \fB\-\-get\fP. Or you
 can include \fBbuildflags.mk\fP instead, which takes care of calling
-\fB\%dpkg\-buildflags\fP and storing the build flags in make variables.
+\fBdpkg\-buildflags\fP and storing the build flags in make variables.
 .PP
 If you want to export all buildflags into the environment (where they
 can be picked up by your build system):

+ 3 - 3
man/dpkg-buildpackage.man

@@ -20,6 +20,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-buildpackage 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-buildpackage \- build binary or source packages from sources
 .
@@ -226,7 +227,7 @@ the number of online processors if \fBauto\fP is specified
 equivalent to the
 .BR make (1)
 option of the same name (since dpkg 1.14.7, long option since dpkg 1.18.8).
-Will add itself to the \fB\%MAKEFLAGS\fP
+Will add itself to the \fBMAKEFLAGS\fP
 environment variable, which should cause all subsequent make
 invocations to inherit the option, thus forcing the parallel setting on
 the packaging (and possibly the upstream build system if that uses make)
@@ -244,7 +245,7 @@ the code will fallback to using an unlimited number.
 .TP
 .BR \-J ", " \-\-jobs\-try [=\fIjobs\fP|\fBauto\fP]
 This option (since dpkg 1.18.2, long option since dpkg 1.18.8) is equivalent
-to the \fB\-j\fP option except that it does not set the \fB\%MAKEFLAGS\fP
+to the \fB\-j\fP option except that it does not set the \fBMAKEFLAGS\fP
 environment variable, and as such it is safer to use with any package
 including those that are not parallel-build safe.
 .TP
@@ -515,7 +516,6 @@ and initial arguments for
 .
 .SH SEE ALSO
 .ad l
-.nh
 .BR dpkg\-source (1),
 .BR dpkg\-architecture (1),
 .BR dpkg\-buildflags (1),

+ 1 - 0
man/dpkg-checkbuilddeps.man

@@ -18,6 +18,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-checkbuilddeps 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-checkbuilddeps \- check build dependencies and conflicts
 .

+ 1 - 0
man/dpkg-deb.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-deb 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dpkg\-deb \- Debian package archive (.deb) manipulation tool
 .

+ 1 - 1
man/dpkg-distaddfile.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-distaddfile 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-distaddfile \- add entries to debian/files
 .
@@ -64,5 +65,4 @@ can be used to add additional files.
 .
 .SH SEE ALSO
 .ad l
-.nh
 .BR deb\-src\-files (5).

+ 1 - 0
man/dpkg-divert.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-divert 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-divert \- override a package's version of a file
 .

+ 1 - 1
man/dpkg-genchanges.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-genchanges 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-genchanges \- generate Debian .changes files
 .
@@ -201,7 +202,6 @@ file.
 .
 .SH SEE ALSO
 .ad l
-.nh
 .BR deb\-substvars (5),
 .BR deb\-src\-control (5),
 .BR deb\-src\-files (5),

+ 1 - 1
man/dpkg-gencontrol.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-gencontrol 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-gencontrol \- generate Debian control files
 .
@@ -160,7 +161,6 @@ adds the presumed filenames of binary packages whose control files it
 generates here.
 .SH SEE ALSO
 .ad l
-.nh
 .BR deb\-substvars (5),
 .BR deb\-src\-control (5),
 .BR deb\-changelog (5),

+ 1 - 0
man/dpkg-gensymbols.man

@@ -18,6 +18,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-gensymbols 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-gensymbols \- generate symbols files (shared library dependency information)
 .

+ 1 - 1
man/dpkg-maintscript-helper.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-maintscript\-helper 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dpkg\-maintscript\-helper \- works around known dpkg limitations in maintainer scripts
 .
@@ -253,5 +254,4 @@ by dpkg and required by the script are present, and will consider it a
 failure in case the environment is not sufficient.
 .SH SEE ALSO
 .ad l
-.nh
 .BR dh_installdeb (1).

+ 1 - 0
man/dpkg-mergechangelogs.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-mergechangelogs 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dpkg\-mergechangelogs \- 3-way merge of debian/changelog files
 .

+ 1 - 0
man/dpkg-name.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-name 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-name \- rename Debian packages to full package names
 .

+ 1 - 0
man/dpkg-parsechangelog.man

@@ -20,6 +20,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-parsechangelog 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-parsechangelog \- parse Debian changelog files
 .

+ 1 - 0
man/dpkg-query.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-query 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dpkg\-query \- a tool to query the dpkg database
 .

+ 1 - 1
man/dpkg-scanpackages.man

@@ -19,6 +19,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-scanpackages 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-scanpackages \- create Packages index files
 .
@@ -123,7 +124,6 @@ maintainer substitutions which do not take effect.
 .
 .SH SEE ALSO
 .ad l
-.nh
 .BR dpkg (1),
 .BR dselect (1),
 .BR deb\-override (5),

+ 1 - 0
man/dpkg-scansources.man

@@ -18,6 +18,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-scansources 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-scansources \- create Sources index files
 .

+ 1 - 0
man/dpkg-shlibdeps.man

@@ -20,6 +20,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-shlibdeps 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-shlibdeps \- generate shared library substvar dependencies
 .

+ 1 - 1
man/dpkg-source.man

@@ -21,6 +21,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-source 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-source \- Debian source package (.dsc) manipulation tool
 .
@@ -830,7 +831,6 @@ The point at which field overriding occurs compared to certain
 standard output field settings is rather confused.
 .SH SEE ALSO
 .ad l
-.nh
 .BR deb\-src\-control (5),
 .BR deb\-changelog (5),
 .BR dsc (5).

+ 1 - 0
man/dpkg-split.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-split 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-split \- Debian package archive split/join tool
 .

+ 1 - 0
man/dpkg-statoverride.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-statoverride 1 "%RELEASE_DATE%" "Debian project" "dpkg utilities"
+.nh
 .SH NAME
 dpkg\-statoverride \- override ownership and mode of files
 .

+ 1 - 0
man/dpkg-trigger.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-trigger 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dpkg\-trigger \- a package trigger utility
 .

+ 1 - 0
man/dpkg-vendor.man

@@ -16,6 +16,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg\-vendor 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dpkg\-vendor \- queries information about distribution vendors
 .

+ 1 - 0
man/dpkg.cfg.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg.cfg 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dpkg.cfg \- dpkg configuration file
 .

+ 1 - 1
man/dpkg.man

@@ -24,6 +24,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dpkg 1 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dpkg \- package manager for Debian
 .
@@ -1046,7 +1047,6 @@ following packages: \fBapt\fR, \fBaptitude\fR and \fBdebsums\fR.
 .
 .SH SEE ALSO
 .ad l
-.nh
 \fBaptitude\fP(1),
 \fBapt\fP(1),
 \fBdselect\fP(1),

+ 1 - 0
man/dsc.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dsc 5 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 dsc \- Debian source packages' control file format
 .

+ 1 - 0
man/dselect.cfg.man

@@ -17,6 +17,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dselect.cfg 5 "%RELEASE_DATE%" "%VERSION%" "dpkg suite"
+.nh
 .SH NAME
 dselect.cfg \- dselect configuration file
 .

+ 1 - 0
man/dselect.man

@@ -20,6 +20,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH dselect 1 "%RELEASE_DATE%" "%VERSION%" "Debian"
+.nh
 .SH NAME
 dselect \- Debian package management frontend
 .

+ 1 - 0
man/start-stop-daemon.man

@@ -21,6 +21,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH start\-stop\-daemon 8 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 start\-stop\-daemon \- start and stop system daemon programs
 .

+ 1 - 0
man/update-alternatives.man

@@ -23,6 +23,7 @@
 .\" along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 .TH update\-alternatives 1 "%RELEASE_DATE%" "%VERSION%" "dpkg utilities"
+.nh
 .SH NAME
 update\-alternatives \- maintain symbolic links determining default commands
 .