Forráskód Böngészése

scripts: Use “changelog” instead of “change log”

Guillem Jover 14 éve
szülő
commit
8d7922e757

+ 1 - 1
man/dpkg-genchanges.1

@@ -117,7 +117,7 @@ default is
 .BR debian/control .
 .TP
 .BI \-l changelogfile
-Specifies the change log file to read information from. The
+Specifies the changelog file to read information from. The
 default is
 .BR debian/changelog .
 .TP

+ 1 - 1
man/dpkg-gencontrol.1

@@ -83,7 +83,7 @@ default is
 .BR debian/control .
 .TP
 .BI \-l changelogfile
-Specifies the change log file to read information from. The
+Specifies the changelog file to read information from. The
 default is
 .BR debian/changelog .
 .TP

+ 1 - 1
man/dpkg-parsechangelog.1

@@ -36,7 +36,7 @@ form.
 .SH OPTIONS
 .TP
 .BI \-l changelogfile
-Specifies the change log file to read information from. The
+Specifies the changelog file to read information from. The
 default is
 .BR debian/changelog .
 .TP

+ 1 - 1
man/dpkg-source.1

@@ -131,7 +131,7 @@ If given with relative pathname this is interpreted starting at
 the source tree's top level directory.
 .TP
 .BI \-l changelogfile
-Specifies the change log file to read information from. The
+Specifies the changelog file to read information from. The
 default is
 .BR debian/changelog .
 If given with relative pathname this is interpreted starting at

+ 1 - 1
scripts/dpkg-genchanges.pl

@@ -125,7 +125,7 @@ Options:
   -sa                      source includes orig src.
   -sd                      source is diff and .dsc only.
   -q                       quiet - no informational messages on stderr.
-  -F<changelogformat>      force change log format.
+  -F<changelogformat>      force changelog format.
   -V<name>=<value>         set a substitution variable.
   -T<varlistfile>          read variables here, not debian/substvars.
   -D<field>=<value>        override or add a field and value.

+ 1 - 1
scripts/dpkg-gencontrol.pl

@@ -75,7 +75,7 @@ Options:
   -p<package>              print control file for package.
   -c<controlfile>          get control info from this file.
   -l<changelogfile>        get per-version info from this file.
-  -F<changelogformat>      force change log format.
+  -F<changelogformat>      force changelog format.
   -v<forceversion>         set version of binary package.
   -f<fileslistfile>        write files here instead of debian/files.
   -P<packagebuilddir>      temporary build dir instead of debian/tmp.

+ 2 - 2
scripts/dpkg-parsechangelog.pl

@@ -45,8 +45,8 @@ sub usage {
 
 Options:
   -l<changelogfile>        get per-version info from this file.
-  -F<changelogformat>      force change log format.
-  -L<libdir>               look for change log parsers in <libdir>.
+  -F<changelogformat>      force changelog format.
+  -L<libdir>               look for changelog parsers in <libdir>.
   -h, --help               show this help message.
       --version            show the version.
 

+ 1 - 1
scripts/dpkg-source.pl

@@ -476,7 +476,7 @@ Commands:
 "Build options:
   -c<controlfile>          get control info from this file.
   -l<changelogfile>        get per-version info from this file.
-  -F<changelogformat>      force change log format.
+  -F<changelogformat>      force changelog format.
   -V<name>=<value>         set a substitution variable.
   -T<varlistfile>          read variables here.
   -D<field>=<value>        override or add a .dsc field and value.