diff options
author | Guillem Jover <guillem@debian.org> | 2014-05-06 01:32:17 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-05-17 13:30:53 +0200 |
commit | 46d7b70a2ddf31ca51aa768c37cb08b17e3890f3 (patch) | |
tree | 81a2a7f3c20d3e27a74c474a2358b0681e79078e /man | |
parent | a5b58e2c07de26c65e0f3d098cb5a7fc462984e1 (diff) | |
download | dpkg-46d7b70a2ddf31ca51aa768c37cb08b17e3890f3.tar.gz |
man: Attempt to clarify and improve wording of some strange constructs
Reported-by: Helge Kreutzmann
Diffstat (limited to 'man')
-rw-r--r-- | man/dpkg-maintscript-helper.1 | 4 | ||||
-rw-r--r-- | man/dpkg-query.1 | 8 | ||||
-rw-r--r-- | man/dpkg.1 | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/man/dpkg-maintscript-helper.1 b/man/dpkg-maintscript-helper.1 index 6ce38a60e..e6d46bf8b 100644 --- a/man/dpkg-maintscript-helper.1 +++ b/man/dpkg-maintscript-helper.1 @@ -237,6 +237,6 @@ the currently installed \fBdpkg\fP: fi .P The command \fBsupports\fP will return 0 on success, 1 otherwise. The -\fBsupports\fP command will check if the required environment variables -by the script as set by dpkg have been setup, and will consider it a +\fBsupports\fP command will check if the environment variables as set +by dpkg and required by the script are present, and will consider it a failure in case the environment is not sufficient. diff --git a/man/dpkg-query.1 b/man/dpkg-query.1 index ff5566fcd..bbfa2d05f 100644 --- a/man/dpkg-query.1 +++ b/man/dpkg-query.1 @@ -123,10 +123,10 @@ file if it is present. \fBWarning\fP: this command is deprecated as it gives direct access to the internal dpkg database, please switch to use \fB\-\-control\-list\fP and \fB\-\-control\-show\fP instead for all cases where those commands might -give the same end result. Although there is still at least one case where -this command is needed (i.e. when having to remove a damaging postrm -maintainer script), and as long as there is no good solution for that, -this command will not get removed. +give the same end result. Although, as long as there is still at least +one case where this command is needed (i.e. when having to remove a +damaging postrm maintainer script), and while there is no good solution +for that, this command will not get removed. .TP .BR \-S ", " \-\-search " \fIfilename-search-pattern\fP..." Search for packages that own files corresponding to the given pattern. diff --git a/man/dpkg.1 b/man/dpkg.1 index 52a79a1c0..740bfad6d 100644 --- a/man/dpkg.1 +++ b/man/dpkg.1 @@ -206,11 +206,11 @@ Removing of a package consists of the following steps: .TP .BR \-V ", " \-\-verify " [\fIpackage-name\fP...] Verifies the integrity of \fIpackage-name\fP or all packages if omitted, -by comparing information from the package installed paths with information -from the files taken from the package metadata stored in the \fBdpkg\fP -database. The origin of the information in the database is the binary -packages themselves, which gets collected at package unpack time during -installation. +by comparing information from the files installed by a package with the +files metadata information stored in the \fBdpkg\fP database. The origin +of the files metadata information in the database is the binary packages +themselves. That metadata gets collected at package unpack time during +the installation process. The output format is selectable with the \fB\-\-verify\-format\fP option, which by default uses the \fBrpm\fP format, but that might |