diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-27 22:21:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-27 22:21:52 +0000 |
commit | a2ef50bb1f6158bbc18a1ac59fb7f783a3f87686 (patch) | |
tree | 04e805cbacc31596d9bbff0ff2bad282d464d8e6 /textproc/mdocml/files/patch-msec.in | |
parent | - Update to 0.2.4 (diff) |
- Update to 1.8.4
PR: 137154
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
Diffstat (limited to 'textproc/mdocml/files/patch-msec.in')
-rw-r--r-- | textproc/mdocml/files/patch-msec.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/mdocml/files/patch-msec.in b/textproc/mdocml/files/patch-msec.in new file mode 100644 index 000000000000..39d47f58566b --- /dev/null +++ b/textproc/mdocml/files/patch-msec.in @@ -0,0 +1,28 @@ +--- msec.in.orig 2009-07-20 22:05:54.000000000 +0200 ++++ msec.in 2009-07-20 22:07:03.000000000 +0200 +@@ -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", "FreeBSD General Commands Manual") ++LINE("2", "FreeBSD System Calls Manual") ++LINE("3", "FreeBSD 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", "FreeBSD Kernel Interfaces Manual") ++LINE("5", "FreeBSD File Formats Manual") ++LINE("6", "FreeBSD Games Manual") ++LINE("7", "FreeBSD Miscellaneous Information Manual") ++LINE("8", "FreeBSD System Manager\'s Manual") ++LINE("9", "FreeBSD Kernel Developer\'s Manual") + LINE("X11", "X11 Developer\'s Manual") + LINE("X11R6", "X11 Developer\'s Manual") + LINE("unass", "Unassociated") |