1*505a6c88Sschwarze/* $OpenBSD: msec.in,v 1.6 2017/06/24 17:36:50 schwarze Exp $ */ 2f73abda9Skristaps/* 3ef84c4b5Sschwarze * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> 4f73abda9Skristaps * 5f73abda9Skristaps * Permission to use, copy, modify, and distribute this software for any 6a6464425Sschwarze * purpose with or without fee is hereby granted, provided that the above 7a6464425Sschwarze * copyright notice and this permission notice appear in all copies. 8f73abda9Skristaps * 9a6464425Sschwarze * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10a6464425Sschwarze * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11a6464425Sschwarze * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12a6464425Sschwarze * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13a6464425Sschwarze * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14a6464425Sschwarze * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15a6464425Sschwarze * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16f73abda9Skristaps */ 17f73abda9Skristaps 18f73abda9Skristaps/* 19f73abda9Skristaps * These are all possible manual-section macros and what they correspond 20f73abda9Skristaps * to when rendered as the volume title. 21f73abda9Skristaps * 22f73abda9Skristaps * Be sure to escape strings. 23f73abda9Skristaps */ 24f73abda9Skristaps 254e6618fdSschwarzeLINE("1", "General Commands Manual") 264e6618fdSschwarzeLINE("2", "System Calls Manual") 274e6618fdSschwarzeLINE("3", "Library Functions Manual") 284e6618fdSschwarzeLINE("3p", "Perl Library Manual") 294e6618fdSschwarzeLINE("4", "Device Drivers Manual") 304e6618fdSschwarzeLINE("5", "File Formats Manual") 314e6618fdSschwarzeLINE("6", "Games Manual") 324e6618fdSschwarzeLINE("7", "Miscellaneous Information Manual") 334e6618fdSschwarzeLINE("8", "System Manager\'s Manual") 344e6618fdSschwarzeLINE("9", "Kernel Developer\'s Manual") 35