summaryrefslogtreecommitdiff
path: root/man/XSetFont.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XSetFont.man')
-rw-r--r--man/XSetFont.man16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/XSetFont.man b/man/XSetFont.man
index 8c303d63..32c127ac 100644
--- a/man/XSetFont.man
+++ b/man/XSetFont.man
@@ -93,25 +93,25 @@ Specifies the font.
Specifies the GC.
.SH DESCRIPTION
The
-.ZN XSetFont
+.B XSetFont
function sets the current font in the specified GC.
.LP
-.ZN XSetFont
+.B XSetFont
can generate
-.ZN BadAlloc ,
-.ZN BadFont ,
+.BR BadAlloc ,
+.BR BadFont ,
and
-.ZN BadGC
+.B BadGC
errors.
.SH DIAGNOSTICS
.TP 1i
-.ZN BadAlloc
+.B BadAlloc
The server failed to allocate the requested resource or server memory.
.TP 1i
-.ZN BadFont
+.B BadFont
A value for a Font or GContext argument does not name a defined Font.
.TP 1i
-.ZN BadGC
+.B BadGC
A value for a GContext argument does not name a defined GContext.
.SH "SEE ALSO"
XCreateGC(__libmansuffix__),