aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-08-12 15:40:15 -0700
committerZac Medico <zmedico@gentoo.org>2013-08-12 15:40:15 -0700
commit9b494c7d0135e73c57deeeb819827dbc47732629 (patch)
tree1abc50c110c52961d292bf3a5bdcdf8ecf528706 /man
parentman/make.conf.5: fix documentation spelling (diff)
downloadportage-9b494c7d0135e73c57deeeb819827dbc47732629.tar.gz
portage-9b494c7d0135e73c57deeeb819827dbc47732629.tar.bz2
portage-9b494c7d0135e73c57deeeb819827dbc47732629.zip
man/make.conf.5: fix substitution spelling
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 57d052304..63e2097ea 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -9,7 +9,7 @@ This file contains various variables that are used by Portage. The file has a
newline\-delimited list of \fI<key>=<value>\fR pairs (see the default file for
examples) which are accessible from the environment of ebuilds. It supports
simple shell\-like expansion of the form \fIvar="${var}"\fR, the source
-keyword and variable substituton, but not some of the more advanced BASH
+keyword and variable substitution, but not some of the more advanced BASH
features like arrays and special parameter expansions. For more details, see
the Simple lexical analysis documentation:
\fLhttp://docs.python.org/3/library/shlex.html\fR.