]> err.no Git - dpkg/commitdiff
Mark dpkg-* commands in bold in man pages.
authorGuillem Jover <guillem@debian.org>
Tue, 12 Jun 2007 03:52:55 +0000 (03:52 +0000)
committerGuillem Jover <guillem@debian.org>
Tue, 12 Jun 2007 03:52:55 +0000 (03:52 +0000)
debian/changelog
man/ChangeLog
man/dpkg-buildpackage.1
man/dpkg-divert.8
man/dpkg-source.1
man/dpkg-statoverride.8

index a70e66277549bdd986d00370d64f67fd2da195aa..6d21a0a6ff0db56753d48b90b730b466c5eb7827 100644 (file)
@@ -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)
index a62a8a604c4a722fe6b982984ea79db4e9bc1584..c408d23172c0c43d29394765a30c796c77308d83 100644 (file)
@@ -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.
index 0570d18ff4baf8e5da1782c56384cfb1063347f5..7b14f90ec3c02fc9a7a19a01c05e86d96788f941 100644 (file)
@@ -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 "."
index 9eaaeb07a5d939c303a05ee9a9ee8f7298a8c876..ecae12b67467f1dbb4986699d70a713c8e7e774c 100644 (file)
@@ -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
index 420a7792bbfef46123d28477479099158d60987e..4e9bc84d4a8986bcd28467708b9bbfbcc265d2ae 100644 (file)
@@ -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
index 43af81e433ef9a88dc2da07c2ce463861e619a06..eb2ef9a6edfcb74c79717a7284cc63aef2f2e8ee 100644 (file)
@@ -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