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
62f9f95382
commit
c3b08cc667
@ -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