aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-02-18 18:56:07 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-02-18 18:56:07 +0100
commit2a243c9e6a0698412d8fdb480fca42ba6d4c5852 (patch)
treeca69d1afc27ca92e41d2f1c7257e04a470aece4c /man7
parent6f5ce08575b1a96b76ecb43ca07bec68b4e413bd (diff)
downloadman-pages-2a243c9e6a0698412d8fdb480fca42ba6d4c5852.tar.gz
inotify.7, rtld-audit.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/inotify.71
-rw-r--r--man7/rtld-audit.73
2 files changed, 0 insertions, 4 deletions
diff --git a/man7/inotify.7 b/man7/inotify.7
index 25c2bd9d9d..b44b04bd9e 100644
--- a/man7/inotify.7
+++ b/man7/inotify.7
@@ -163,7 +163,6 @@ Specifying a buffer of size
sizeof(struct inotify_event) + NAME_MAX + 1
will be sufficient to read at least one event.
-
.SS inotify events
The
.BR inotify_add_watch (2)
diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7
index 1203628de2..498af1c0d4 100644
--- a/man7/rtld-audit.7
+++ b/man7/rtld-audit.7
@@ -487,7 +487,6 @@ and
arguments (but does provide a
.IR retval
argument with the function return value).
-
.SH BUGS
In glibc versions up to and include 2.9,
specifying more than one audit library in
@@ -498,7 +497,6 @@ This is reportedly fixed in glibc 2.10.
.\" My simple tests on Solaris work okay, but not on Linux -- mtk, Jan 2009
.\" glibc bug filed: http://sourceware.org/bugzilla/show_bug.cgi?id=9733
.\" Reportedly, this is fixed on 16 Mar 2009 (i.e., for glibc 2.10)
-
.SH EXAMPLE
.nf
#include <link.h>
@@ -599,7 +597,6 @@ la_i86_gnu_pltenter(Elf32_Sym *sym, unsigned int ndx,
return sym\->st_value;
}
.fi
-
.SH "SEE ALSO"
.BR ldd (1),
.BR dlopen (3),