~ubuntu-branches/ubuntu/hoary/cdrtools/hoary

« back to all changes in this revision

Viewing changes to RULES/man-bsd.def

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2002-04-09 10:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20020409100306-t4hagiv7gm0fhggv
Tags: upstream-1.10
ImportĀ upstreamĀ versionĀ 1.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ident @(#)man-bsd.def  1.1 97/02/11 
 
2
###########################################################################
 
3
# Written 1997 by J. Schilling
 
4
###########################################################################
 
5
#
 
6
# Definition for manual sections on BSD based systems
 
7
#
 
8
###########################################################################
 
9
# This program is free software; you can redistribute it and/or modify
 
10
# it under the terms of the GNU General Public License as published by
 
11
# the Free Software Foundation; either version 2, or (at your option)
 
12
# any later version.
 
13
#
 
14
# This program is distributed in the hope that it will be useful,
 
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
# GNU General Public License for more details.
 
18
 
19
# You should have received a copy of the GNU General Public License
 
20
# along with this program; see the file COPYING.  If not, write to
 
21
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
22
###########################################################################
 
23
 
 
24
MANSECT_CMD=            man1
 
25
MANSECT_SYSCALL=        man2
 
26
MANSECT_LIB=            man3
 
27
MANSECT_FILEFORM=       man5
 
28
MANSECT_HDR=            man7
 
29
MANSECT_TABLES=         man7
 
30
MANSECT_MACROS=         man7
 
31
MANSECT_GAMES=          man6
 
32
MANSECT_DEMOS=          man6
 
33
MANSECT_DEVICE=         man4
 
34
MANSECT_NETWORK=        man4
 
35
MANSECT_ADMIN=          man8
 
36
MANSECT_DRIVER=         man4
 
37
 
 
38
MANSUFF_CMD=            1
 
39
MANSUFF_SYSCALL=        2
 
40
MANSUFF_LIB=            3
 
41
MANSUFF_FILEFORM=       5
 
42
MANSUFF_HDR=            7
 
43
MANSUFF_TABLES=         7
 
44
MANSUFF_MACROS=         7
 
45
MANSUFF_GAMES=          6
 
46
MANSUFF_DEMOS=          6
 
47
MANSUFF_DEVICE=         4
 
48
MANSUFF_NETWORK=        4
 
49
MANSUFF_ADMIN=          8
 
50
MANSUFF_DRIVER=         4