diff options
| author | Robert Nordier <rnordier@FreeBSD.org> | 1998-11-04 09:27:03 +0000 | 
|---|---|---|
| committer | Robert Nordier <rnordier@FreeBSD.org> | 1998-11-04 09:27:03 +0000 | 
| commit | 8d2c3c32bde47a8b3d58afaa0e1bf7fbd489df9f (patch) | |
| tree | aadb5fae681aa928190e34ca49cac9af0ad7eeb2 /lib/libc/stdlib | |
| parent | df5a1b840e6eea92f18612ab129585f7bb53b8bd (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/qsort.3 | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index 4f449c752917..aa2609c7efb0 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -162,7 +162,9 @@ is set to indicate the error.  .Sh ERRORS  The  .Fn heapsort -function succeeds unless: +and +.Fn mergesort +functions succeed unless:  .Bl -tag -width Er  .It Bq Er EINVAL  The  | 
