summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/labs.3
diff options
context:
space:
mode:
authoralex <alex@openbsd.org>1999-05-16 19:54:36 +0000
committeralex <alex@openbsd.org>1999-05-16 19:54:36 +0000
commit350bb3b8137ecf252579567124acd6550b4c4c2b (patch)
tree266b8d4dafc083bfbb996f1126be9f0564cfee27 /lib/libc/stdlib/labs.3
parentMention ``show layers'' (diff)
downloadwireguard-openbsd-350bb3b8137ecf252579567124acd6550b4c4c2b.tar.xz
wireguard-openbsd-350bb3b8137ecf252579567124acd6550b4c4c2b.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 'lib/libc/stdlib/labs.3')
-rw-r--r--lib/libc/stdlib/labs.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3
index 05eae329df2..2d9d6029dbe 100644
--- a/lib/libc/stdlib/labs.3
+++ b/lib/libc/stdlib/labs.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: labs.3,v 1.2 1996/08/19 08:33:34 tholo Exp $
+.\" $OpenBSD: labs.3,v 1.3 1999/05/16 19:55:14 alex Exp $
.\"
.Dd June 29, 1991
.Dt LABS 3
@@ -53,8 +53,8 @@ returns the absolute value of the long integer
.Ar j .
.Sh SEE ALSO
.Xr abs 3 ,
-.Xr floor 3 ,
.Xr cabs 3 ,
+.Xr floor 3 ,
.Xr math 3
.Sh STANDARDS
The