summaryrefslogtreecommitdiff
path: root/man/XtMalloc.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-15 23:03:31 +0200
committerWalter Harms <wharms@bfs.de>2019-04-15 23:03:31 +0200
commit4b446ce8b20b1de1488c73e1841dafbd25ca949f (patch)
tree8d3514c6c44df83720fc1413f1e6fb95d13a5e56 /man/XtMalloc.man
parentfb7e899e94dd402c868e8eb59ccf32284732f6ac (diff)
downloadxorg-lib-libXt-4b446ce8b20b1de1488c73e1841dafbd25ca949f.tar.gz
remove in-text macros
The in-text macros are a problem when maintaining the text. While removing i noticed several problems with missing definitions this is fixed also.
Diffstat (limited to 'man/XtMalloc.man')
-rw-r--r--man/XtMalloc.man3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/XtMalloc.man b/man/XtMalloc.man
index e5af2f6..c53fa74 100644
--- a/man/XtMalloc.man
+++ b/man/XtMalloc.man
@@ -77,9 +77,8 @@ Cardinal XtAsprintf(String *\fInew_string\fP, const char *\fIformat\fP, ...);
.SH ARGUMENTS
.IP \fInum\fP 1i
Specifies the number of bytes or array elements.
-.ds Po to the old storage or to the block of storage that is to be freed
.IP \fIptr\fP 1i
-Specifies a pointer \*(Po.
+Specifies a pointer to the old storage or to the block of storage that is to be freed.
.IP \fIsize\fP 1i
Specifies the size of an array element (in bytes) or the number of bytes
desired.