summaryrefslogtreecommitdiffstats
path: root/doc/vercmp.8.txt
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2014-08-07 06:43:20 +0200
committerAllan McRae <allan@archlinux.org>2014-08-09 06:18:59 +0200
commitab07dfdeb9b4ecc443aa25f40fa530a730f65cde (patch)
tree58b27c50353f9eb540c6b7a3d6d05cf80b024f67 /doc/vercmp.8.txt
parent37634d22e501538e5a4b12105a0b56542841e71f (diff)
downloadpacman-ab07dfdeb9b4ecc443aa25f40fa530a730f65cde.tar.gz
pacman-ab07dfdeb9b4ecc443aa25f40fa530a730f65cde.tar.xz
man: Improve grammar and add missing single quotes around command options
Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/vercmp.8.txt')
-rw-r--r--doc/vercmp.8.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vercmp.8.txt b/doc/vercmp.8.txt
index 033e29fa..5316b3cb 100644
--- a/doc/vercmp.8.txt
+++ b/doc/vercmp.8.txt
@@ -31,7 +31,7 @@ Version comparison operates as follows:
1 < 1.0 < 1.1 < 1.1.1 < 1.2 < 2.0 < 3.0.0
Additionally, version strings can have an 'epoch' value defined that will
-overrule any version comparison (unless the epoch values are equal). This is
+overrule any version comparison, unless the epoch values are equal. This is
specified in an `epoch:version-rel` format. For example, `2:1.0-1` is always
greater than `1:3.6-1`.
@@ -44,7 +44,7 @@ mainly for supporting versioned dependencies that do not include the 'pkgrel'.
Options
-------
*-h, \--help*::
- Display syntax for the given operation. If no operation was supplied
+ Display syntax for the given operation. If no operation was supplied,
then the general syntax is shown.