diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-12-06 16:33:20 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-12-06 16:33:20 +0000 |
commit | 9c82e091089e668f3e603bc043fd8d58983e08ce (patch) | |
tree | ad6188b4d65bb612ab9d3932107d23340b38c4ee /x11/yelp/files/patch-data_man.xml.in | |
parent | Update to 1.14 (diff) |
- Add support for man section n (Tcl/Tk functions)
- Remove unused startup scripts
Notes
Notes:
svn path=/head/; revision=150545
Diffstat (limited to 'x11/yelp/files/patch-data_man.xml.in')
-rw-r--r-- | x11/yelp/files/patch-data_man.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/yelp/files/patch-data_man.xml.in b/x11/yelp/files/patch-data_man.xml.in new file mode 100644 index 000000000000..06670069c9e2 --- /dev/null +++ b/x11/yelp/files/patch-data_man.xml.in @@ -0,0 +1,12 @@ +--- data/man.xml.in.orig Tue Dec 6 17:03:27 2005 ++++ data/man.xml.in Tue Dec 6 17:05:52 2005 +@@ -39,6 +39,9 @@ + <toc id="Man-man9" sect="9"> + <_title>Kernel Routines</_title> + </toc> ++ <toc id="Man-mann" sect="n"> ++ <_title>Tcl/Tk Functions</_title> ++ </toc> + </toc> + + <toc id="Man-man4" sect="4"> |