diff options
Diffstat (limited to 'man/XtMalloc.man')
-rw-r--r-- | man/XtMalloc.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/XtMalloc.man b/man/XtMalloc.man index 7274ed8..b3f187e 100644 --- a/man/XtMalloc.man +++ b/man/XtMalloc.man @@ -144,7 +144,9 @@ is a convenience macro that calls with the following arguments specified: .LP .RS .5i +.ft CW ((type *) XtMalloc((unsigned) sizeof(type)) +.ft R .RE .LP .B XtNewString @@ -159,7 +161,9 @@ is a convenience macro that calls with the following arguments specified: .LP .RS .5i +.ft CW (strcpy(XtMalloc((unsigned) strlen(str) + 1), str)) +.ft R .RE .LP The |