summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiod <>2002-02-23 19:51:46 +0000
committermiod <>2002-02-23 19:51:46 +0000
commit8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a (patch)
tree5f32dfba0b7ef534548e3afa2282e2e5e3be3b11
parentc3abb344d7a4b377a5ea92a04bacb558cba39b56 (diff)
downloadopenbsd-8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a.tar.gz
openbsd-8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a.tar.bz2
openbsd-8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a.zip
Slightly improve wording and punctuation.
-rw-r--r--src/lib/libc/stdlib/qsort.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/qsort.3 b/src/lib/libc/stdlib/qsort.3
index d7321a9a81..6c4eba46bf 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.8 2001/12/29 02:35:37 miod Exp $ 36.\" $OpenBSD: qsort.3,v 1.9 2002/02/23 19:51:46 miod Exp $
37.\" 37.\"
38.Dd June 4, 1993 38.Dd June 4, 1993
39.Dt QSORT 3 39.Dt QSORT 3
@@ -142,8 +142,8 @@ time is O N lg N; its best case is O N.
142Normally, 142Normally,
143.Fn qsort 143.Fn qsort
144is faster than 144is faster than
145.Fn mergesort 145.Fn mergesort ,
146is faster than 146which is faster than
147.Fn heapsort . 147.Fn heapsort .
148Memory availability and pre-existing order in the data can make this untrue. 148Memory availability and pre-existing order in the data can make this untrue.
149.Sh RETURN VALUES 149.Sh RETURN VALUES
@@ -169,7 +169,7 @@ functions succeed unless:
169.It Bq Er EINVAL 169.It Bq Er EINVAL
170The 170The
171.Fa size 171.Fa size
172argument is zero, or, the 172argument is zero, or the
173.Fa size 173.Fa size
174argument to 174argument to
175.Fn mergesort 175.Fn mergesort