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

Man pages cleanup:
- Substitute 'FILES' header with 'SEE ALSO' in dpkg-buildpackage(1),
and remove leftover string from man page split.

Guillem Jover лет назад: 19
Родитель
Сommit
84d98bc2c9
3 измененных файлов с 9 добавлено и 2 удалено
  1. 2 0
      debian/changelog
  2. 5 0
      man/ChangeLog
  3. 2 2
      man/dpkg-buildpackage.1

+ 2 - 0
debian/changelog

@@ -10,6 +10,8 @@ dpkg (1.14.6) UNRELEASED; urgency=low
     - Some italics and bold fixes.
     - Unify ellipsis, argument searator, and remove redundant program name
       preceding the options.
+    - Substitute 'FILES' header with 'SEE ALSO' in dpkg-buildpackage(1),
+      and remove leftover string from man page split.
 
   [ Updated scripts translations ]
   * French (Frédéric Bothamy, Christian Perrier).

+ 5 - 0
man/ChangeLog

@@ -1,3 +1,8 @@
+2007-07-18  Guillem Jover  <guillem@debian.org>
+
+	* dpkg-buildpackage.1: Remove ', and' leftover from man page split.
+	Substitute 'FILES' with 'SEE ALSO'.
+
 2007-07-18  Guillem Jover  <guillem@debian.org>
 
 	* dpkg-deb.1: Remove space before ellipsis in parameters.

+ 2 - 2
man/dpkg-buildpackage.1

@@ -15,7 +15,7 @@ a package.
 .TP
 .B \-b
 Specifies a binary-only build, no source files are to be built and/or
-distributed, and
+distributed.
 .TP
 .B \-B
 Specifies a binary-only build, no architecture independent binary package
@@ -183,7 +183,7 @@ It should be possible to specify spaces and shell metacharacters in
 and initial arguments for
 .IR gain-root-command " and " sign-command .
 .
-.SH FILES
+.SH "SEE ALSO"
 .BR dpkg\-source (1),
 .BR dpkg\-architecture (1),
 .BR dpkg\-genchanges (1),