OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / inotify_add_watch.2
index 4e3cd81..051ce90 100644 (file)
@@ -1,8 +1,7 @@
-.\" man2/inotify_add_watch.2 - inotify_add_watch man page
-.\"
 .\" Copyright (C) 2005 Robert Love
 .\" and Copyright, 2006 Michael Kerrisk
 .\"
+.\" %%%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
@@ -19,9 +18,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, various changes
@@ -77,7 +76,7 @@ structures (see
 indicating file system events;
 the watch descriptor inside this structure identifies
 the object for which the event occurred.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success,
 .BR inotify_add_watch ()
 returns a nonnegative watch descriptor.
@@ -114,9 +113,9 @@ The user limit on the total number of inotify watches was reached or the
 kernel failed to allocate a needed resource.
 .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_init (2),
 .BR inotify_rm_watch (2),
 .BR inotify (7)