[bash] fix typo in comment

This commit is contained in:
Fernando Schauenburg 2018-03-04 18:18:19 +01:00
parent 8d062a87a1
commit 36ce14439b

2
bashrc
View file

@ -16,7 +16,7 @@ do
[ -d "$p" ] && export PATH="$p:$PATH" [ -d "$p" ] && export PATH="$p:$PATH"
done done
# Prepend custom man directories to MATPATH if they exist, so that we get # Prepend custom man directories to MANPATH if they exist, so that we get
# correct man page entries when multiple versions of a command are available. # correct man page entries when multiple versions of a command are available.
for p in /usr/local/share/man /usr/local/opt/coreutils/libexec/gnuman for p in /usr/local/share/man /usr/local/opt/coreutils/libexec/gnuman
do do