Parcourir la source

Mark dpkg-* commands in bold in man pages.

Guillem Jover il y a 19 ans
Parent
commit
7c9a0754ac
6 fichiers modifiés avec 16 ajouts et 8 suppressions
  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
   * Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
     Thanks to Adeodato Simó.
     Thanks to Adeodato Simó.
   * Reference deb-substvars(5) instead of dpkg-substvars(5) in man pages.
   * Reference deb-substvars(5) instead of dpkg-substvars(5) in man pages.
+  * Mark dpkg-* commands in bold in man pages.
 
 
   [ Updated dselect translations ]
   [ Updated dselect translations ]
   * French (Christian Perrier)
   * 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>
 2007-06-12  Guillem Jover  <guillem@debian.org>
 
 
 	* dpkg-source.1: Reference deb-substvars instead of dpkg-substvars.
 	* 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
 .SH NAME
 dpkg\-buildpackage \- build source packages
 dpkg\-buildpackage \- build source packages
 .
 .
@@ -77,7 +77,7 @@ Check build dependencies and conflicts; abort if unsatisfied.
 Do not check build dependencies and conflicts.
 Do not check build dependencies and conflicts.
 .TP
 .TP
 .BI \-W
 .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
 .BR dpkg\-buildpackage
 recognizes it, and passes it thru to
 recognizes it, and passes it thru to
 .BR dpkg\-source "."
 .BR dpkg\-source "."
@@ -85,7 +85,7 @@ recognizes it, and passes it thru to
 .BI \-E
 .BI \-E
 Negates a previously set
 Negates a previously set
 .BR \-W "."
 .BR \-W "."
-Only dpkg\-source uses this, but
+Only \fBdpkg\-source\fP uses this, but
 .BR dpkg\-buildpackage
 .BR dpkg\-buildpackage
 recognizes it, and passes it thru to
 recognizes it, and passes it thru to
 .BR dpkg\-source "."
 .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
 .SH NAME
 dpkg\-divert - override a package's version of a file
 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.
 Quiet mode, i.e. no verbose output.
 .TP
 .TP
 .B \-\-rename
 .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.
 in case the destination file already exists.
 .TP
 .TP
 .B \-\-test
 .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
 debianisation diffs, only a straightforward source archive (this is
 equivalent to
 equivalent to
 .BR \-sn ).
 .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
 overwriting it, if
 .B \-sA
 .B \-sA
 was specified (this is equivalent to
 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
 .SH NAME
 dpkg\-statoverride - override ownership and mode of files
 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
 is located in the dpkg administration directory, along with other files
 important to dpkg, such as `status' or `available'.
 important to dpkg, such as `status' or `available'.
 .br
 .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.
 extension "\-old", before replacing it with the new one.
 .
 .
 .SH SEE ALSO
 .SH SEE ALSO