1241675Suqs/*	$Id: msec.in,v 1.6 2010/06/19 20:46:28 kristaps Exp $ */
2241675Suqs/*
3241675Suqs * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
4241675Suqs *
5241675Suqs * Permission to use, copy, modify, and distribute this software for any
6241675Suqs * purpose with or without fee is hereby granted, provided that the above
7241675Suqs * copyright notice and this permission notice appear in all copies.
8241675Suqs *
9241675Suqs * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10241675Suqs * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11241675Suqs * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12241675Suqs * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13241675Suqs * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14241675Suqs * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15241675Suqs * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16241675Suqs */
17241675Suqs
18241675Suqs/*
19241675Suqs * These are all possible manual-section macros and what they correspond
20241675Suqs * to when rendered as the volume title.
21241675Suqs *
22241675Suqs * Be sure to escape strings.
23241675Suqs */
24241675Suqs
25241774SuqsLINE("1",		"FreeBSD General Commands Manual")
26241774SuqsLINE("2",		"FreeBSD System Calls Manual")
27241774SuqsLINE("3",		"FreeBSD Library Functions Manual")
28241675SuqsLINE("3p",		"Perl Library Functions Manual")
29241774SuqsLINE("4",		"FreeBSD Kernel Interfaces Manual")
30241774SuqsLINE("5",		"FreeBSD File Formats Manual")
31241774SuqsLINE("6",		"FreeBSD Games Manual")
32241774SuqsLINE("7",		"FreeBSD Miscellaneous Information Manual")
33241774SuqsLINE("8",		"FreeBSD System Manager\'s Manual")
34241774SuqsLINE("9",		"FreeBSD Kernel Developer\'s Manual")
35241675SuqsLINE("X11",		"X11 Developer\'s Manual")
36241675SuqsLINE("X11R6",		"X11 Developer\'s Manual")
37241675SuqsLINE("unass",		"Unassociated")
38241675SuqsLINE("local",		"Local")
39241675SuqsLINE("draft",		"Draft")
40241675SuqsLINE("paper",		"Paper")
41