OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / inotify_rm_watch.2
index 4415595..766db73 100644 (file)
@@ -1,7 +1,6 @@
-.\" man2/inotify_rm_watch.2 - inotify_rm_watch man page
-.\"
 .\" Copyright (C) 2005 Robert Love
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
@@ -18,9 +17,9 @@
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .\" 2005-07-19 Robert Love <rlove@rlove.org> - initial version
 .\" 2006-02-07 mtk, minor changes
@@ -46,7 +45,7 @@ Removing a watch causes an
 event to be generated for this watch descriptor.
 (See
 .BR inotify (7).)
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success,
 .BR inotify_rm_watch ()
 returns zero, or \-1 if an error occurred (in which case,
@@ -66,9 +65,9 @@ is not valid; or
 is not an inotify file descriptor.
 .SH VERSIONS
 Inotify was merged into the 2.6.13 Linux kernel.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 This system call is Linux-specific.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR inotify_add_watch (2),
 .BR inotify_init (2),
 .BR inotify (7)