summaryrefslogtreecommitdiff
path: root/man/XcmsCCCOfColormap.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XcmsCCCOfColormap.man')
-rw-r--r--man/XcmsCCCOfColormap.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XcmsCCCOfColormap.man b/man/XcmsCCCOfColormap.man
index 9f0dfc10..bdbba6d3 100644
--- a/man/XcmsCCCOfColormap.man
+++ b/man/XcmsCCCOfColormap.man
@@ -97,22 +97,22 @@ Specifies the CCC.
Specifies the colormap.
.SH DESCRIPTION
The
-.ZN XcmsCCCOfColormap
+.B XcmsCCCOfColormap
function returns the CCC associated with the specified colormap.
Once obtained,
the CCC attributes can be queried or modified.
Unless the CCC associated with the specified colormap is changed with
-.ZN XcmsSetCCCOfColormap ,
+.BR XcmsSetCCCOfColormap ,
this CCC is used when the specified colormap is used as an argument
to color functions.
.LP
The
-.ZN XcmsSetCCCOfColormap
+.B XcmsSetCCCOfColormap
function changes the CCC associated with the specified colormap.
It returns the CCC previously associated with the colormap.
If they are not used again in the application,
CCCs should be freed by calling
-.ZN XcmsFreeCCC .
+.BR XcmsFreeCCC .
Several colormaps may share the same CCC without restriction; this
includes the CCCs generated by Xlib with each colormap. Xlib, however,
creates a new CCC with each new colormap.