=================================================================== RCS file: /cvs/mandoc/cgi.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -p -r1.95 -r1.96 --- mandoc/cgi.c 2014/08/21 16:05:21 1.95 +++ mandoc/cgi.c 2014/08/26 11:21:40 1.96 @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.95 2014/08/21 16:05:21 schwarze Exp $ */ +/* $Id: cgi.c,v 1.96 2014/08/26 11:21:40 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -92,14 +92,14 @@ static const char *const sec_names[] = { "All Sections", "1 - General Commands", "2 - System Calls", - "3 - Subroutines", - "3p - Perl Subroutines", - "4 - Special Files", + "3 - Library Functions", + "3p - Perl Library", + "4 - Device Drivers", "5 - File Formats", "6 - Games", - "7 - Macros and Conventions", - "8 - Maintenance Commands", - "9 - Kernel Interface" + "7 - Miscellaneous Information", + "8 - System Manager\'s Manual", + "9 - Kernel Developer\'s Manual" }; static const int sec_MAX = sizeof(sec_names) / sizeof(char *);