From b80f6443b6b7b620c7272664c66ecb0b120a0998 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Tue, 27 Jul 2004 13:29:18 +0000 Subject: Imported from ../bash-3.0.tar.gz. --- examples/functions/manpage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/functions/manpage') diff --git a/examples/functions/manpage b/examples/functions/manpage index 224643e..60f9aed 100644 --- a/examples/functions/manpage +++ b/examples/functions/manpage @@ -70,7 +70,7 @@ function whatis () function apropos () { - whatis_internal "$1" "fgrep" + whatis_internal "$1" "grep -F" } # Note: "-" and "-t" together not supported. This man could be @@ -102,7 +102,7 @@ function man () g="grep -w" a=$(basename "$2") else - g=fgrep + g="grep -F" a="$2" fi whatis_internal "$a" "$g" -- cgit v1.2.3