Gentoo Archives: gentoo-commits

From: Ulrich Mueller <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Wed, 06 Mar 2013 13:34:30
Message-Id: 1362577126.88959fcf3efbfb0e865c8fc436a5ce6e3ab49a9b.ulm@gentoo
1 commit: 88959fcf3efbfb0e865c8fc436a5ce6e3ab49a9b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 6 13:38:46 2013 +0000
4 Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 6 13:38:46 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=88959fcf
7
8 Use teletype typeface for command names.
9
10 ---
11 ebuild-env-vars.tex | 2 +-
12 pkg-mgr-commands.tex | 4 ++--
13 2 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
16 index ae6321d..350e284 100644
17 --- a/ebuild-env-vars.tex
18 +++ b/ebuild-env-vars.tex
19 @@ -154,7 +154,7 @@ variable.
20 \t{INSDESTTREE} &
21 \t{src\_install} &
22 No &
23 - Controls the location where doins installs things. \\
24 + Controls the location where \t{doins} installs things. \\
25 \t{USE} &
26 All &
27 Yes &
28
29 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
30 index 0333efa..5869bf1 100644
31 --- a/pkg-mgr-commands.tex
32 +++ b/pkg-mgr-commands.tex
33 @@ -341,9 +341,9 @@ that can be passed to \t{dohtml} are as follows:
34 Any symlinks are installed into the same directory as relative links to their original target.
35 Failure behaviour is EAPI dependent as per section~\ref{sec:failure-behaviour}.
36
37 -\item[dolib.so] As for dolib except each file is installed with mode \t{0755}.
38 +\item[dolib.so] As for \t{dolib} except each file is installed with mode \t{0755}.
39
40 -\item[dolib.a] As for dolib except each file is installed with mode \t{0644}.
41 +\item[dolib.a] As for \t{dolib} except each file is installed with mode \t{0644}.
42
43 \begin{algorithm}
44 \caption{Determining the library directory} \label{alg:ebuild-libdir}