summaryrefslogtreecommitdiff
path: root/man/XtGetGC.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/XtGetGC.man
parentfb7e899e94dd402c868e8eb59ccf32284732f6ac (diff)
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/XtGetGC.man')
-rw-r--r--man/XtGetGC.man3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/XtGetGC.man b/man/XtGetGC.man
index 6d1c58c..0df53d1 100644
--- a/man/XtGetGC.man
+++ b/man/XtGetGC.man
@@ -70,9 +70,8 @@ void XtReleaseGC(Widget \fIw\fP, GC \fIgc\fP);
Specifies the GC to be deallocated.
.IP \fIvalues\fP 1i
Specifies the actual values for this GC.
-.ds Vm fields of the values are specified
.IP \fIvalue_mask\fP 1i
-Specifies which \*(Vm.
+Specifies which fields of the values are specified.
.IP \fIw\fP 1i
Specifies the widget.
.SH DESCRIPTION