diff options
author | Conrad Meyer <cem@FreeBSD.org> | 2020-01-20 18:43:10 +0000 |
---|---|---|
committer | Conrad Meyer <cem@FreeBSD.org> | 2020-01-20 18:43:10 +0000 |
commit | ae39ed868b8c4796035c8c6f5730d8554578c6d6 (patch) | |
tree | c7c1b4251502971be20d032d36d1a5f0ad267640 /lib/libc/stdlib/qsort.3 | |
parent | 65e5f2cdd458278b2fff8d23cac133396e339c07 (diff) |
qsort.3: Bump Dd and note that Annex K is optional
Notes
Notes:
svn path=/head/; revision=356922
Diffstat (limited to 'lib/libc/stdlib/qsort.3')
-rw-r--r-- | lib/libc/stdlib/qsort.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index b7461e66a777..606185f9baee 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -32,7 +32,7 @@ .\" @(#)qsort.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd January 14, 2020 +.Dd January 20, 2020 .Dt QSORT 3 .Os .Sh NAME @@ -343,6 +343,13 @@ with .Fn qsort_s to work around this problem. .Pp +.Fn qsort_s +is part of the +.Em optional +Annex K portion of +.St -isoC-2011 +and may not be portable to other standards-conforming platforms. +.Pp Previous versions of .Fn qsort did not permit the comparison routine itself to call |