Browse Source

Use “command line” instead of commandline or command-line

Guillem Jover 13 years ago
parent
commit
e342a8fc3b
7 changed files with 12 additions and 13 deletions
  1. 0 1
      TODO
  2. 2 2
      debian/usertags
  3. 1 1
      doc/README.api
  4. 1 1
      doc/triggers.txt
  5. 2 2
      man/dpkg-source.1
  6. 4 4
      man/dselect.1
  7. 2 2
      man/dselect.cfg.5

+ 0 - 1
TODO

@@ -69,7 +69,6 @@ TODO
    - Check position of short option before long option.
    - Use [option...] instead of [options] and friends?
    - Fix dpkg man page, refs to dpkg-deb and dpkg-split, etc.
-   - Fix «commandline» vs «command line».
    - Fix «.  ».
 
  * L10n:

+ 2 - 2
debian/usertags

@@ -27,7 +27,7 @@ file-metadata			File metadata tracking (perm, acl, cap, hash).
 trivial		[TRIVIAL]	Bug should be trivial to fix.
 perf		[PERF]		Performance problems.
 new-field			Request for new control file fields.
-new-option			Request for new command-line option.
+new-option			Request for new command line option.
 deb-format			Changes to the binary (.deb) format.
 dsc-format			Changes to the source (.dsc) format.
 arch		[ARCH]		Updates to ‘cputable’, ‘ostable’ and porting
@@ -155,7 +155,7 @@ usercategory dpkg-class [hidden]
   + Performance issue [perf]
   + Trivial fix [trivial]
   + New control field [new-field]
-  + New command-line option [new-option]
+  + New command line option [new-option]
   + Binary package format [deb-format]
   + Source package format [dsc-format]
   + Architecture specific issue [arch]

+ 1 - 1
doc/README.api

@@ -31,7 +31,7 @@ What: custom changelog parsers in /usr/lib/dpkg/parsechangelog
 Status: stable
 Version: 2.0
 Description:
- Since dpkg 1.14.16, the set of command-line options that custom
+ Since dpkg 1.14.16, the set of command line options that custom
  changelog parsers must support has been expanded (see
  dpkg-parsechangelog(1)). For compatibility, changelog parsers supporting
  only the old options are supported in lenny. In lenny+1, that support

+ 1 - 1
doc/triggers.txt

@@ -312,7 +312,7 @@ by dpkg-trigger).  dpkg-deb will be changed to warn about unrecognised
 trigger names syntaxes and unrecognised trigger control directives.
 
 
-New command-line interfaces to dpkg tools
+New command line interfaces to dpkg tools
 -----------------------------------------
 
 See dpkg(1).

+ 2 - 2
man/dpkg-source.1

@@ -1,5 +1,5 @@
 .\" Authors: Ian Jackson, Raphaël Hertzog
-.TH dpkg\-source 1 "2011-03-04" "Debian Project" "dpkg utilities"
+.TH dpkg\-source 1 "2011-07-03" "Debian Project" "dpkg utilities"
 .SH NAME
 dpkg\-source \- Debian source package (.dsc) manipulation tool
 .
@@ -57,7 +57,7 @@ additional parameters might be accepted.
 
 \fBdpkg\-source\fP will build the source package with the first format
 found in this ordered list:
-the format indicated with the \fI\-\-format\fP command-line option,
+the format indicated with the \fI\-\-format\fP command line option,
 the format indicated in \fBdebian/source/format\fP,
 "1.0". The fallback to "1.0" is deprecated and will be removed at some
 point in the future, you should always document the desired source format

+ 4 - 4
man/dselect.1

@@ -1,4 +1,4 @@
-.TH dselect 1 "2010-03-07" "Debian Project" "Debian"
+.TH dselect 1 "2011-07-03" "Debian Project" "Debian"
 .SH NAME
 dselect \- Debian package management frontend
 .
@@ -38,15 +38,15 @@ package \fBapt\fP.
 Normally \fBdselect\fP is invoked without parameters. An interactive
 menu is presented, offering the user a list of actions. If an action
 is given as argument, then that action is started immediately. Several
-commandline parameters are still available to modify the running behaviour
+command line parameters are still available to modify the running behaviour
 of \fBdselect\fP or show additional information about the program.
 .
 .SH OPTIONS
-All options can be specified both on the commandline and in the \fBdselect\fP
+All options can be specified both on the command line and in the \fBdselect\fP
 configuration file \fI/etc/dpkg/dselect.cfg\fP or the files on the
 configuration directory \fI/etc/dpkg/dpkg.cfg.d/\fP. Each line in the
 configuration file is either an option (exactly the same as the
-commandline option but without leading dashes) or a comment (if it starts
+command line option but without leading dashes) or a comment (if it starts
 with a \fB#\fR).
 .br
 .TP

+ 2 - 2
man/dselect.cfg.5

@@ -1,10 +1,10 @@
-.TH dselect.cfg 5 "2009-09-05" "Debian Project" "dpkg suite"
+.TH dselect.cfg 5 "2011-07-03" "Debian Project" "dpkg suite"
 .SH NAME
 dselect.cfg \- dselect configuration file
 .
 .SH DESCRIPTION
 This file contains default options for dselect. Each line contains a
-single option which is exactly the same as a normal commandline
+single option which is exactly the same as a normal command line
 option for dselect except for the leading dashes which are not used
 here. Quotes surrounding option values are stripped. Comments are
 allowed by starting a line with a hash sign ("\fB#\fR").