summaryrefslogtreecommitdiffstats
path: root/doc/GetIndex.3
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2006-11-15 09:22:59 (GMT)
committerdkf <dkf@noemail.net>2006-11-15 09:22:59 (GMT)
commitcf00a1a2961dbc006f691b2a43340bbd2a0c963c (patch)
tree994b2a6f3769b72c60403ff8a3825e46ca2ff910 /doc/GetIndex.3
parent9f8087a815b062f4a23c738570f3e15f0bb088b5 (diff)
downloadtcl-cf00a1a2961dbc006f691b2a43340bbd2a0c963c.zip
tcl-cf00a1a2961dbc006f691b2a43340bbd2a0c963c.tar.gz
tcl-cf00a1a2961dbc006f691b2a43340bbd2a0c963c.tar.bz2
Convert \fP to \fR for easier manual page scraping
FossilOrigin-Name: 6ac86620d0e4fa5d2b6ad1d0008248310ef1bfe2
Diffstat (limited to 'doc/GetIndex.3')
-rw-r--r--doc/GetIndex.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/GetIndex.3 b/doc/GetIndex.3
index 4b4a220..f77705c 100644
--- a/doc/GetIndex.3
+++ b/doc/GetIndex.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: GetIndex.3,v 1.19 2006/04/06 18:57:58 dgp Exp $
+'\" RCS: @(#) $Id: GetIndex.3,v 1.20 2006/11/15 09:23:01 dkf Exp $
'\"
.so man.macros
.TH Tcl_GetIndexFromObj 3 8.1 Tcl "Tcl Library Procedures"
@@ -35,9 +35,9 @@ table entry.
An array of null-terminated strings. The end of the array is marked
by a NULL string pointer.
.AP "const void" *structTablePtr in
-An array of arbitrary type, typically some \fBstruct\fP type.
+An array of arbitrary type, typically some \fBstruct\fR type.
The first member of the structure must be a null-terminated string.
-The size of the structure is given by \fIoffset\fP.
+The size of the structure is given by \fIoffset\fR.
.AP int offset in
The offset to add to structTablePtr to get to the next entry.
The end of the array is marked by a NULL string pointer.