OSDN Git Service

(split) LDP v3.24 -> v3.29 の定型的な変更内容を反映。
[linuxjm/LDP_man-pages.git] / draft / man2 / inotify_rm_watch.2
index bb0acb9..2eb7a9f 100644 (file)
@@ -32,7 +32,7 @@
 .\" WORD:      watch                   ´Æ»ë¥¢¥¤¥Æ¥à
 .\" WORD:      watch descriptor        ´Æ»ëÂоݥǥ£¥¹¥¯¥ê¥×¥¿
 .\"
-.TH INOTIFY_RM_WATCH 2 2006-02-07 "Linux" "Linux Programmer's Manual"
+.TH INOTIFY_RM_WATCH 2 2010-10-15 "Linux" "Linux Programmer's Manual"
 .\"O .SH NAME
 .SH Ì¾Á°
 .\"O inotify_rm_watch \- remove an existing watch from an inotify instance
@@ -41,11 +41,9 @@ inotify_rm_watch \- inotify 
 .SH ½ñ¼°
 .B #include <sys/inotify.h>
 .sp
-.BI "int inotify_rm_watch(int " fd ", uint32_t " wd );
-.\" FIXME . The type of the second argument should probably be "int".
-.\" I submitted a patch to fix this.  See the LKML thread
-.\" "[patch] Fix type errors in inotify interfaces", 18 Nov 2008
-.\" Glibc bug filed: http://sources.redhat.com/bugzilla/show_bug.cgi?id=7040
+.BI "int inotify_rm_watch(int " fd ", int " wd );
+.\" Before glibc 2.10, the second argument was types as uint32_t.
+.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=7040
 .\"O .SH DESCRIPTION
 .SH ÀâÌÀ
 .\"O .BR inotify_rm_watch ()