summaryrefslogtreecommitdiff
path: root/shared/inotify/doc/man/man3/inotify-cxx.h.3
diff options
context:
space:
mode:
Diffstat (limited to 'shared/inotify/doc/man/man3/inotify-cxx.h.3')
-rw-r--r--shared/inotify/doc/man/man3/inotify-cxx.h.316
1 files changed, 8 insertions, 8 deletions
diff --git a/shared/inotify/doc/man/man3/inotify-cxx.h.3 b/shared/inotify/doc/man/man3/inotify-cxx.h.3
index 4e0ec8b3..8c729b37 100644
--- a/shared/inotify/doc/man/man3/inotify-cxx.h.3
+++ b/shared/inotify/doc/man/man3/inotify-cxx.h.3
@@ -1,8 +1,10 @@
-.TH "inotify-cxx.h" 3 "18 Apr 2007" "Version 0.7.2" "inotify-cxx" \" -*- nroff -*-
+.TH "inotify-cxx.h" 3 "9 Dec 2009" "Version 0.7.3" "inotify-cxx" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-inotify-cxx.h \- inotify C++ interface header
+inotify-cxx.h \- inotify C++ interface header
+
+.PP
.SH SYNOPSIS
.br
.PP
@@ -14,12 +16,8 @@ inotify-cxx.h \- inotify C++ interface header
.br
\fC#include <map>\fP
.br
-\fC#include <sys/syscall.h>\fP
-.br
\fC#include <sys/inotify.h>\fP
.br
-\fC#include <sys/inotify-syscalls.h>\fP
-.br
.SS "Classes"
@@ -111,7 +109,7 @@ inotify C++ interface header
inotify C++ interface
.PP
-Copyright (C) 2006, 2007 Lukas Jelinek, <lukas@aiken.cz>
+Copyright (C) 2006, 2007, 2009 Lukas Jelinek, <lukas@aiken.cz>
.PP
This program is free software; you can redistribute it and/or modify it under the terms of one of the following licenses:
.PP
@@ -123,7 +121,9 @@ This program is free software; you can redistribute it and/or modify it under th
.IP "\(bu" 2
3. GNU General Public License, version 2 (see LICENSE-GPL)
.PP
-If you want to help with choosing the best license for you, please visit http://www.gnu.org/licenses/license-list.html.
+If you want to help with choosing the best license for you, please visit http://www.gnu.org/licenses/license-list.html.
+.PP
+Credits: Mike Frysinger (cleanup of includes)
.SH "Define Documentation"
.PP
.SS "#define IN_EXC_MSG(msg) (std::string(__PRETTY_FUNCTION__) + ': ' + msg)"
bgstack15