1/* $Id: msec.in,v 1.1 2009/04/06 20:30:40 kristaps Exp $ */ 2/* 3 * Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org> 4 * 5 * Permission to use, copy, modify, and distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the 7 * above copyright notice and this permission notice appear in all 8 * copies. 9 * 10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL 11 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 12 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE 13 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 14 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 15 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 16 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 17 * PERFORMANCE OF THIS SOFTWARE. 18 */ 19 20/* 21 * These are all possible manual-section macros and what they correspond 22 * to when rendered as the volume title. 23 * 24 * Be sure to escape strings. 25 */ 26 27LINE("1", "General Commands Manual") 28LINE("2", "System Calls Manual") 29LINE("3", "Library Functions Manual") 30LINE("3p", "Perl Library Functions Manual") 31LINE("4", "Kernel Interfaces Manual") 32LINE("5", "File Formats Manual") 33LINE("6", "Games Manual") 34LINE("7", "Miscellaneous Information Manual") 35LINE("8", "System Manager\'s Manual") 36LINE("9", "Kernel Developer\'s Manual") 37LINE("X11", "X11 Developer\'s Manual") 38LINE("X11R6", "X11 Developer\'s Manual") 39LINE("unass", "Unassociated") 40LINE("local", "Local") 41LINE("draft", "Draft") 42LINE("paper", "Paper") 43