Deleted Added
full compact
msec.in (241754) msec.in (241774)
1/* $Id: msec.in,v 1.6 2010/06/19 20:46:28 kristaps Exp $ */
2/*
3 * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
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 above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 8 unchanged lines hidden (view full) ---

17
18/*
19 * These are all possible manual-section macros and what they correspond
20 * to when rendered as the volume title.
21 *
22 * Be sure to escape strings.
23 */
24
1/* $Id: msec.in,v 1.6 2010/06/19 20:46:28 kristaps Exp $ */
2/*
3 * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
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 above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 8 unchanged lines hidden (view full) ---

17
18/*
19 * These are all possible manual-section macros and what they correspond
20 * to when rendered as the volume title.
21 *
22 * Be sure to escape strings.
23 */
24
25LINE("1", "General Commands Manual")
26LINE("2", "System Calls Manual")
27LINE("3", "Library Functions Manual")
25LINE("1", "FreeBSD General Commands Manual")
26LINE("2", "FreeBSD System Calls Manual")
27LINE("3", "FreeBSD Library Functions Manual")
28LINE("3p", "Perl Library Functions Manual")
28LINE("3p", "Perl Library Functions Manual")
29LINE("4", "Kernel Interfaces Manual")
30LINE("5", "File Formats Manual")
31LINE("6", "Games Manual")
32LINE("7", "Miscellaneous Information Manual")
33LINE("8", "System Manager\'s Manual")
34LINE("9", "Kernel Developer\'s Manual")
29LINE("4", "FreeBSD Kernel Interfaces Manual")
30LINE("5", "FreeBSD File Formats Manual")
31LINE("6", "FreeBSD Games Manual")
32LINE("7", "FreeBSD Miscellaneous Information Manual")
33LINE("8", "FreeBSD System Manager\'s Manual")
34LINE("9", "FreeBSD Kernel Developer\'s Manual")
35LINE("X11", "X11 Developer\'s Manual")
36LINE("X11R6", "X11 Developer\'s Manual")
37LINE("unass", "Unassociated")
38LINE("local", "Local")
39LINE("draft", "Draft")
40LINE("paper", "Paper")
35LINE("X11", "X11 Developer\'s Manual")
36LINE("X11R6", "X11 Developer\'s Manual")
37LINE("unass", "Unassociated")
38LINE("local", "Local")
39LINE("draft", "Draft")
40LINE("paper", "Paper")