Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163451040
D45184.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
584 B
Referenced Files
None
Subscribers
None
D45184.diff
View Options
diff --git a/tools/build/options/makeman b/tools/build/options/makeman
--- a/tools/build/options/makeman
+++ b/tools/build/options/makeman
@@ -379,12 +379,18 @@
The following options accept a single value from a list of valid values.
.Bl -tag -width indent
EOF
+ prev_opt=
show_group_options |
while read opt ; do
if [ ! -f ${opt} ] ; then
echo "no description found for ${opt}, skipping" >&2
continue
fi
+ if [ $opt = "$prev_opt" ]; then
+ echo "ignoring duplicate option $opt" >&2
+ continue
+ fi
+ prev_opt=$opt
echo ".It Va ${opt}"
cat ${opt}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 7:43 AM (8 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35436946
Default Alt Text
D45184.diff (584 B)
Attached To
Mode
D45184: makeman: extend duplicate option warning to OPT_ options
Attached
Detach File
Event Timeline
Log In to Comment