View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +9 lines)
 Lines 92-98    Link Here 
defmanpath=$DEFMANPATH
defmanpath=$DEFMANPATH
defcatpath=
defcatpath=
sections="1 2 3 4 5 6 7 8 9 n l"
if [ -n "$MANSECT" ]; then
	sections=$MANSECT
else
	sections=`$AWK '($1 == "MANSECT") { print $2 }' /etc/man.conf`
	if [ x"$sections" = x ]; then
		sections="1 2 3 4 5 6 7 8 9 n l"
	fi
fi
sections=`echo $sections | sed -e 's/:/ /g'`
for name in "$@"
for name in "$@"
do
do