]> err.no Git - dpkg/commitdiff
Man pages typos corrections
authorChristian Perrier <bubulle@debian.org>
Tue, 21 Mar 2006 19:49:20 +0000 (19:49 +0000)
committerChristian Perrier <bubulle@debian.org>
Tue, 21 Mar 2006 19:49:20 +0000 (19:49 +0000)
debian/changelog
man/C/deb-control.5
man/C/dpkg-architecture.1
man/C/dpkg-checkbuilddeps.1
man/C/dpkg-name.1
man/C/dpkg-source.1
man/ChangeLog

index ccaa64bb046e9d44403d300e646abc3f6b3da0c6..da518506a2ea148562fd76151fe91c3280b7829d 100644 (file)
@@ -3,7 +3,11 @@ dpkg (1.13.18~) UNRELEASED; urgency=low
   [ Updated dselect Translations ]
   * Spanish (Javier Fernández-Sanguino Peña). Closes: #357912
 
- -- Guillem Jover <guillem@debian.org>  Mon, 20 Mar 2006 04:00:33 +0200
+  [ Christian Perrier ]
+  * Correct typos in man pages. Thanks to A. Costa for spotting them
+    Closes: #358091, #358092, #358093, #358094, #358095 
+
+ -- Christian Perrier <bubulle@debian.org>  Tue, 21 Mar 2006 20:46:24 +0100
 
 dpkg (1.13.17) unstable; urgency=low
 
index fbb30e6b212baf995bc3e145a87d20fefc8b7a30..0baa1fd26ab4ce84c120c47e9966a93ca66e5943 100644 (file)
@@ -31,7 +31,7 @@ generate file names by most installation tools.
 Typically, this is the original package's version number in whatever form
 the program's author uses. It may also include a Debian revision number
 (for non-native packages). If both version and revision are supplied,
-they are seperated by a hyphen, `-'. For this reason, the original version
+they are separated by a hyphen, `-'. For this reason, the original version
 may not have a hyphen in its version number.
 .TP
 .BR Maintainer: " <fullname email>"
@@ -45,7 +45,7 @@ software that was packaged.
 The format for the package description is a short brief summary on the
 first line (after the "Description" field). The following lines can be
 used as a longer, more detailed description. Each line of the long description
-must be preceded by a space, and blank lines in the long desription must
+must be preceded by a space, and blank lines in the long description must
 contain a single '.' following the preceding space.
 .
 .SH OPTIONAL FIELDS
@@ -157,7 +157,7 @@ used in the case of several packages all providing the same service.
 For example, sendmail and exim can serve as a mail server, so they
 provide a common package (`mail-transport-agent') on which other packages
 can depend. This will allow sendmail or exim to serve as a valid option
-to satisy the dependency. This prevents the packages that depend on a mail
+to satisfy the dependency. This prevents the packages that depend on a mail
 server from having to know the package names for all of them, and using
 `|' to separate the list.
 .LP
index 596ad08380d400f63bb8e10b10f5d1b11eebfc5b..57f3ac8817f6ccee5f8f2431117e62cf8e13877a 100644 (file)
@@ -1,4 +1,4 @@
-.TH dpkg\-architecture 1 "2006-02-28" "Debian Project" "dpkg utililties"
+.TH dpkg\-architecture 1 "2006-02-28" "Debian Project" "dpkg utilities"
 .SH "NAME"
 dpkg\-architecture \- set and determine the architecture for package building
 .
@@ -45,7 +45,7 @@ Print the environment variables, one each line, in the format
 .TP
 .BI \-e debian-architecture
 Check for equality between two Debian Architectures, by default it will
-compare against the currect Debian Architecture, being it the host.
+compare against the current Debian Architecture, being it the host.
 .TP
 .BI \-i architecture-alias
 Check for identity of the current Debian Architecture against an
index ca3c4679e9ee526000e9a7adb4e5a89ca3d43a13..4f20798cc4f4054d1ccfa469f7a5b250e6db2969 100644 (file)
@@ -1,4 +1,4 @@
-.TH dpkg\-checkbuilddeps 1 "2006-02-28" "Debian Project" "dpkg utililties"
+.TH dpkg\-checkbuilddeps 1 "2006-02-28" "Debian Project" "dpkg utilities"
 .SH NAME
 dpkg\-checkbuilddeps - check build dependencies and conflicts
 .
index c2fde10099a56b5d9bae978a3389bbcbbf0a79ab..9f806d82f0b278916bd3471b3e349ef20d2de656 100644 (file)
@@ -44,7 +44,7 @@ destination filename.
 .TP
 .BR "\-s, \-\-subdir" " [\fIdir\fP]"
 Files will be moved into subdir. If directory given as argument exists
-the files will be moved into that direcotory otherswise the name of
+the files will be moved into that directory otherwise the name of
 the target directory is extracted from the section field in the
 control part of the package. The target directory will be
 `unstable/binary\-<architecture>/<section>'. If the section is
index 4bda444b04f45c64f13b09e547b9fa5f58f385b4..f33aff4fcc57c293236771ef615bf034f6706ad5 100644 (file)
@@ -305,7 +305,7 @@ build output directories.
 This is very helpful in cutting out extraneous files that get included
 in the .diff.gz, (eg: "debian/BUGS_TODO/*" or "debian/RCS/*,v"). For
 instance, if you maintain a package that you track via remote CVS,
-where you don't have access permissions for commiting the debian
+where you don't have access permissions for committing the debian
 control files and making tags for \fIcvs\-buildpackage(1)\fR, it is
 necessary to perform an extra checkout/update into a directory you
 keep pristine, to generate the .orig.tar.gz from. That directory will
@@ -685,7 +685,7 @@ with an alphanumeric. Variable substitutions are performed repeatedly
 until none are left; the full text of the field after the substitution
 is rescanned to look for more substitutions.
 
-After all the substitutions have been done each occurence of the
+After all the substitutions have been done each occurrence of the
 string
 .B ${}
 (which is not a legal substitution) is replaced with a
index 007ad41260ed4616c14e18ab4da800ebdcc3df56..5eb65bc2d89cd68803be55a31a8fc4b4f1f1923f 100644 (file)
@@ -1,3 +1,11 @@
+2006-03-04  Christian Perrier  <bubulle@debian.org>
+
+       * dpkg-architecture.1: typos corrections
+       * dpkg-checkbuilddeps.1: Likewise
+       * dpkg-name.1: Likewise
+       * dpkg-source.1: Likewise
+       * deb-control.5: Likewise
+       
 2006-03-04  Philippe Batailler <philippe.batailler@free.fr>
 
        * fr/*: Applied Guillem's work to french.