diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2011-06-03 05:56:52 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2011-06-03 05:56:52 +0000 |
| commit | a1528c80a53cb2796e8d1dd8edd461b08fe70320 (patch) | |
| tree | 4ce7d5edb197d245cbea01d91108c300648b75a0 /usr.bin/man | |
| parent | 1030a67f5b83d8810862a8ea2c59f728a300a976 (diff) | |
Notes
Diffstat (limited to 'usr.bin/man')
| -rwxr-xr-x | usr.bin/man/man.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh index 972f872d3027c..5905dc2abe0f0 100755 --- a/usr.bin/man/man.sh +++ b/usr.bin/man/man.sh @@ -704,7 +704,7 @@ parse_file() { manlocales="$manlocales:$tstr" ;; MANCONFIG*) decho " MANCONFIG" 3 - trim "${line#MANCONF}" + trim "${line#MANCONFIG}" config_local="$tstr" ;; # Set variables in the form of FOO_BAR |
