diff options
author | Robert Mustacchi <rm@fingolfin.org> | 2020-10-11 07:49:53 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2020-10-13 12:50:00 -0700 |
commit | 35abe3277cc67d1a650f8fd7ce718b89fbece04d (patch) | |
tree | 08f4c1cc0bd2b87bca7c975cf7a563b23345336a /usr/src/man/man3c/qsort.3c | |
parent | 85f4cb87104c72587029a6e0f1663332c85ba118 (diff) | |
download | illumos-gate-35abe3277cc67d1a650f8fd7ce718b89fbece04d.tar.gz |
13215 qsort_r(3C) manual synopsis was botched
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/qsort.3c')
-rw-r--r-- | usr/src/man/man3c/qsort.3c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/man/man3c/qsort.3c b/usr/src/man/man3c/qsort.3c index 7bfaf50a5d..d596283a81 100644 --- a/usr/src/man/man3c/qsort.3c +++ b/usr/src/man/man3c/qsort.3c @@ -19,7 +19,7 @@ .\" Copyright (c) 2002, Sun Microsystems, Inc. All Rights Reserved .\" Copyright 2020 Oxide Computer Company .\" -.Dd September 11, 2020 +.Dd October 11, 2020 .Dt QSORT 3C .Os .Sh NAME @@ -35,7 +35,8 @@ .Fa "size_t width" .Fa "int (*compar)(const void *, const void *)" .Fc -.Fo qsort +.Ft void +.Fo qsort_r .Fa "void *base" .Fa "size_t nel" .Fa "size_t width" |