forked from TritonDataCenter/illumos-extra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mancheck.conf
42 lines (36 loc) · 902 Bytes
/
mancheck.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
* Copyright 2015 Joyent, Inc.
*/
/*
* WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
*
* mancheck configuration files must comply with the rules detailed in:
*
* smartos-live.git :: tools/mancheck/README.md
*
* You should not be making modifications here until you've read the most
* current copy of that file. If you need help, contact a gatekeeper for
* guidance.
*/
+section "3*";
-page "curl_*.3";
-page "libcurl*.3";
-page "CURL*.3";
+section "4*";
+section "5*";
-page "rsyncd.conf.5";
/*
* Unfortunately these pages are pretty broken, mostly because
* of the way NTP tries to provide manual pages via AutoGen.
* They are also in the wrong section.
*/
-page "ntp.conf.5";
-page "ntp.keys.5";
/*
* These pages are completely unnecessary, and (as is becoming a theme)
* are in the wrong section.
*/
-page "gfdl.7";
-page "gpl.7";
-page "fsf-funding.7";
-page "gnupg.7";