]> git.cameronkatri.com Git - mandoc.git/commitdiff
Sync section titles with OpenBSD.
authorIngo Schwarze <schwarze@openbsd.org>
Tue, 26 Aug 2014 11:21:40 +0000 (11:21 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Tue, 26 Aug 2014 11:21:40 +0000 (11:21 +0000)
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.

cgi.c
msec.in

diff --git a/cgi.c b/cgi.c
index e4a31ada767e62acccfa709d8d7e66a3d4698e1a..cbef30ef10ff5c6aa9886a374f2b5761584063c8 100644 (file)
--- 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 *);
 
diff --git a/msec.in b/msec.in
index f3aebb46a109f393649a02fb59c5719470827c34..4fab2f653b6b3fe0f3b7a0ceb4b5200d82a20485 100644 (file)
--- a/msec.in
+++ b/msec.in
@@ -1,4 +1,4 @@
-/*     $Id: msec.in,v 1.6 2010/06/19 20:46:28 kristaps Exp $ */
+/*     $Id: msec.in,v 1.7 2014/08/26 11:21:40 schwarze Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -25,8 +25,8 @@
 LINE("1",              "General Commands Manual")
 LINE("2",              "System Calls Manual")
 LINE("3",              "Library Functions Manual")
-LINE("3p",             "Perl Library Functions Manual")
-LINE("4",              "Kernel Interfaces Manual")
+LINE("3p",             "Perl Library Manual")
+LINE("4",              "Device Drivers Manual")
 LINE("5",              "File Formats Manual")
 LINE("6",              "Games Manual")
 LINE("7",              "Miscellaneous Information Manual")