summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2020-05-16 14:06:36 +0100
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2020-05-16 14:06:36 +0100
commit9790f008b3474783ce372c52dd397c6bad4fa00b (patch)
tree31c8da1e97aa286b506f131cebefeb3476da55e9 /man
parent07a9fdaf5a9af79a0b5ada0dfe04c0ba8f60934c (diff)
Fix nroff encoding bug in man/tickit_watch_io.3
Diffstat (limited to 'man')
-rw-r--r--man/tickit_watch_io.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/tickit_watch_io.3 b/man/tickit_watch_io.3
index 0b766e4..605fa4f 100644
--- a/man/tickit_watch_io.3
+++ b/man/tickit_watch_io.3
@@ -23,7 +23,7 @@ Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_watch_io\fP() registers a callback function to be invoked by the toplevel event loop when IO operations are possible on a given file descriptor. A registered callback will be invoked by a running call to \fBtickit_run\fP(3). The callback function will be invoked whenever the file descriptor is readable, writable, or in a hang-up condition, depending on the requested condition types. The \fIinfo\fP pointer will point to a structure containing the file descriptor and a bitmask of the IO operations currently possible.
.PP
-The \fIcond\fP argument to \fPtickit_watch_io\fP() should be a bitmask of at least one of the following values:
+The \fIcond\fP argument to \fBtickit_watch_io\fP() should be a bitmask of at least one of the following values:
.TP
.B TICKIT_IO_IN
The file descriptor is ready to perform an input operation, such as reading bytes.