xref: /titanic_41/usr/src/cmd/mandoc/vol.in (revision 32a712da90cea6ff9a05f51e7844944ccfa28d5e)
1*32a712daSGarrett D'Amore/*	$Id: vol.in,v 1.6 2010/06/19 20:46:28 kristaps Exp $ */
2*32a712daSGarrett D'Amore/*
3*32a712daSGarrett D'Amore * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
4*32a712daSGarrett D'Amore *
5*32a712daSGarrett D'Amore * Permission to use, copy, modify, and distribute this software for any
6*32a712daSGarrett D'Amore * purpose with or without fee is hereby granted, provided that the above
7*32a712daSGarrett D'Amore * copyright notice and this permission notice appear in all copies.
8*32a712daSGarrett D'Amore *
9*32a712daSGarrett D'Amore * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10*32a712daSGarrett D'Amore * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11*32a712daSGarrett D'Amore * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12*32a712daSGarrett D'Amore * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13*32a712daSGarrett D'Amore * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14*32a712daSGarrett D'Amore * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15*32a712daSGarrett D'Amore * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16*32a712daSGarrett D'Amore */
17*32a712daSGarrett D'Amore
18*32a712daSGarrett D'Amore/*
19*32a712daSGarrett D'Amore * This file defines volume titles for .Dt.
20*32a712daSGarrett D'Amore *
21*32a712daSGarrett D'Amore * Be sure to escape strings.
22*32a712daSGarrett D'Amore */
23*32a712daSGarrett D'Amore
24*32a712daSGarrett D'AmoreLINE("USD",		"User\'s Supplementary Documents")
25*32a712daSGarrett D'AmoreLINE("PS1",		"Programmer\'s Supplementary Documents")
26*32a712daSGarrett D'AmoreLINE("AMD",		"Ancestral Manual Documents")
27*32a712daSGarrett D'AmoreLINE("SMM",		"System Manager\'s Manual")
28*32a712daSGarrett D'AmoreLINE("URM",		"User\'s Reference Manual")
29*32a712daSGarrett D'AmoreLINE("PRM",		"Programmer\'s Manual")
30*32a712daSGarrett D'AmoreLINE("KM",		"Kernel Manual")
31*32a712daSGarrett D'AmoreLINE("IND",		"Manual Master Index")
32*32a712daSGarrett D'AmoreLINE("MMI",		"Manual Master Index")
33*32a712daSGarrett D'AmoreLINE("LOCAL",		"Local Manual")
34*32a712daSGarrett D'AmoreLINE("LOC",		"Local Manual")
35*32a712daSGarrett D'AmoreLINE("CON",		"Contributed Software Manual")
36