xref: /minix3/external/bsd/mdocml/dist/msec.in (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc/*	Id: msec.in,v 1.6 2010/06/19 20:46:28 kristaps Exp  */
2d65f6f70SBen Gras/*
3d65f6f70SBen Gras * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
4d65f6f70SBen Gras *
5d65f6f70SBen Gras * Permission to use, copy, modify, and distribute this software for any
6d65f6f70SBen Gras * purpose with or without fee is hereby granted, provided that the above
7d65f6f70SBen Gras * copyright notice and this permission notice appear in all copies.
8d65f6f70SBen Gras *
9d65f6f70SBen Gras * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10d65f6f70SBen Gras * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11d65f6f70SBen Gras * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12d65f6f70SBen Gras * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13d65f6f70SBen Gras * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14d65f6f70SBen Gras * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15d65f6f70SBen Gras * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16d65f6f70SBen Gras */
17d65f6f70SBen Gras
18d65f6f70SBen Gras/*
19d65f6f70SBen Gras * These are all possible manual-section macros and what they correspond
20d65f6f70SBen Gras * to when rendered as the volume title.
21d65f6f70SBen Gras *
22d65f6f70SBen Gras * Be sure to escape strings.
23d65f6f70SBen Gras */
24d65f6f70SBen Gras
2592395e9cSLionel SambucLINE("1",		"General Commands Manual")
2692395e9cSLionel SambucLINE("2",		"System Calls Manual")
2792395e9cSLionel SambucLINE("3",		"Library Functions Manual")
28d65f6f70SBen GrasLINE("3p",		"Perl Library Functions Manual")
2992395e9cSLionel SambucLINE("4",		"Kernel Interfaces Manual")
3092395e9cSLionel SambucLINE("5",		"File Formats Manual")
3192395e9cSLionel SambucLINE("6",		"Games Manual")
3292395e9cSLionel SambucLINE("7",		"Miscellaneous Information Manual")
3392395e9cSLionel SambucLINE("8",		"System Manager\'s Manual")
3492395e9cSLionel SambucLINE("9",		"Kernel Developer\'s Manual")
35d65f6f70SBen GrasLINE("X11",		"X11 Developer\'s Manual")
36d65f6f70SBen GrasLINE("X11R6",		"X11 Developer\'s Manual")
37d65f6f70SBen GrasLINE("unass",		"Unassociated")
38d65f6f70SBen GrasLINE("local",		"Local")
39d65f6f70SBen GrasLINE("draft",		"Draft")
40d65f6f70SBen GrasLINE("paper",		"Paper")
41