summaryrefslogtreecommitdiffstats
path: root/usr.bin/man
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/man')
-rwxr-xr-xusr.bin/man/man.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh
index f8da4da..a008029 100755
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -719,11 +719,11 @@ search_whatis() {
bad=${bad#\\n}
if [ -n "$good" ]; then
- echo -e $good | $PAGER
+ echo -e "$good" | $PAGER
fi
if [ -n "$bad" ]; then
- echo -e $bad >&2
+ echo -e "$bad" >&2
fi
exit $rval
OpenPOWER on IntegriCloud