diff options
author | Guillem Jover <guillem@debian.org> | 2011-07-03 21:29:43 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2011-07-07 10:42:29 +0200 |
commit | e342a8fc3bc777971f76aff0f89b8b121876a532 (patch) | |
tree | 55d5c339e39468ec4d0958d2fca1daa15327e7aa /man | |
parent | 23cd39aae01f1b3b1aee834befa02201e8824819 (diff) | |
download | dpkg-e342a8fc3bc777971f76aff0f89b8b121876a532.tar.gz |
Use “command line” instead of commandline or command-line
Diffstat (limited to 'man')
-rw-r--r-- | man/dpkg-source.1 | 4 | ||||
-rw-r--r-- | man/dselect.1 | 8 | ||||
-rw-r--r-- | man/dselect.cfg.5 | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/man/dpkg-source.1 b/man/dpkg-source.1 index 2d83146ab..f752a4eb7 100644 --- a/man/dpkg-source.1 +++ b/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 diff --git a/man/dselect.1 b/man/dselect.1 index cddf29eea..d20d49959 100644 --- a/man/dselect.1 +++ b/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 diff --git a/man/dselect.cfg.5 b/man/dselect.cfg.5 index c6cfbedd3..8770a9522 100644 --- a/man/dselect.cfg.5 +++ b/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"). |