summaryrefslogtreecommitdiff
path: root/man/XtMalloc.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-03-16 12:23:22 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-03-16 13:37:28 -0400
commitfe0f501b0dfb2d69f5879588547d6994d93217c7 (patch)
tree3b4d8be07ed5312d89bde99c02d3c6fb06c2d438 /man/XtMalloc.man
parent1b2b648dbbc6f10b36e7914de8388b66bc93b45f (diff)
downloadxorg-lib-libXt-fe0f501b0dfb2d69f5879588547d6994d93217c7.tar.gz
cleanup undefined macros in manpages
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtMalloc.man')
-rw-r--r--man/XtMalloc.man2
1 files changed, 0 insertions, 2 deletions
diff --git a/man/XtMalloc.man b/man/XtMalloc.man
index b22d2f9..df36564 100644
--- a/man/XtMalloc.man
+++ b/man/XtMalloc.man
@@ -152,7 +152,6 @@ is a convenience macro that calls
with the following arguments specified:
.LP
.Ds
-.TA .5i
.ta .5i
((type *) XtMalloc((unsigned) sizeof(type))
.De
@@ -169,7 +168,6 @@ is a convenience macro that calls
with the following arguments specified:
.LP
.Ds
-.TA .5i
.ta .5i
(strcpy(XtMalloc((unsigned) strlen(str) + 1), str))
.De