File: man-bsd.def

package info (click to toggle)
cdrdao 1%3A1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,320 kB
  • sloc: ansic: 62,898; cpp: 51,127; sh: 6,800; perl: 673; makefile: 541; pascal: 41; xml: 41
file content (50 lines) | stat: -rw-r--r-- 1,630 bytes parent folder | download | duplicates (26)
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
43
44
45
46
47
48
49
50
#ident @(#)man-bsd.def	1.1 97/02/11 
###########################################################################
# Written 1997 by J. Schilling
###########################################################################
#
# Definition for manual sections on BSD based systems
#
###########################################################################
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.  If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
###########################################################################

MANSECT_CMD=		man1
MANSECT_SYSCALL=	man2
MANSECT_LIB=		man3
MANSECT_FILEFORM=	man5
MANSECT_HDR=		man7
MANSECT_TABLES=		man7
MANSECT_MACROS=		man7
MANSECT_GAMES=		man6
MANSECT_DEMOS=		man6
MANSECT_DEVICE=		man4
MANSECT_NETWORK=	man4
MANSECT_ADMIN=		man8
MANSECT_DRIVER=		man4

MANSUFF_CMD=		1
MANSUFF_SYSCALL=	2
MANSUFF_LIB=		3
MANSUFF_FILEFORM=	5
MANSUFF_HDR=		7
MANSUFF_TABLES=		7
MANSUFF_MACROS=		7
MANSUFF_GAMES=		6
MANSUFF_DEMOS=		6
MANSUFF_DEVICE=		4
MANSUFF_NETWORK=	4
MANSUFF_ADMIN=		8
MANSUFF_DRIVER=		4