From 3785f2dcd791577c4153c129e051e60fdcae56c5 Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Thu, 16 Sep 2010 08:54:07 +0200 Subject: [PATCH] Option -s for docompress command. --- pkg-mgr-commands.tex | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index fe6e0c4..ceeca42 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -528,9 +528,11 @@ The following commands may be used in \t{src\_install} to alter these lists. It any of these functions from any other phase. \begin{description} -\item[docompress] If the first argument is \t{-x}, add each of its subsequent arguments to the -exclusion list. Otherwise, add each argument to the inclusion list. Only available in EAPIs listed -in table~\ref{tab:compression-table} as supporting \t{docompress}. +\item[docompress] Add each of its arguments to the inclusion list. If the first argument is \t{-x}, +add each subsequent argument to the exclusion list instead. If the first argument is \t{-s}, output +the suffix used for compressed files (e.\,g.\ \t{.bz2}); no further arguments are allowed in this +case. Only available in EAPIs listed in table~\ref{tab:compression-table} as supporting +\t{docompress}. \end{description} \begin{centertable}{EAPIs supporting controllable compression} \label{tab:compression-table} -- 1.7.2.3