diff options
author | alex <> | 1999-05-16 19:55:18 +0000 |
---|---|---|
committer | alex <> | 1999-05-16 19:55:18 +0000 |
commit | e38426b4a145b773ec2a1e0f71ca512e5b11a372 (patch) | |
tree | 7ea5a427829857e223b7f6beae540675d916ff3c /src/lib/libc/stdlib/qabs.3 | |
parent | 348594ae9996fbccff97c4b838f78053ccfd54d1 (diff) | |
download | openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.gz openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.tar.bz2 openbsd-e38426b4a145b773ec2a1e0f71ca512e5b11a372.zip |
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.
Diffstat (limited to 'src/lib/libc/stdlib/qabs.3')
-rw-r--r-- | src/lib/libc/stdlib/qabs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
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: qabs.3,v 1.2 1996/08/19 08:33:40 tholo Exp $ | 36 | .\" $OpenBSD: qabs.3,v 1.3 1999/05/16 19:55:16 alex Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt QABS 3 | 39 | .Dt QABS 3 |
@@ -53,9 +53,9 @@ returns the absolute value of the quad integer | |||
53 | .Ar j . | 53 | .Ar j . |
54 | .Sh SEE ALSO | 54 | .Sh SEE ALSO |
55 | .Xr abs 3 , | 55 | .Xr abs 3 , |
56 | .Xr labs 3 , | ||
57 | .Xr floor 3 , | ||
58 | .Xr cabs 3 , | 56 | .Xr cabs 3 , |
57 | .Xr floor 3 , | ||
58 | .Xr labs 3 , | ||
59 | .Xr math 3 | 59 | .Xr math 3 |
60 | .Sh BUGS | 60 | .Sh BUGS |
61 | The absolute value of the most negative integer remains negative. | 61 | The absolute value of the most negative integer remains negative. |