aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-26 11:21:40 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-26 11:21:40 +0000
commitbf3377730139f6ce0e4cee7bbd28e458631cd10d (patch)
treed8d2d6b69875c05a79a342816ad45c6ee4f90f42 /cgi.c
parent5b36be29b2e41d46bdf0b7629a9d3f4380af8354 (diff)
downloadmandoc-bf3377730139f6ce0e4cee7bbd28e458631cd10d.tar.gz
mandoc-bf3377730139f6ce0e4cee7bbd28e458631cd10d.tar.zst
mandoc-bf3377730139f6ce0e4cee7bbd28e458631cd10d.zip
Sync section titles with OpenBSD.
For section 4, "Kernel Interfaces" is just too confusing, the difference from sections 2 and 9 is too hard to see. The 3p change was suggested by bluhm@; that part of the manual describes more modules than functions. Align the CGI section titles with the console section titles.
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/cgi.c b/cgi.c
index e4a31ada..cbef30ef 100644
--- a/cgi.c
+++ b/cgi.c
@@ -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 <kristaps@bsd.lv>
* Copyright (c) 2014 Ingo Schwarze <schwarze@usta.de>
@@ -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 *);