summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/qsort.3
diff options
context:
space:
mode:
authorjmc <>2003-05-10 06:48:30 +0000
committerjmc <>2003-05-10 06:48:30 +0000
commita3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c (patch)
tree22b80bac9235d6cfd7ecd40565621a27f24d5d70 /src/lib/libc/stdlib/qsort.3
parent82f8b639e5cb43bb235ee24ece27ef61cd1a03fa (diff)
downloadopenbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.tar.gz
openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.tar.bz2
openbsd-a3c632017e2c1a24a55f9dc6f0232f1f13dbdb4c.zip
typos;
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 ,