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