Ver código fonte

man: Capitalize dpkg-parsechangelog option dscriptions

Guillem Jover 11 anos atrás
pai
commit
f650c02394
2 arquivos alterados com 8 adições e 7 exclusões
  1. 1 0
      debian/changelog
  2. 7 7
      man/dpkg-parsechangelog.1

+ 1 - 0
debian/changelog

@@ -115,6 +115,7 @@ dpkg (1.18.0) UNRELEASED; urgency=low
     before options and listing them one on each line with a description.
   * Improve dselect color-spec --help output.
   * Document dselect -? option.
+  * Capitalize dpkg-parsechangelog(1) option descriptions.
 
   [ Raphaël Hertzog ]
   * Drop myself from Uploaders.

+ 7 - 7
man/dpkg-parsechangelog.1

@@ -123,29 +123,29 @@ metadata for each entry is preserved.
 .BR \-s ", " \-\-since " \fIversion\fP"
 .TQ
 .BR \-v " \fIversion\fP"
-include all changes later than \fIversion\fP.
+Include all changes later than \fIversion\fP.
 .TP
 .BR \-u ", " \-\-until " \fIversion\fP"
-include all changes earlier than \fIversion\fP.
+Include all changes earlier than \fIversion\fP.
 .TP
 .BR \-f ", " \-\-from " \fIversion\fP"
-include all changes equal or later than \fIversion\fP.
+Include all changes equal or later than \fIversion\fP.
 .TP
 .BR \-t ", " \-\-to " \fIversion\fP"
-include all changes up to or equal than \fIversion\fP.
+Include all changes up to or equal than \fIversion\fP.
 .TP
 .BR \-c ", " \-\-count " \fInumber\fP"
 .TQ
 .BR \-n " \fInumber\fP"
-include \fInumber\fP entries from the top (or the tail
+Include \fInumber\fP entries from the top (or the tail
 if \fInumber\fP is lower than 0).
 .TP
 .BR \-o ", " \-\-offset " \fInumber\fP"
-change the starting point for \fB\-\-count\fP, counted from the top
+Change the starting point for \fB\-\-count\fP, counted from the top
 (or the tail if \fInumber\fP is lower than 0).
 .TP
 .B \-\-all
-include all changes. Note: other options have no effect when this is in
+Include all changes. Note: other options have no effect when this is in
 use.
 .
 .SH CHANGELOG FORMATS