diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2024-07-26 08:44:11 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2024-07-26 08:44:11 (GMT) |
commit | 9ae6bc5321e3c93ac3ae2a96b6842232f60a770e (patch) | |
tree | da6e90ec6a64c92dc6199f9bc5001cb3a09ce8ec | |
parent | 6e8951790e7b63e4c6beaab1e02add17da241de5 (diff) | |
download | tk-9ae6bc5321e3c93ac3ae2a96b6842232f60a770e.zip tk-9ae6bc5321e3c93ac3ae2a96b6842232f60a770e.tar.gz tk-9ae6bc5321e3c93ac3ae2a96b6842232f60a770e.tar.bz2 |
Correct syntactic error in doc/SetOptions.3
-rw-r--r-- | doc/SetOptions.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SetOptions.3 b/doc/SetOptions.3 index 62b48d8..41e49e9 100644 --- a/doc/SetOptions.3 +++ b/doc/SetOptions.3 @@ -530,7 +530,7 @@ free, and restore saved copies of the type and creating a structure pointing to those procedures: .CS typedef struct { - const char *\fname\fR; + const char *\fIname\fR; Tk_CustomOptionSetProc *\fIsetProc\fR; Tk_CustomOptionGetProc *\fIgetProc\fR; Tk_CustomOptionRestoreProc *\fIrestoreProc\fR; |