summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2019-02-23 14:50:10 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2019-02-23 14:50:10 +0000
commita8818eb2c53a76f557579f08ba2d6c81dcead119 (patch)
treeca7f97ec14d523760061f07d29a026e5f216b13d /man
parent329abe5d0470658f3303c8832d8eb4697fe2f363 (diff)
Now that 0 is no longer a TickitPen attribute, a list of attributes can be terminated by 0
Diffstat (limited to 'man')
-rw-r--r--man/tickit_pen_new.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/tickit_pen_new.3 b/man/tickit_pen_new.3
index 189268c..7c9f220 100644
--- a/man/tickit_pen_new.3
+++ b/man/tickit_pen_new.3
@@ -14,7 +14,7 @@ Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_pen_new\fP() creates a new \fBTickitPen\fP instance. It initially has no attributes set.
.PP
-\fBtickit_pen_new_attrs\fP() creates a new \fBTickitPen\fP instance and populates it with a given list of attribute values. The attributes are given as pairs; first a \fBTickitPenAttr\fP then an integer giving its value, followed finally by -1.
+\fBtickit_pen_new_attrs\fP() creates a new \fBTickitPen\fP instance and populates it with a given list of attribute values. The attributes are given as pairs; first a \fBTickitPenAttr\fP then an integer giving its value, terminated by a final 0 or -1.
.PP
\fBtickit_pen_clone\fP() creates a new \fBTickitPen\fP instance. It initially has the same attributes values set as the one given by \fIorig\fP.
.PP