diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-08-26 15:20:34 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-08-26 15:20:34 +0200 |
commit | 9c56c5df4d9eff51270136dc279911d4179e2bc6 (patch) | |
tree | 46ea0b0945d56811dff63ddd3cdcdcaf3ae1a1e5 | |
parent | pms.cls: Untabify. (diff) | |
download | pms-9c56c5df4d9eff51270136dc279911d4179e2bc6.tar.gz pms-9c56c5df4d9eff51270136dc279911d4179e2bc6.tar.bz2 pms-9c56c5df4d9eff51270136dc279911d4179e2bc6.zip |
ebuild-format.tex: Typographic fix.
-rw-r--r-- | ebuild-format.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-format.tex b/ebuild-format.tex index fa49e8f..638f773 100644 --- a/ebuild-format.tex +++ b/ebuild-format.tex @@ -5,7 +5,7 @@ a bash script. The interpreter is assumed to be GNU bash, version as listed in table~\ref{tab:bash-version}, or any later version. If possible, the package manager should set the shell's compatibility level to the exact version specified. It must ensure that any such -compatibility settings (e.g. the \t{BASH_COMPAT} variable) are not exported to external programs. +compatibility settings (e.\,g.\ the \t{BASH_COMPAT} variable) are not exported to external programs. The file encoding must be UTF-8 with Unix-style newlines. When sourced, the ebuild must define certain variables and functions (see sections~\ref{sec:ebuild-vars} and~\ref{sec:ebuild-functions} |