1661SN/A/*	$Id: vol.in,v 1.6 2010/06/19 20:46:28 kristaps Exp $ */
2661SN/A/*
3661SN/A * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
4661SN/A *
5661SN/A * Permission to use, copy, modify, and distribute this software for any
6661SN/A * purpose with or without fee is hereby granted, provided that the above
7661SN/A * copyright notice and this permission notice appear in all copies.
8661SN/A *
9661SN/A * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10661SN/A * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11661SN/A * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12661SN/A * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13661SN/A * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14661SN/A * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15661SN/A * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16661SN/A */
17661SN/A
18661SN/A/*
19661SN/A * This file defines volume titles for .Dt.
20661SN/A *
21661SN/A * Be sure to escape strings.
22661SN/A */
23661SN/A
24661SN/ALINE("USD",		"User\'s Supplementary Documents")
25661SN/ALINE("PS1",		"Programmer\'s Supplementary Documents")
26661SN/ALINE("AMD",		"Ancestral Manual Documents")
27661SN/ALINE("SMM",		"System Manager\'s Manual")
28661SN/ALINE("URM",		"User\'s Reference Manual")
29661SN/ALINE("PRM",		"Programmer\'s Manual")
30661SN/ALINE("KM",		"Kernel Manual")
31661SN/ALINE("IND",		"Manual Master Index")
32661SN/ALINE("MMI",		"Manual Master Index")
33661SN/ALINE("LOCAL",		"Local Manual")
34661SN/ALINE("LOC",		"Local Manual")
35661SN/ALINE("CON",		"Contributed Software Manual")
36661SN/A