From 2a243c9e6a0698412d8fdb480fca42ba6d4c5852 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 18 Feb 2013 18:56:07 +0100 Subject: [PATCH] inotify.7, rtld-audit.7: srcfix Signed-off-by: Michael Kerrisk --- man7/inotify.7 | 1 - man7/rtld-audit.7 | 3 --- 2 files changed, 4 deletions(-) diff --git a/man7/inotify.7 b/man7/inotify.7 index 25c2bd9d9..b44b04bd9 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 1203628de..498af1c0d 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 @@ -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),