summaryrefslogblamecommitdiff
path: root/www/man2web/files/freebsd.h
blob: 37f8684bb06ffc939f5c63f0ee220d21b93d9262 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                            
/* $FreeBSD$ */

/* default section entries that are used if configuration file is disabled*/
#define SECTION_COUNT 9
struct section_entry section_matrix[] = {
	{ "1", "1",	"General Commands (Tools and Utilities)" },
	{ "2", "2",     "System Calls and Error Numbers" },
	{ "3", "3",     "C Libraries" },
	{ "4", "4",     "Devices and Device Drivers" },
	{ "5", "5",     "File Formats" },
	{ "6", "6",     "Games" },
	{ "7", "7",     "Miscellaneous Information Pages" },
	{ "8", "8",     "System Maintenance and Operation Commands" },
	{ "9", "9",     "Kernel Interfaces" }
};