X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-inotify.git;a=blobdiff_plain;f=inotify.lisp;fp=inotify.lisp;h=ee4435b4dc94a5c58b120626c450adf6ee476093;hp=4340719527609b5444b308a2ade8983e69a2582f;hb=151cd1c466050e48f6f804301abe0c4c4b3e1c06;hpb=f11c5cad2d9ffd566b6e1f3d1ffb6d7cf7c7e855 diff --git a/inotify.lisp b/inotify.lisp index 4340719..ee4435b 100644 --- a/inotify.lisp +++ b/inotify.lisp @@ -102,13 +102,13 @@ thus should be used only with WATCH-RAW)." (flags inotify1-flag)) (defsyscall inotify-add-watch :int - "Watches a path on a event queue." + "Watches a path on an event queue." (fd :int) (pathname :string) (mask inotify-flag)) (defsyscall inotify-rm-watch :int - "Removes a watched path from a event queue." + "Removes a watched path from an event queue." (fd :int) (wd :int))