From f1ea4c8d241f2242aeeaa264bc42806853b0802e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 16 Mar 2011 19:32:01 -0500 Subject: Update index.txt with 3.5.0 release Signed-off-by: Dan McGee --- doc/index.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/index.txt b/doc/index.txt index 0e037ac6..0d855bdf 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -63,6 +63,7 @@ Releases `------------`------- Date Version --------------------- +2011-03-16 v3.5.0 2011-01-22 v3.4.3 2010-12-29 v3.4.2 2010-09-03 v3.4.1 -- cgit v1.2.3-24-g4f1b From 308aa38a40fb26d535f0b874bb64fe987126d03f Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 16 Mar 2011 20:24:11 -0400 Subject: pacman.8: (re)document behavior of reading from stdin Change the term 'packages' to 'targets' in the synopsis as well, since command line parameters could just as well be groups, repos, or URLs. Signed-off-by: Dave Reisner Signed-off-by: Dan McGee --- doc/pacman.8.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 7a13b897..249c774e 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -11,7 +11,7 @@ pacman - package manager utility Synopsis -------- -'pacman' [options] [packages] +'pacman' [options] [targets] Description @@ -25,6 +25,12 @@ Since version 3.0.0, pacman has been the frontend to linkman:libalpm[3], the ``Arch Linux Package Management'' library. This library allows alternative front ends to be written (for instance, a GUI front end). +Invoking pacman involves specifying an operation with any potential options and +targets to operate on. A 'target' is usually a package name, filename, URL, or +a search string. Targets can be provided as command line arguments. +Additionally, if a single dash (-) is passed as an argument, targets will be +read from stdin. + Operations ---------- -- cgit v1.2.3-24-g4f1b