File:  [CSRG BSD Unix] / 43BSDReno / share / man / tools / ckspell
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

#! /bin/sh
set x $*
. ./.param

TOOLS=$MANDIR/tools

date > $TMPDIR/sp.errs
echo >> $TMPDIR/sp.errs

for dir in $DIRLST
do
	cd $MANDIR/man$dir
	echo "cat <<'EOF' >----------------" >> $TMPDIR/sp.errs
	echo "Section $dir" >> $TMPDIR/sp.errs
	for file in $FILLST
	do
		spell $file >> $TMPDIR/tmp.$$
	done
	sort $TMPDIR/tmp.$$ | uniq | comm -23 - $TOOLS/sp.ignore >> $TMPDIR/sp.errs
	> $TMPDIR/tmp.$$
done

rm -f $TMPDIR/tmp.$$

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.