Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Sat, 04 Jun 2016 07:23:59
Message-Id: 1464514714.41ebe2080831ba2f2d009bab171ab7cd7bcfdef8.ulm@gentoo
1 commit: 41ebe2080831ba2f2d009bab171ab7cd7bcfdef8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 09:38:34 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 09:38:34 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=41ebe208
7
8 In footnotes, end complete sentences with full stops.
9
10 ebuild-env-vars.tex | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
14 index ba947e2..7a58f05 100644
15 --- a/ebuild-env-vars.tex
16 +++ b/ebuild-env-vars.tex
17 @@ -40,7 +40,7 @@ variable.
18 \endlastfoot
19 \t{P} &
20 All &
21 - No\footnote{May change if a package has been updated (see~\ref{sec:updates-dir})} &
22 + No\footnote{May change if a package has been updated (see~\ref{sec:updates-dir}).} &
23 Package name and version, without the revision part. For example, \t{vim-7.0.174}. \\
24 \t{PN} &
25 All &
26 @@ -85,7 +85,7 @@ variable.
27 table~\ref{tab:removed-env-vars-table} as supporting \t{AA}. \\
28 \t{FILESDIR} &
29 \t{src\_*}, global~scope%
30 - \footnote{Not necessarily present when installing from a binary package} &
31 + \footnote{Not necessarily present when installing from a binary package.} &
32 No &
33 The full path to the package's files directory, used for small support files or patches.
34 See section~\ref{sec:package-dirs}. Ebuilds must not access the directory in global scope.