summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/qsort.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/qsort.3')
-rw-r--r--src/lib/libc/stdlib/qsort.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/qsort.3 b/src/lib/libc/stdlib/qsort.3
index 6c4eba46bf..a0561cadbe 100644
--- a/src/lib/libc/stdlib/qsort.3
+++ b/src/lib/libc/stdlib/qsort.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: qsort.3,v 1.9 2002/02/23 19:51:46 miod Exp $ 36.\" $OpenBSD: qsort.3,v 1.10 2003/05/10 06:48:30 jmc Exp $
37.\" 37.\"
38.Dd June 4, 1993 38.Dd June 4, 1993
39.Dt QSORT 3 39.Dt QSORT 3
@@ -185,7 +185,7 @@ were unable to allocate memory.
185Previous versions of 185Previous versions of
186.Fn qsort 186.Fn qsort
187did not permit the comparison routine itself to call 187did not permit the comparison routine itself to call
188.Fn qsort 3 . 188.Fn qsort .
189This is no longer true. 189This is no longer true.
190.Sh SEE ALSO 190.Sh SEE ALSO
191.Xr sort 1 , 191.Xr sort 1 ,