From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF0FB198005 for ; Wed, 6 Mar 2013 13:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C14BE045E; Wed, 6 Mar 2013 13:34:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C62E8E045E for ; Wed, 6 Mar 2013 13:34:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFC4E335E31 for ; Wed, 6 Mar 2013 13:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 445C5E4073 for ; Wed, 6 Mar 2013 13:34:26 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1362577126.88959fcf3efbfb0e865c8fc436a5ce6e3ab49a9b.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-env-vars.tex pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 88959fcf3efbfb0e865c8fc436a5ce6e3ab49a9b X-VCS-Branch: master Date: Wed, 6 Mar 2013 13:34:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3adca02e-06f2-47fa-90a3-6d89c0d9b785 X-Archives-Hash: df226dfabe2eff4989fc0974c7d034f3 commit: 88959fcf3efbfb0e865c8fc436a5ce6e3ab49a9b Author: Ulrich Müller gentoo org> AuthorDate: Wed Mar 6 13:38:46 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Wed Mar 6 13:38:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=88959fcf Use teletype typeface for command names. --- ebuild-env-vars.tex | 2 +- pkg-mgr-commands.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index ae6321d..350e284 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -154,7 +154,7 @@ variable. \t{INSDESTTREE} & \t{src\_install} & No & - Controls the location where doins installs things. \\ + Controls the location where \t{doins} installs things. \\ \t{USE} & All & Yes & diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 0333efa..5869bf1 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -341,9 +341,9 @@ that can be passed to \t{dohtml} are as follows: Any symlinks are installed into the same directory as relative links to their original target. Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}. -\item[dolib.so] As for dolib except each file is installed with mode \t{0755}. +\item[dolib.so] As for \t{dolib} except each file is installed with mode \t{0755}. -\item[dolib.a] As for dolib except each file is installed with mode \t{0644}. +\item[dolib.a] As for \t{dolib} except each file is installed with mode \t{0644}. \begin{algorithm} \caption{Determining the library directory} \label{alg:ebuild-libdir}