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:
parent
e8d2a6dffb
commit
2d54f27d1f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user