xref: /freebsd/contrib/mandoc/msec.in (revision 73577bf01de5c4677dc54d97f93310286c254780)
161d06d6bSBaptiste Daroussin/*	$Id: msec.in,v 1.6 2010/06/19 20:46:28 kristaps Exp $ */
261d06d6bSBaptiste Daroussin/*
361d06d6bSBaptiste Daroussin * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
461d06d6bSBaptiste Daroussin *
561d06d6bSBaptiste Daroussin * Permission to use, copy, modify, and distribute this software for any
661d06d6bSBaptiste Daroussin * purpose with or without fee is hereby granted, provided that the above
761d06d6bSBaptiste Daroussin * copyright notice and this permission notice appear in all copies.
861d06d6bSBaptiste Daroussin *
961d06d6bSBaptiste Daroussin * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1061d06d6bSBaptiste Daroussin * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1161d06d6bSBaptiste Daroussin * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1261d06d6bSBaptiste Daroussin * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1361d06d6bSBaptiste Daroussin * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1461d06d6bSBaptiste Daroussin * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1561d06d6bSBaptiste Daroussin * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1661d06d6bSBaptiste Daroussin */
1761d06d6bSBaptiste Daroussin
1861d06d6bSBaptiste Daroussin/*
1961d06d6bSBaptiste Daroussin * These are all possible manual-section macros and what they correspond
2061d06d6bSBaptiste Daroussin * to when rendered as the volume title.
2161d06d6bSBaptiste Daroussin *
2261d06d6bSBaptiste Daroussin * Be sure to escape strings.
2361d06d6bSBaptiste Daroussin */
2461d06d6bSBaptiste Daroussin
2561d06d6bSBaptiste DaroussinLINE("1",		"FreeBSD General Commands Manual")
2661d06d6bSBaptiste DaroussinLINE("2",		"FreeBSD System Calls Manual")
2761d06d6bSBaptiste DaroussinLINE("3",		"FreeBSD Library Functions Manual")
28*73577bf0SRyan MoellerLINE("3lua",		"Lua Library Functions Manual")
2961d06d6bSBaptiste DaroussinLINE("3p",		"Perl Library Functions Manual")
3061d06d6bSBaptiste DaroussinLINE("4",		"FreeBSD Kernel Interfaces Manual")
3161d06d6bSBaptiste DaroussinLINE("5",		"FreeBSD File Formats Manual")
3261d06d6bSBaptiste DaroussinLINE("6",		"FreeBSD Games Manual")
3361d06d6bSBaptiste DaroussinLINE("7",		"FreeBSD Miscellaneous Information Manual")
3461d06d6bSBaptiste DaroussinLINE("8",		"FreeBSD System Manager\'s Manual")
3561d06d6bSBaptiste DaroussinLINE("9",		"FreeBSD Kernel Developer\'s Manual")
36