diff options
author | miod <> | 2002-02-23 19:51:46 +0000 |
---|---|---|
committer | miod <> | 2002-02-23 19:51:46 +0000 |
commit | 8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a (patch) | |
tree | 5f32dfba0b7ef534548e3afa2282e2e5e3be3b11 | |
parent | c3abb344d7a4b377a5ea92a04bacb558cba39b56 (diff) | |
download | openbsd-8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a.tar.gz openbsd-8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a.tar.bz2 openbsd-8aee9880ed625ae9cd5bcc9d1099c3af3d6f416a.zip |
Slightly improve wording and punctuation.
-rw-r--r-- | src/lib/libc/stdlib/qsort.3 | 8 |
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. | |||
142 | Normally, | 142 | Normally, |
143 | .Fn qsort | 143 | .Fn qsort |
144 | is faster than | 144 | is faster than |
145 | .Fn mergesort | 145 | .Fn mergesort , |
146 | is faster than | 146 | which is faster than |
147 | .Fn heapsort . | 147 | .Fn heapsort . |
148 | Memory availability and pre-existing order in the data can make this untrue. | 148 | Memory 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 |
170 | The | 170 | The |
171 | .Fa size | 171 | .Fa size |
172 | argument is zero, or, the | 172 | argument is zero, or the |
173 | .Fa size | 173 | .Fa size |
174 | argument to | 174 | argument to |
175 | .Fn mergesort | 175 | .Fn mergesort |