summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/qsort.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-10 06:48:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-10 06:48:31 +0000
commita6f9bd6588e597a979846ff4dfb6a3b3f9d8a635 (patch)
treecdcc0b4c26a37fe762ea5f5f6fb6b41855556d9a /lib/libc/stdlib/qsort.3
parent1a301a9eded6ff2ebf865d44aa8873eec059d988 (diff)
typos;
Diffstat (limited to 'lib/libc/stdlib/qsort.3')
-rw-r--r--lib/libc/stdlib/qsort.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3
index 6c4eba46bf1..a0561cadbe9 100644
--- a/lib/libc/stdlib/qsort.3
+++ b/lib/libc/stdlib/qsort.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: qsort.3,v 1.9 2002/02/23 19:51:46 miod Exp $
+.\" $OpenBSD: qsort.3,v 1.10 2003/05/10 06:48:30 jmc Exp $
.\"
.Dd June 4, 1993
.Dt QSORT 3
@@ -185,7 +185,7 @@ were unable to allocate memory.
Previous versions of
.Fn qsort
did not permit the comparison routine itself to call
-.Fn qsort 3 .
+.Fn qsort .
This is no longer true.
.Sh SEE ALSO
.Xr sort 1 ,