commit:     25b3aeecb9b88304d86b0f310cc83a3a0eae34d1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 20:14:18 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:35:32 2018 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=25b3aeec

pkg-mgr-commands.tex: keepdir accepts multiple arguments.

Similar to dodir, keepdir accepts multiple arguments.
It has done so since its inception in 2002:
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-src/portage/bin/ebuild.sh?revision=1.46&view=markup#l89

 pkg-mgr-commands.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index ab9c586..9a80370 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -518,10 +518,10 @@ can be extended or reduced (see below). The options that 
can be passed to \t{doh
 \item[fperms] Acts as for \t{chmod}, but takes paths relative to the image 
directory. Failure
     behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
 
-\item[keepdir] Creates a directory as for \t{dodir}, and an empty file whose 
name starts with
-    \t{.keep} in that directory to ensure that the directory does not get 
removed by the
-    package manager should it be empty at any point. Failure behaviour is EAPI 
dependent as per
-    section~\ref{sec:failure-behaviour}.
+\item[keepdir] For each argument, creates a directory as for \t{dodir}, and an 
empty file whose
+    name starts with \t{.keep} in that directory to ensure that the directory 
does not get removed
+    by the package manager should it be empty at any point. Failure behaviour 
is EAPI dependent
+    as per section~\ref{sec:failure-behaviour}.
 
 \item[newbin] \featurelabel{newfoo-stdin} As for \t{dobin}, but takes two 
parameters. The first is
     the file to install; the second is the new filename under which it will be 
installed. In EAPIs

Reply via email to