diff options
author | ericm <ericm> | 2000-04-26 22:36:10 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-26 22:36:10 (GMT) |
commit | 0efff5ec3b5a0504d9f5c1f8a5f38bd6e98262e7 (patch) | |
tree | 024092e4a7dbf7cfd18dc80c7c0cdb45a9ee7ce6 /doc | |
parent | 736ac02e4cc0bb9ef5b2b8798c87180c93e50330 (diff) | |
download | tcl-0efff5ec3b5a0504d9f5c1f8a5f38bd6e98262e7.zip tcl-0efff5ec3b5a0504d9f5c1f8a5f38bd6e98262e7.tar.gz tcl-0efff5ec3b5a0504d9f5c1f8a5f38bd6e98262e7.tar.bz2 |
* unix/mkLinks: Regen'd with new mkLinks.tcl.
* unix/mkLinks.tcl: Fixed indentation, made link setup more
intelligent (only do one existance test per man page, instead of
one per function).
* doc/library.n: Fixed .SH NAME macro to include each function
documented on the page, so that mkLinks will know about the
functions listed there, and so that the Windows help file index
will get set up correctly [Bug: 1898, 5273].
Diffstat (limited to 'doc')
-rw-r--r-- | doc/library.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/library.n b/doc/library.n index 5fde037..ea3b5ed 100644 --- a/doc/library.n +++ b/doc/library.n @@ -5,12 +5,12 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: library.n,v 1.11 2000/04/15 18:42:56 ericm Exp $ +'\" RCS: @(#) $Id: library.n,v 1.12 2000/04/26 22:36:10 ericm Exp $ .so man.macros .TH library n "8.0" Tcl "Tcl Built-In Commands" .BS .SH NAME -library \- standard library of Tcl procedures +auto_execok, auto_load, auto_mkindex, auto_mkindex_old, auto_reset, tcl_findLibrary, parray, tcl_endOfWord, tcl_startOfNextWord, tcl_startOfPreviousWord, tcl_wordBreakAfter, tcl_wordBreakBefore \- standard library of Tcl procedures .SH SYNOPSIS .nf \fBauto_execok \fIcmd\fR |