summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/labs.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/labs.3')
-rw-r--r--lib/libc/stdlib/labs.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3
index de0b76ba1fc..fe39ca24dcb 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.4 1999/06/29 18:36:20 aaron Exp $
+.\" $OpenBSD: labs.3,v 1.5 2000/04/20 13:50:02 aaron Exp $
.\"
.Dd June 29, 1991
.Dt LABS 3
@@ -48,8 +48,7 @@
.Sh DESCRIPTION
The
.Fn labs
-function
-returns the absolute value of the long integer
+function returns the absolute value of the long integer
.Fa j .
.Sh SEE ALSO
.Xr abs 3 ,
@@ -59,8 +58,7 @@ returns the absolute value of the long integer
.Sh STANDARDS
The
.Fn labs
-function
-conforms to
+function conforms to
.St -ansiC .
.Sh BUGS
The absolute value of the most negative integer remains negative.