aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-04-18 12:55:27 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-07-24 09:32:14 +0200
commitadc3e77f9541a626508007b7a828d6c8bf81f44e (patch)
tree3b5a9c8447d80302a647446b003c7fca96a45e4e
parent7cd89de3969c7d3bb054ccf7184c99dfe02071ba (diff)
downloadman-pages-adc3e77f9541a626508007b7a828d6c8bf81f44e.tar.gz
qsort.3: CONFORMING TO: add POSIX.1-2001 and POSIX.1-2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/qsort.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/qsort.3 b/man3/qsort.3
index 286263a10b..0d14cca2c4 100644
--- a/man3/qsort.3
+++ b/man3/qsort.3
@@ -112,9 +112,8 @@ T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
-The
-.BR qsort ()
-function conforms to SVr4, 4.3BSD, C89, C99.
+.BR qsort ():
+POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
.SH NOTES
To compare C strings, the comparison function can call
.BR strcmp (3),