diff options
Diffstat (limited to 'doc/GetUid.3')
-rw-r--r-- | doc/GetUid.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/GetUid.3 b/doc/GetUid.3 index 18300cc..06b466a 100644 --- a/doc/GetUid.3 +++ b/doc/GetUid.3 @@ -21,7 +21,6 @@ Tk_Uid String for which the corresponding unique identifier is desired. .BE - .SH DESCRIPTION .PP \fBTk_GetUid\fR returns the unique identifier corresponding @@ -42,6 +41,5 @@ Tk_Uid may be compared directly (x == y) without having to call \fBstrcmp\fR. In addition, the return value from \fBTk_GetUid\fR will have the same string value as its argument (strcmp(Tk_GetUid(a), a) == 0). - .SH KEYWORDS atom, unique identifier |