diff options
Diffstat (limited to 'man3p/getenv.3p')
-rw-r--r-- | man3p/getenv.3p | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3p/getenv.3p b/man3p/getenv.3p index 9f4266bf..3e9283a3 100644 --- a/man3p/getenv.3p +++ b/man3p/getenv.3p @@ -126,8 +126,8 @@ applications like this use the environment as a resource database of user-configurable parameters. The fact that these variables are in the user's shell environment usually means that any other program that uses environment variables (such as \fIls\fP, which attempts -to use \fICOLUMNS ),\fP or really almost any utility ( \fILANG ,\fP -\fILC_ALL ,\fP and so on) is similarly slowed down by the linear search +to use \fICOLUMNS ),\fP or really almost any utility ( \fILANG\fP, +\fILC_ALL\fP, and so on) is similarly slowed down by the linear search through the variables. .LP An implementation that maintains separate data structures, or even |