summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-01-14 09:11:24 +0000
committerjmc <jmc@openbsd.org>2006-01-14 09:11:24 +0000
commitc85dcba79d4e8af0be84574414af6b02efa0c190 (patch)
treee07015043afe45d7ee04ae75e2b6937e4889fa5d /lib/libc/stdlib
parentCorrect the length of the rx radiotap to be that of the rx not tx (diff)
downloadwireguard-openbsd-c85dcba79d4e8af0be84574414af6b02efa0c190.tar.xz
wireguard-openbsd-c85dcba79d4e8af0be84574414af6b02efa0c190.zip
sort SEE ALSO;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/qabs.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/qabs.3 b/lib/libc/stdlib/qabs.3
index 2a1ae0d2021..75904980089 100644
--- a/lib/libc/stdlib/qabs.3
+++ b/lib/libc/stdlib/qabs.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: qabs.3,v 1.7 2006/01/13 17:58:09 millert Exp $
+.\" $OpenBSD: qabs.3,v 1.8 2006/01/14 09:11:24 jmc Exp $
.\"
.Dd June 29, 1991
.Dt QABS 3
@@ -48,9 +48,9 @@ function returns the absolute value of the quad integer
.Fa j .
.Sh SEE ALSO
.Xr abs 3 ,
-.Xr imaxabs 3 ,
.Xr cabs 3 ,
.Xr floor 3 ,
+.Xr imaxabs 3 ,
.Xr labs 3 ,
.Xr math 3
.Sh BUGS