Module Name:    src
Committed By:   wiz
Date:           Sun Jan  2 22:03:25 UTC 2011

Modified Files:
        src/external/bsd/mdocml/dist: msec.in

Log Message:
Prefix section headers for 1 to 9 with "NetBSD " to match output
for non-HTML pages (i.e. groff ones). Noted by njoly.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/mdocml/dist/msec.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/mdocml/dist/msec.in
diff -u src/external/bsd/mdocml/dist/msec.in:1.1.1.2 src/external/bsd/mdocml/dist/msec.in:1.2
--- src/external/bsd/mdocml/dist/msec.in:1.1.1.2	Thu Jun 24 17:16:37 2010
+++ src/external/bsd/mdocml/dist/msec.in	Sun Jan  2 22:03:24 2011
@@ -22,16 +22,16 @@
  * Be sure to escape strings.
  */
 
-LINE("1",		"General Commands Manual")
-LINE("2",		"System Calls Manual")
-LINE("3",		"Library Functions Manual")
+LINE("1",		"NetBSD General Commands Manual")
+LINE("2",		"NetBSD System Calls Manual")
+LINE("3",		"NetBSD Library Functions Manual")
 LINE("3p",		"Perl Library Functions Manual")
-LINE("4",		"Kernel Interfaces Manual")
-LINE("5",		"File Formats Manual")
-LINE("6",		"Games Manual")
-LINE("7",		"Miscellaneous Information Manual")
-LINE("8",		"System Manager\'s Manual")
-LINE("9",		"Kernel Developer\'s Manual")
+LINE("4",		"NetBSD Kernel Interfaces Manual")
+LINE("5",		"NetBSD File Formats Manual")
+LINE("6",		"NetBSD Games Manual")
+LINE("7",		"NetBSD Miscellaneous Information Manual")
+LINE("8",		"NetBSD System Manager\'s Manual")
+LINE("9",		"NetBSD Kernel Developer\'s Manual")
 LINE("X11",		"X11 Developer\'s Manual")
 LINE("X11R6",		"X11 Developer\'s Manual")
 LINE("unass",		"Unassociated")

Reply via email to