From e38426b4a145b773ec2a1e0f71ca512e5b11a372 Mon Sep 17 00:00:00 2001 From: alex <> Date: Sun, 16 May 1999 19:55:18 +0000 Subject: Cleanup xrefs under SEE ALSO. Specifically: - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. --- src/lib/libc/stdlib/qabs.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/qabs.3') diff --git a/src/lib/libc/stdlib/qabs.3 b/src/lib/libc/stdlib/qabs.3 index 92a8bdc4b9..cdfaa81bf9 100644 --- a/src/lib/libc/stdlib/qabs.3 +++ b/src/lib/libc/stdlib/qabs.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: qabs.3,v 1.2 1996/08/19 08:33:40 tholo Exp $ +.\" $OpenBSD: qabs.3,v 1.3 1999/05/16 19:55:16 alex Exp $ .\" .Dd June 29, 1991 .Dt QABS 3 @@ -53,9 +53,9 @@ returns the absolute value of the quad integer .Ar j . .Sh SEE ALSO .Xr abs 3 , -.Xr labs 3 , -.Xr floor 3 , .Xr cabs 3 , +.Xr floor 3 , +.Xr labs 3 , .Xr math 3 .Sh BUGS The absolute value of the most negative integer remains negative. -- cgit v1.2.3-55-g6feb