diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-31 09:57:38 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-31 09:57:38 +0000 |
commit | d6002fef6feb2d8cd11929b6e0bf0d868101334b (patch) | |
tree | 65bbba65df60768dc6db7a914e08a7bc71bc3e5a /lib/libc/stdlib/qsort.3 | |
parent | 1b08f101baa4608e737d8d6e3750d2a7f04f2283 (diff) |
Use ``.Rv -std'' wherever possible.
Submitted by: yar
Notes
Notes:
svn path=/head/; revision=82642
Diffstat (limited to 'lib/libc/stdlib/qsort.3')
-rw-r--r-- | lib/libc/stdlib/qsort.3 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index da4df561f565..cc62a8c71635 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -154,14 +154,7 @@ The function returns no value. .Pp -Upon successful completion, -.Fn heapsort -and -.Fn mergesort -return 0. -Otherwise, they return \-1 and the global variable -.Va errno -is set to indicate the error. +.Rv -std heapsort mergesort .Sh ERRORS The .Fn heapsort |