1#ident @(#)man-sysv.def	1.2 06/05/14
2###########################################################################
3# Written 1997 by J. Schilling
4###########################################################################
5#
6# Definition for manual sections on SYSV based systems
7#
8###########################################################################
9# Copyright (c) J. Schilling
10###########################################################################
11# The contents of this file are subject to the terms of the
12# Common Development and Distribution License, Version 1.0 only
13# (the "License").  You may not use this file except in compliance
14# with the License.
15#
16# See the file CDDL.Schily.txt in this distribution for details.
17# A copy of the CDDL is also available via the Internet at
18# http://www.opensource.org/licenses/cddl1.txt
19#
20# When distributing Covered Code, include this CDDL HEADER in each
21# file and include the License file CDDL.Schily.txt from this distribution.
22###########################################################################
23
24MANSECT_CMD=		man1
25MANSECT_SYSCALL=	man2
26MANSECT_LIB=		man3
27MANSECT_FILEFORM=	man4
28MANSECT_HDR=		man5
29MANSECT_TABLES=		man5
30MANSECT_MACROS=		man5
31MANSECT_GAMES=		man6
32MANSECT_DEMOS=		man6
33MANSECT_DEVICE=		man7
34MANSECT_NETWORK=	man7
35MANSECT_ADMIN=		man8
36MANSECT_DRIVER=		man9
37
38MANSUFF_CMD=		1
39MANSUFF_SYSCALL=	2
40MANSUFF_LIB=		3
41MANSUFF_FILEFORM=	4
42MANSUFF_HDR=		5
43MANSUFF_TABLES=		5
44MANSUFF_MACROS=		5
45MANSUFF_GAMES=		6
46MANSUFF_DEMOS=		6
47MANSUFF_DEVICE=		7
48MANSUFF_NETWORK=	7
49MANSUFF_ADMIN=		8
50MANSUFF_DRIVER=		9
51