Przeglądaj źródła

Fix typos in man pages

A. Costa 19 lat temu
rodzic
commit
f2ce3447b1
4 zmienionych plików z 11 dodań i 4 usunięć
  1. 2 0
      debian/changelog
  2. 5 0
      man/ChangeLog
  3. 2 2
      man/dpkg-deb.1
  4. 2 2
      man/start-stop-daemon.8

+ 2 - 0
debian/changelog

@@ -8,6 +8,8 @@ dpkg (1.14.7) UNRELEASED; urgency=low
   * Stop recognizing the obsolete Optional field when building packages.
   * Stop recognizing the obsolete Optional field when building packages.
   * Use fakeroot, if present, by default to gain root privileges in
   * Use fakeroot, if present, by default to gain root privileges in
     dpkg-buildpackage.
     dpkg-buildpackage.
+  * Fix typos in dpkg-deb.1 and start-stop-daemon.8. Closes: #441051
+    Thanks to A. Costa.
 
 
   [ Updated dpkg translations ]
   [ Updated dpkg translations ]
   * Portuguese (Miguel Figueiredo).
   * Portuguese (Miguel Figueiredo).

+ 5 - 0
man/ChangeLog

@@ -1,3 +1,8 @@
+2007-09-08  A. Costa  <agcosta@gis.net>
+
+	* dpkg-deb.1: Fix typo ('seperated' -> 'separated').
+	* start-stop-daemon.8: Fix typo ('themself' -> 'themselves').
+
 2007-09-06  Guillem Jover  <guillem@debian.org>
 2007-09-06  Guillem Jover  <guillem@debian.org>
 
 
 	* dpkg-scanpackages.1: Replace gzip with bzip2 as the requirement for
 	* dpkg-scanpackages.1: Replace gzip with bzip2 as the requirement for

+ 2 - 2
man/dpkg-deb.1

@@ -1,4 +1,4 @@
-.TH dpkg\-deb 1 "2007-07-18" "Debian Project" "dpkg suite"
+.TH dpkg\-deb 1 "2007-09-08" "Debian Project" "dpkg suite"
 .SH NAME
 .SH NAME
 dpkg\-deb \- Debian package archive (.deb) manipulation tool
 dpkg\-deb \- Debian package archive (.deb) manipulation tool
 .
 .
@@ -97,7 +97,7 @@ Provides information about a binary package archive in the format
 specified by the
 specified by the
 .B \-\-showformat
 .B \-\-showformat
 argument. The default format displays the package's name and version
 argument. The default format displays the package's name and version
-on one line, seperated by a tabulator.
+on one line, separated by a tabulator.
 .TP
 .TP
 .BR \-f ", " \-\-field " \fIarchive\fP [\fIcontrol-field-name\fP...]"
 .BR \-f ", " \-\-field " \fIarchive\fP [\fIcontrol-field-name\fP...]"
 Extracts control file information from a binary package archive.
 Extracts control file information from a binary package archive.

+ 2 - 2
man/start-stop-daemon.8

@@ -1,4 +1,4 @@
-.TH start\-stop\-daemon 8 "2007-03-06" "Debian Project" "dpkg utilities"
+.TH start\-stop\-daemon 8 "2007-09-08" "Debian Project" "dpkg utilities"
 .SH NAME
 .SH NAME
 start\-stop\-daemon \- start and stop system daemon programs
 start\-stop\-daemon \- start and stop system daemon programs
 .
 .
@@ -213,7 +213,7 @@ cannot check the exit status if the process fails to execute for
 .B any
 .B any
 reason. This is a last resort, and is only meant for programs that either
 reason. This is a last resort, and is only meant for programs that either
 make no sense forking on their own, or where it's not feasible to add the
 make no sense forking on their own, or where it's not feasible to add the
-code for them to do this themself.
+code for them to do this themselves.
 .TP
 .TP
 .BR \-N ", " \-\-nicelevel " \fIint\fP"
 .BR \-N ", " \-\-nicelevel " \fIint\fP"
 This alters the priority of the process before starting it.
 This alters the priority of the process before starting it.