1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Actually skip over undocumented options with "continue"

to avoid artifacts in the manpage generated.  Previously
an orphaned paragraph on dependencies of such an option
would appear.
This commit is contained in:
Yaroslav Tykhiy 2006-07-31 12:41:13 +00:00
parent 62f9f95382
commit c3b08cc667
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160850

View File

@ -142,6 +142,7 @@ EOF
sed -e's/\$\(FreeBSD: .*\) \$/from \1/' ${opt}
else
echo "no description found for ${opt}, skipping" >/dev/stderr
continue
fi
show settings -D${opt} |sort >_config2
comm -13 _config _config2 |grep -v "^${opt}$" >_deps