aboutsummaryrefslogtreecommitdiffstats
path: root/man3/bsearch.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/bsearch.3')
-rw-r--r--man3/bsearch.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/bsearch.3 b/man3/bsearch.3
index d27a574755..b0760f72bb 100644
--- a/man3/bsearch.3
+++ b/man3/bsearch.3
@@ -78,7 +78,9 @@ T} Thread safety MT-Safe
.ad
.sp 1
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
+C11, POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, C89, C99, SVr4, 4.3BSD.
.SH EXAMPLES
The example below first sorts an array of structures using
.BR qsort (3),