summaryrefslogtreecommitdiffstats
path: root/libmount/src/monitor.c
diff options
context:
space:
mode:
authorKarel Zak2015-08-19 15:27:20 +0200
committerKarel Zak2015-08-19 15:27:20 +0200
commitd9579859c2a41cf4d10ee8c8d846c92d5bb55e70 (patch)
tree2934cf167c3c21f9aea720a20869811e2dbcfaa9 /libmount/src/monitor.c
parentdocs: update TODO (diff)
downloadkernel-qcow2-util-linux-d9579859c2a41cf4d10ee8c8d846c92d5bb55e70.tar.gz
kernel-qcow2-util-linux-d9579859c2a41cf4d10ee8c8d846c92d5bb55e70.tar.xz
kernel-qcow2-util-linux-d9579859c2a41cf4d10ee8c8d846c92d5bb55e70.zip
libmount: (monitor) fix docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/monitor.c')
-rw-r--r--libmount/src/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/monitor.c b/libmount/src/monitor.c
index 18142da5c..e11edfe95 100644
--- a/libmount/src/monitor.c
+++ b/libmount/src/monitor.c
@@ -813,7 +813,7 @@ int mnt_monitor_next_change(struct libmnt_monitor *mn,
* This function cleanups (drain) internal buffers. It's necessary to call
* this function after event if you do not call mnt_monitor_next_change().
*
- * Returns: 0 on success, 1 no change, <0 on error
+ * Returns: 0 on success, <0 on error
*/
int mnt_monitor_event_cleanup(struct libmnt_monitor *mn)
{