From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LmUOI-0000sk-GV for garchives@archives.gentoo.org; Wed, 25 Mar 2009 14:47:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07D70E06D6; Wed, 25 Mar 2009 14:47:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BAA18E06D6 for ; Wed, 25 Mar 2009 14:47:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 5CF2064DDE for ; Wed, 25 Mar 2009 14:47:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.339 X-Spam-Level: X-Spam-Status: No, score=-2.339 required=5.5 tests=[AWL=0.260, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3n1Qgln+xYaK for ; Wed, 25 Mar 2009 14:47:31 +0000 (UTC) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by smtp.gentoo.org (Postfix) with ESMTP id 477EF64FCF for ; Wed, 25 Mar 2009 14:47:23 +0000 (UTC) Received: from shuttle.zlin.dk (port78.ds1-abs.adsl.cybercity.dk [212.242.227.17]) by cicero1.cybercity.dk (Postfix) with ESMTP id 9BBB6427CA2; Wed, 25 Mar 2009 15:47:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by shuttle.zlin.dk (Postfix) with ESMTP id 57FB3104073; Wed, 25 Mar 2009 14:47:21 +0000 (UTC) Received: from shuttle.zlin.dk ([127.0.0.1]) by localhost (shuttle.zlin.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ioCWXsUCOwDS; Wed, 25 Mar 2009 14:47:21 +0000 (UTC) Received: by shuttle.zlin.dk (Postfix, from userid 1000) id 27A2010407A; Wed, 25 Mar 2009 14:47:21 +0000 (UTC) From: =?utf-8?q?Bo=20=C3=98rsted=20Andresen?= To: gentoo-pms@lists.gentoo.org Cc: =?utf-8?q?Bo=20=C3=98rsted=20Andresen?= Subject: [gentoo-pms] [PATCH 2/4] Minor wording/formatting fixes. Date: Wed, 25 Mar 2009 15:47:19 +0100 Message-Id: <1237992441-20341-2-git-send-email-bo.andresen@zlin.dk> X-Mailer: git-send-email 1.6.1.2 In-Reply-To: <1237992441-20341-1-git-send-email-bo.andresen@zlin.dk> References: <1237992441-20341-1-git-send-email-bo.andresen@zlin.dk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 546d9009-bb64-405e-95dd-065b32db13c7 X-Archives-Hash: 289375c5ec4b83232586de2d47c30204 From: Bo =C3=98rsted Andresen --- pkg-mgr-commands.tex | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index dea108e..ac24055 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -168,7 +168,7 @@ has returned. \item[dobin] Installs the given files into \t{DESTTREE/bin}, where \t{DE= STTREE} defaults to \t{/usr}. Gives the files mode \t{0755} and ownership \t{root:root}. =20 -\item[doconfd] Installs the given files into /etc/conf.d/, by default wi= th file mode +\item[doconfd] Installs the given config files into \t{/etc/conf.d/}, by= default with file mode \t{0644}. This can be overridden by setting \t{INSOPTIONS} with the = \t{insopts} function. =20 \item[dodir] Creates the given directories, by default with file mode \t= {0755}. This can be overridden @@ -193,18 +193,18 @@ has returned. } =20 \item[dohtml] Installs the given HTML files into a subdirectory under \t= {/usr/share/doc/\$PF/}. -The subdirectory is \t{html} by default, but this can be changed by the = \t{DOCDESTTREE} -variable. Files to be installed automatically are determined by extensio= n and the default -extensions are \t{css}, \t{gif}, \t{htm}, \t{html}, \t{jpeg}, \t{jpg}, \= t{js} and \t{png}. These default -extensions can be extended or reduced (see below). The options that can = be passed to \t{dohtml} -are as follows: +The subdirectory is \t{html} by default, but this can be overridden by s= etting the \t{DOCDESTTREE} +variable with the \t{docinto} function. Files to be installed automatica= lly are determined by +extension and the default extensions are \t{css}, \t{gif}, \t{htm}, \t{h= tml}, \t{jpeg}, \t{jpg}, +\t{js} and \t{png}. These default extensions can be extended or reduced = (see below). The options +that can be passed to \t{dohtml} are as follows: \begin{description} \item{\t{-r}} --- enables recursion into directories. \item{\t{-V}} --- enables verbosity. \item{\t{-A}} --- adds file type extensions to the default list. \item{\t{-a}} --- sets file type extensions to only those specified. \item{\t{-f}} --- list of files that are able to be installed. - \item{\t{-x}} --- list of directories that files will not be install= ed from(only used in + \item{\t{-x}} --- list of directories that files will not be install= ed from (only used in conjunction with \t{-r}). \item{\t{-p}} --- sets a document prefix for installed files. \end{description} @@ -218,8 +218,8 @@ are as follows: =20 \item[doinfo] Installs a GNU Info file into the \t{/usr/share/info} area= with file mode \t{0644}. =20 -\item[doinitd] Installs an initscript into \t{/etc/init.d}, by default w= ith file mode \t{0755}. - This can be overridden by setting \t{EXEOPTIONS} with the \t{exeopts= } function. +\item[doinitd] Installs the given initscript files into \t{/etc/init.d},= by default with file mode + \t{0755}. This can be overridden by setting \t{EXEOPTIONS} with the = \t{exeopts} function. =20 \item[doins] Takes any number of files as arguments and installs them in= to \t{INSDESTTREE}\@, by default with file mode \t{0644}. This can be overridden by setting \= t{INSOPTIONS} with the @@ -231,9 +231,9 @@ are as follows: setting \t{LIBOPTIONS} with the \t{libopts} function. Any symlinks a= re installed into the same directory as relative links to their original target. =20 -\item[dolib.so] As for dolib. Installs the file with mode \t{0755}. +\item[dolib.so] As for dolib except each file is installed with mode \t{= 0755}. =20 -\item[dolib.a] As for dolib. Installs the file with mode \t{0644}. +\item[dolib.a] As for dolib except each file is installed with mode \t{0= 644}. =20 \begin{algorithm} \caption{Determining the library directory} \label{alg:ebuild-libdir} --=20 1.6.2.1