Browse Source

Mark dpkg-* commands in bold in man pages.

Guillem Jover 17 years ago
parent
commit
7c9a0754ac
6 changed files with 16 additions and 8 deletions
  1. 1 0
      debian/changelog
  2. 7 0
      man/ChangeLog
  3. 3 3
      man/dpkg-buildpackage.1
  4. 2 2
      man/dpkg-divert.8
  5. 1 1
      man/dpkg-source.1
  6. 2 2
      man/dpkg-statoverride.8

+ 1 - 0
debian/changelog

@@ -9,6 +9,7 @@ dpkg (1.14.5) UNRELEASED; urgency=low
   * Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
     Thanks to Adeodato Simó.
   * Reference deb-substvars(5) instead of dpkg-substvars(5) in man pages.
+  * Mark dpkg-* commands in bold in man pages.
 
   [ Updated dselect translations ]
   * French (Christian Perrier)

+ 7 - 0
man/ChangeLog

@@ -1,3 +1,10 @@
+2007-06-12  Guillem Jover  <guillem@debian.org>
+
+	* dpkg-divert.8: Mark dpkg-* commands in bold.
+	* dpkg-buildpackage.1: Likewise.
+	* dpkg-source.1: Likewise.
+	* dpkg-statoverride.8: Likewise.
+
 2007-06-12  Guillem Jover  <guillem@debian.org>
 
 	* dpkg-source.1: Reference deb-substvars instead of dpkg-substvars.

+ 3 - 3
man/dpkg-buildpackage.1

@@ -1,4 +1,4 @@
-.TH dpkg\-buildpackage 1 "2007-03-07" "Debian Project" "dpkg utilities"
+.TH dpkg\-buildpackage 1 "2007-06-12" "Debian Project" "dpkg utilities"
 .SH NAME
 dpkg\-buildpackage \- build source packages
 .
@@ -77,7 +77,7 @@ Check build dependencies and conflicts; abort if unsatisfied.
 Do not check build dependencies and conflicts.
 .TP
 .BI \-W
-Turn certain errors into warnings. Only dpkg\-source uses this, but
+Turn certain errors into warnings. Only \fBdpkg\-source\fP uses this, but
 .BR dpkg\-buildpackage
 recognizes it, and passes it thru to
 .BR dpkg\-source "."
@@ -85,7 +85,7 @@ recognizes it, and passes it thru to
 .BI \-E
 Negates a previously set
 .BR \-W "."
-Only dpkg\-source uses this, but
+Only \fBdpkg\-source\fP uses this, but
 .BR dpkg\-buildpackage
 recognizes it, and passes it thru to
 .BR dpkg\-source "."

+ 2 - 2
man/dpkg-divert.8

@@ -1,4 +1,4 @@
-.TH dpkg\-divert 8 "2007-03-06" "Debian Project" "dpkg utilities"
+.TH dpkg\-divert 8 "2007-06-12" "Debian Project" "dpkg utilities"
 .SH NAME
 dpkg\-divert - override a package's version of a file
 .
@@ -59,7 +59,7 @@ be diverted. i.e. \fIfile\fP will be diverted for all packages except
 Quiet mode, i.e. no verbose output.
 .TP
 .B \-\-rename
-Actually move the file aside (or back). dpkg\-divert will abort operation
+Actually move the file aside (or back). \fBdpkg\-divert\fP will abort operation
 in case the destination file already exists.
 .TP
 .B \-\-test

+ 1 - 1
man/dpkg-source.1

@@ -221,7 +221,7 @@ if neither is found it will assume that the package has no
 debianisation diffs, only a straightforward source archive (this is
 equivalent to
 .BR \-sn ).
-If both are found then dpkg\-source will ignore the directory,
+If both are found then \fBdpkg\-source\fP will ignore the directory,
 overwriting it, if
 .B \-sA
 was specified (this is equivalent to

+ 2 - 2
man/dpkg-statoverride.8

@@ -1,4 +1,4 @@
-.TH dpkg\-statoverride 8 "2007-03-06" "Debian project" "dpkg utilities"
+.TH dpkg\-statoverride 8 "2007-06-12" "Debian project" "dpkg utilities"
 .SH NAME
 dpkg\-statoverride - override ownership and mode of files
 .
@@ -72,7 +72,7 @@ File which contains the current list of stat overrides of the system. It
 is located in the dpkg administration directory, along with other files
 important to dpkg, such as `status' or `available'.
 .br
-Note: dpkg\-statoverride preserves the old copy of this file, with
+Note: \fBdpkg\-statoverride\fP preserves the old copy of this file, with
 extension "\-old", before replacing it with the new one.
 .
 .SH SEE ALSO