Explorar o código

Fix groff in some manual pages

* man/dpkg-gensymbols.1: Fix some groff errors detected by lintian.
* man/dpkg-query.1: Same.
Raphael Hertzog %!s(int64=18) %!d(string=hai) anos
pai
achega
78c09fdf31
Modificáronse 4 ficheiros con 7 adicións e 4 borrados
  1. 1 0
      debian/changelog
  2. 5 0
      man/ChangeLog
  3. 1 1
      man/dpkg-gensymbols.1
  4. 0 3
      man/dpkg-query.1

+ 1 - 0
debian/changelog

@@ -41,6 +41,7 @@ dpkg (1.14.17) UNRELEASED; urgency=low
     - add overrides for some useless I: tags
     - drop unused overrides
     - updated several manual pages to fix hyphen-used-as-minus-sign
+    - fixed manpage-has-errors-from-man in several manual pages
 
   [ Frank Lichtenheld ]
   * Add a warning in dpkg-buildpackage if the build-dependencies are not

+ 5 - 0
man/ChangeLog

@@ -1,3 +1,8 @@
+2008-02-22  Raphael Hertzog  <hertzog@debian.org>
+
+	* dpkg-gensymbols.1: Fix some groff errors detected by lintian.
+	* dpkg-query.1: Same.
+
 2008-02-22  Raphael Hertzog  <hertzog@debian.org>
 
 	* po/po4a.cfg: Add deb-symbols.5 in the list of manual pages to

+ 1 - 1
man/dpkg-gensymbols.1

@@ -98,7 +98,7 @@ libc.so.6 libc6 #MINVER#
 The symbol access@GLIBC_2.0 will lead to a minimal dependency on libc6
 version 2.2 despite the wildcard entry *@GLIBC_2.0 which associates
 symbols versioned as GLIBC_2.0 with the minimal version 2.0.
-.p
+.P
 Note that using wildcards means that \fBdpkg\-gensymbols\fR can't check
 for symbols that might have disappeared and can't generate a diff between
 the maintainer-supplied symbols file and the generated one in the binary

+ 0 - 3
man/dpkg-query.1

@@ -78,7 +78,6 @@ listed.
 
 In the format string, \(lq\fB\e\fP\(rq introduces escapes:
 
-.T
 .nf
     \fB\en\fP  newline
     \fB\er\fP  carriage return
@@ -95,7 +94,6 @@ variable references to package fields using the syntax
 printed right-aligned unless the width is negative in which case left
 alignment will be used. The following \fIfield\fRs are recognised:
 
-.T
 .nf
     \fBArchitecture\fP
     \fBBugs\fP
@@ -137,7 +135,6 @@ conversion nor error checking is done on them.
 To get the name of the dpkg maintainer and the installed version, you could
 run:
 
-.T
 .nf
   \fBdpkg\-query \-W \-f=\(aq${Package} ${Version}\\t${Maintainer}\\n\(aq dpkg\fP
 .fi