diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-15 09:23:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-15 09:23:00 (GMT) |
commit | dd42e4e631d1c545378eb098a38df0e73e379e98 (patch) | |
tree | 994b2a6f3769b72c60403ff8a3825e46ca2ff910 /doc/CrtObjCmd.3 | |
parent | d5fe10bc62fe923beb3c1017e3f0612c518d196c (diff) | |
download | tcl-dd42e4e631d1c545378eb098a38df0e73e379e98.zip tcl-dd42e4e631d1c545378eb098a38df0e73e379e98.tar.gz tcl-dd42e4e631d1c545378eb098a38df0e73e379e98.tar.bz2 |
Convert \fP to \fR for easier manual page scraping
Diffstat (limited to 'doc/CrtObjCmd.3')
-rw-r--r-- | doc/CrtObjCmd.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/CrtObjCmd.3 b/doc/CrtObjCmd.3 index f9ee031..bb125e0 100644 --- a/doc/CrtObjCmd.3 +++ b/doc/CrtObjCmd.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: CrtObjCmd.3,v 1.14 2006/06/20 15:00:05 dgp Exp $ +'\" RCS: @(#) $Id: CrtObjCmd.3,v 1.15 2006/11/15 09:23:01 dkf Exp $ '\" .so man.macros .TH Tcl_CreateObjCommand 3 8.0 Tcl "Tcl Library Procedures" @@ -286,10 +286,10 @@ they need to keep it for a long time. \fBTcl_GetCommandFullName\fR produces the fully qualified name of a command from a command token. The name, including all namespace prefixes, -is appended to the object specified by \fIobjPtr\fP. +is appended to the object specified by \fIobjPtr\fR. .PP \fBTcl_GetCommandFromObj\fR returns a token for the command -specified by the name in a \fBTcl_Obj\fP. +specified by the name in a \fBTcl_Obj\fR. The command name is resolved relative to the current namespace. Returns NULL if the command is not found. .SH "SEE ALSO" |