chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
@@@ wip type definitions in manpage synopses
[mLib]
/
sys
/
fwatch.3
diff --git
a/sys/fwatch.3
b/sys/fwatch.3
index c2329ea6740561e8db22abe3e0ee32c92beb4a1e..9afe273f15c3bdb739e00af4b18738911c0f4509 100644
(file)
--- a/
sys/fwatch.3
+++ b/
sys/fwatch.3
@@
-10,6
+10,8
@@
fwatch \- watch a file for changes
.nf
.B "#include <mLib/fwatch.h>"
+.B "typedef struct { ...\& } fwatch;"
+
.BI "void fwatch_init(fwatch *" f ", const char *" name );
.BI "void fwatch_initfd(fwatch *" f ", int " fd );
.BI "int fwatch_update(fwatch *" f ", const char *" name );