summaryrefslogtreecommitdiff
path: root/sys/lib/man
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-08-26 06:43:39 +0200
committercinap_lenrek <cinap_lenrek@localhost>2011-08-26 06:43:39 +0200
commit5870aeaa39a1e2c2d7988797dd3e7a5ea68d747b (patch)
tree4c2832dab611e712adfb8f4a4f6ca78e7416360c /sys/lib/man
parent096ffdb686e1066f999c2d49df1eb501798e43f7 (diff)
checkman: ignore inst/*
Diffstat (limited to 'sys/lib/man')
-rw-r--r--sys/lib/man/checkman.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/lib/man/checkman.awk b/sys/lib/man/checkman.awk
index 92c64d593..cf14fbfd0 100644
--- a/sys/lib/man/checkman.awk
+++ b/sys/lib/man/checkman.awk
@@ -34,6 +34,7 @@ BEGIN {
Skipdirs["lml"] = 1
Skipdirs["type1"] = 1
Skipdirs["service.alt"] = 1
+ Skipdirs["inst"] = 1
Omitted["411"] = 1
Omitted["Kill"] = 1