diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-15 23:03:31 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-15 23:03:31 +0200 |
commit | 4b446ce8b20b1de1488c73e1841dafbd25ca949f (patch) | |
tree | 8d3514c6c44df83720fc1413f1e6fb95d13a5e56 /man/XtGetGC.man | |
parent | fb7e899e94dd402c868e8eb59ccf32284732f6ac (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.man | 3 |
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 |