=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/cgi.c,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/mandoc/cgi.c 2014/08/21 16:03:50 1.33 --- src/usr.bin/mandoc/cgi.c 2014/08/26 11:13:58 1.34 *************** *** 1,4 **** ! /* $Id: cgi.c,v 1.33 2014/08/21 16:03:50 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: cgi.c,v 1.34 2014/08/26 11:13:58 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze *************** *** 91,104 **** "All Sections", "1 - General Commands", "2 - System Calls", ! "3 - Subroutines", ! "3p - Perl Subroutines", ! "4 - Special Files", "5 - File Formats", "6 - Games", ! "7 - Macros and Conventions", ! "8 - Maintenance Commands", ! "9 - Kernel Interface" }; static const int sec_MAX = sizeof(sec_names) / sizeof(char *); --- 91,104 ---- "All Sections", "1 - General Commands", "2 - System Calls", ! "3 - Library Functions", ! "3p - Perl Library", ! "4 - Device Drivers", "5 - File Formats", "6 - Games", ! "7 - Miscellaneous Information", ! "8 - System Manager\'s Manual", ! "9 - Kernel Developer\'s Manual" }; static const int sec_MAX = sizeof(sec_names) / sizeof(char *);