From 91676aabdb0f16a557ed7c5e160091c7473c9524 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 2 Apr 2001 18:32:02 +0000 Subject: [PATCH] Some changes to make it more usable -- not very usable, though. --- share/man/tools/.param | 4 ++-- share/man/tools/ckcrefs | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/tools/.param b/share/man/tools/.param index 329b82dacd58..11c0bc7fdc46 100644 --- a/share/man/tools/.param +++ b/share/man/tools/.param @@ -2,7 +2,7 @@ export MANDIR TMPDIR export DIRLST FILLST export LFLAG PFLAG ID -MANDIR=/usr/man +MANDIR=/usr/share/man TMPDIR=/tmp DIRLST= FILLST= @@ -86,7 +86,7 @@ done if [ -z "$DIRLST" ] then - DIRLST="1 2 3 4 5 6 7 8" + DIRLST="1 2 3 4 5 6 7 8 9" fi if [ -z "$FILLST" ] diff --git a/share/man/tools/ckcrefs b/share/man/tools/ckcrefs index 295c070ea1f9..7177b76fa522 100755 --- a/share/man/tools/ckcrefs +++ b/share/man/tools/ckcrefs @@ -12,7 +12,7 @@ do then continue fi - grep ".*([1-8][cmsgxjvCMSGXJV]*)" $file >> $TMPDIR/cref$dir + grep ".*([1-9][cmsgxjvCMSGXJV]*)" $file >> $TMPDIR/cref$dir done cd $TMPDIR @@ -22,7 +22,7 @@ do date > badcref$dir echo >> badcref$dir ed - cref$dir >> lower.suf$dir <