summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-05-29 11:38:34 +0200
committerUlrich Müller <ulm@gentoo.org>2016-05-29 11:38:34 +0200
commit41ebe2080831ba2f2d009bab171ab7cd7bcfdef8 (patch)
tree1484207e687ab045cc4cdb88fd1663447c13c5b6
parentDefine the FILESDIR variable in global scope. (diff)
downloadpms-41ebe2080831ba2f2d009bab171ab7cd7bcfdef8.tar.gz
pms-41ebe2080831ba2f2d009bab171ab7cd7bcfdef8.tar.bz2
pms-41ebe2080831ba2f2d009bab171ab7cd7bcfdef8.zip
In footnotes, end complete sentences with full stops.
-rw-r--r--ebuild-env-vars.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index ba947e2..7a58f05 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -40,7 +40,7 @@ variable.
\endlastfoot
\t{P} &
All &
- No\footnote{May change if a package has been updated (see~\ref{sec:updates-dir})} &
+ No\footnote{May change if a package has been updated (see~\ref{sec:updates-dir}).} &
Package name and version, without the revision part. For example, \t{vim-7.0.174}. \\
\t{PN} &
All &
@@ -85,7 +85,7 @@ variable.
table~\ref{tab:removed-env-vars-table} as supporting \t{AA}. \\
\t{FILESDIR} &
\t{src\_*}, global~scope%
- \footnote{Not necessarily present when installing from a binary package} &
+ \footnote{Not necessarily present when installing from a binary package.} &
No &
The full path to the package's files directory, used for small support files or patches.
See section~\ref{sec:package-dirs}. Ebuilds must not access the directory in global scope.