diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 06:43:39 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 06:43:39 +0200 |
commit | 5870aeaa39a1e2c2d7988797dd3e7a5ea68d747b (patch) | |
tree | 4c2832dab611e712adfb8f4a4f6ca78e7416360c | |
parent | 096ffdb686e1066f999c2d49df1eb501798e43f7 (diff) | |
download | plan9front-5870aeaa39a1e2c2d7988797dd3e7a5ea68d747b.tar.xz |
checkman: ignore inst/*
-rw-r--r-- | sys/lib/man/checkman.awk | 1 | ||||
-rw-r--r-- | sys/man/4/cwfs | 5 |
2 files changed, 5 insertions, 1 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 diff --git a/sys/man/4/cwfs b/sys/man/4/cwfs index 8a6c0dedf..6ad1d46e3 100644 --- a/sys/man/4/cwfs +++ b/sys/man/4/cwfs @@ -1,6 +1,9 @@ .TH CWFS 4 .SH NAME -cwfs \- cached-worm file server, dump +cwfs, \ +cwfs64, \ +cwfs64x, \ +fs64 - cached-worm file server, dump .SH SYNOPSIS .B cwfs [ |