diff options
Diffstat (limited to 'src/lib/libc/stdlib/qsort.3')
-rw-r--r-- | src/lib/libc/stdlib/qsort.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/qsort.3 b/src/lib/libc/stdlib/qsort.3 index 0a71824450..8d665187bf 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.3 1999/02/27 21:56:00 deraadt Exp $ | 36 | .\" $OpenBSD: qsort.3,v 1.4 1999/06/29 18:36:22 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 4, 1993 | 38 | .Dd June 4, 1993 |
39 | .Dt QSORT 3 | 39 | .Dt QSORT 3 |
@@ -131,7 +131,7 @@ The function | |||
131 | .Fn mergesort | 131 | .Fn mergesort |
132 | requires additional memory of size | 132 | requires additional memory of size |
133 | .Fa nmemb * | 133 | .Fa nmemb * |
134 | .Fa size | 134 | .Fa size |
135 | bytes; it should be used only when space is not at a premium. | 135 | bytes; it should be used only when space is not at a premium. |
136 | .Fn mergesort | 136 | .Fn mergesort |
137 | is optimized for data with pre-existing order; its worst case | 137 | is optimized for data with pre-existing order; its worst case |