From 1b4135ca5d0654d18398d648ba48ecf14caa2289 Mon Sep 17 00:00:00 2001 From: Nagy Gabor Date: Fri, 22 May 2009 01:06:33 +0200 Subject: Change package to package(s) and file to file(s) in documentation The pacman --help pages and the manual suggested that only one package can be upgraded/removed per transaction. Signed-off-by: Nagy Gabor Signed-off-by: Dan McGee --- doc/pacman.8.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 4582be5f..5fa576bd 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -39,7 +39,7 @@ Operations list. See <> below. *-R, \--remove*:: - Remove a package from the system. Groups can also be specified to be + Remove package(s) from the system. Groups can also be specified to be removed, in which case every package in that group will be removed. Files belonging to the specified package will be deleted, and the database will be updated. Most configuration files will be saved @@ -75,7 +75,7 @@ to determine which packages need upgrading. This behavior operates as follows: 1 < 1.0 < 1.1 < 1.1.1 < 1.2 < 2.0 < 3.0.0 *-U, \--upgrade*:: - Upgrade or add a package to the system. Either a URL or file path can be + Upgrade or add package(s) to the system. Either a URL or file path can be specified. This is a ``remove-then-add'' process. See <> for an explanation on how pacman takes care of config files. -- cgit v1.2.3-24-g4f1b