diff options
author | Dan McGee <dan@archlinux.org> | 2008-12-08 05:12:17 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-12-08 05:12:17 +0100 |
commit | bd628274cc8db81704860e69894fcd217c2068d0 (patch) | |
tree | 0ca59deff11d9eff700494e727604903b60352b8 /doc | |
parent | 9ae7eb1292a42eb568fd982f32d3dca5b9794a2d (diff) | |
parent | 78cf32e194a1a58c6a7ee3d1c10623e668be71d6 (diff) | |
download | pacman-bd628274cc8db81704860e69894fcd217c2068d0.tar.gz pacman-bd628274cc8db81704860e69894fcd217c2068d0.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 2 | ||||
-rw-r--r-- | doc/repo-add.8.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 081c35b3..e42a8b86 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -90,7 +90,7 @@ similar to `$_basekernver`. + It is also possible to specify an optional filename, which is helpful with weird URLs and for handling multiple source files with the same -name. The syntax is: `source=('filename::url')` +name. The syntax is: `$$source=('filename::url')$$` *noextract (array)*:: An array of filenames corresponding to those from the source array. Files diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index d3b85762..b9956e9b 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -16,9 +16,9 @@ repo-add - package database maintenance utility Synopsis -------- -repo-add [-q] <path-to-db> <package> ... +repo-add [-q] <path-to-db> <package1> [<package2> ...] -repo-remove [-q] <path-to-db> <packagename> ... +repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...] Description |