summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBrent Smith <gnome@nextreality.net>2006-01-29 20:29:30 +0000
committerBrent Smith <bmsmith@src.gnome.org>2006-01-29 20:29:30 +0000
commit70c7030841120b729530480aed6e7a776f7dc995 (patch)
tree97801466ca7418d02b9c52b31e6df57f0bb7dbbd /data
parentf7a9abfc9dae0ab592292196705d1343b619bf96 (diff)
downloadyelp-70c7030841120b729530480aed6e7a776f7dc995.tar.gz
add support for mapping several man sections, such as 1, 1p, etc. to a
2006-01-29 Brent Smith <gnome@nextreality.net> * data/man.xml.in: * src/yelp-man-pager.c: (man_section_process): * src/yelp-toc-pager.c: (add_man_page_to_toc), (process_mandir_pending): add support for mapping several man sections, such as 1, 1p, etc. to a single TOC section in data/man.xml.in, fixes #328172 Also added two new sections to data/man.xml.in that need translated, "POSIX Headers" and "POSIX Functions"
Diffstat (limited to 'data')
-rw-r--r--data/man.xml.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/data/man.xml.in b/data/man.xml.in
index 8ead6a9e..d11d167e 100644
--- a/data/man.xml.in
+++ b/data/man.xml.in
@@ -3,7 +3,7 @@
<toc id="Man">
<_title>Manual Pages</_title>
- <toc id="Man-man1" sect="1">
+ <toc id="Man-man1" sect="1 1p 1g 1t">
<_title>Applications</_title>
<toc id="Man-man1x" sect="1x">
<_title>X11 Applications</_title>
@@ -18,11 +18,17 @@
<toc id="Man-development">
<_title>Development</_title>
+ <toc id="Man-man0p" sect="0p">
+ <_title>POSIX Headers</_title>
+ </toc>
<toc id="Man-man2" sect="2">
<_title>System Calls</_title>
</toc>
- <toc id="Man-man3" sect="3">
+ <toc id="Man-man3" sect="3 3o 3t 3readline 3blt 3form 3ncurses 3menu 3curses 3ssl 3nas 3tiff">
<_title>Library Functions</_title>
+ <toc id="Man-man3p" sect="3p">
+ <_title>POSIX Functions</_title>
+ </toc>
<toc id="Man-man3f" sect="3f">
<_title>FORTRAN Functions</_title>
</toc>
@@ -32,7 +38,7 @@
<toc id="Man-man3qt" sect="3qt">
<_title>Qt Functions</_title>
</toc>
- <toc id="Man-man3x" sect="3x">
+ <toc id="Man-man3x" sect="3x 3X11">
<_title>X11 Functions</_title>
</toc>
</toc>
@@ -48,7 +54,7 @@
</toc>
</toc>
- <toc id="Man-man5" sect="5">
+ <toc id="Man-man5" sect="5 5snmp">
<_title>Configuration Files</_title>
<toc id="Man-man5x" sect="5x">
<_title>X11 Configuration</_title>
@@ -65,7 +71,7 @@
</toc>
</toc>
- <toc id="Man-man7" sect="7">
+ <toc id="Man-man7" sect="7 7gcc">
<_title>Overviews</_title>
<toc id="Man-man7x" sect="7x">
<_title>X11 Overviews</_title>
@@ -75,7 +81,7 @@
</toc>
</toc>
- <toc id="Man-man8" sect="8">
+ <toc id="Man-man8" sect="8 8l">
<_title>System Administration</_title>
</toc>