diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-02 22:50:51 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-02 22:50:51 +0200 |
commit | 7caf7f47d473e92cf0fc36bf03720765916c17be (patch) | |
tree | fc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtGetGC.man | |
parent | 3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff) |
replace .ZN with .BR
By replacing we do two things:
1. this fixes the troff behavier
2. this moves us closer to std. man pages
3. after this patch the macro ZN can be deleted
Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtGetGC.man')
-rw-r--r-- | man/XtGetGC.man | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XtGetGC.man b/man/XtGetGC.man index f65bff2..6d1c58c 100644 --- a/man/XtGetGC.man +++ b/man/XtGetGC.man @@ -77,14 +77,14 @@ Specifies which \*(Vm. Specifies the widget. .SH DESCRIPTION The -.ZN XtGetGC +.BR XtGetGC function returns a sharable, read-only GC. The parameters to this function are the same as those for -.ZN XCreateGC +.BR XCreateGC except that a widget is passed instead of a display. -.ZN XtGetGC +.BR XtGetGC shares only GCs in which all values in the GC returned by -.ZN XCreateGC +.BR XCreateGC are the same. In particular, it does not use the value_mask provided to determine which fields of the GC a widget considers relevant. @@ -92,11 +92,11 @@ The value_mask is used only to tell the server which fields should be filled in with widget data and which it should fill in with default values. For further information about value_mask and values, see -.ZN XCreateGC +.BR XCreateGC in the \fI\*(xL\fP. .LP The -.ZN XtReleaseGC +.BR XtReleaseGC function deallocate the specified shared GC. .SH "SEE ALSO" .br |