diff options
Diffstat (limited to 'src/lib/libc/stdlib/abs.3')
-rw-r--r-- | src/lib/libc/stdlib/abs.3 | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/src/lib/libc/stdlib/abs.3 b/src/lib/libc/stdlib/abs.3 index 4748d89e77..fc0b20b7d5 100644 --- a/src/lib/libc/stdlib/abs.3 +++ b/src/lib/libc/stdlib/abs.3 | |||
@@ -13,11 +13,7 @@ | |||
13 | .\" 2. Redistributions in binary form must reproduce the above copyright | 13 | .\" 2. Redistributions in binary form must reproduce the above copyright |
14 | .\" notice, this list of conditions and the following disclaimer in the | 14 | .\" notice, this list of conditions and the following disclaimer in the |
15 | .\" documentation and/or other materials provided with the distribution. | 15 | .\" documentation and/or other materials provided with the distribution. |
16 | .\" 3. All advertising materials mentioning features or use of this software | 16 | .\" 3. Neither the name of the University nor the names of its contributors |
17 | .\" must display the following acknowledgement: | ||
18 | .\" This product includes software developed by the University of | ||
19 | .\" California, Berkeley and its contributors. | ||
20 | .\" 4. Neither the name of the University nor the names of its contributors | ||
21 | .\" may be used to endorse or promote products derived from this software | 17 | .\" may be used to endorse or promote products derived from this software |
22 | .\" without specific prior written permission. | 18 | .\" without specific prior written permission. |
23 | .\" | 19 | .\" |
@@ -33,8 +29,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
35 | .\" | 31 | .\" |
36 | .\" from: @(#)abs.3 6.4 (Berkeley) 6/29/91 | 32 | .\" $OpenBSD: abs.3,v 1.7 2006/01/13 17:58:09 millert Exp $ |
37 | .\" $Id: abs.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ | ||
38 | .\" | 33 | .\" |
39 | .Dd June 29, 1991 | 34 | .Dd June 29, 1991 |
40 | .Dt ABS 3 | 35 | .Dt ABS 3 |
@@ -49,21 +44,18 @@ | |||
49 | .Sh DESCRIPTION | 44 | .Sh DESCRIPTION |
50 | The | 45 | The |
51 | .Fn abs | 46 | .Fn abs |
52 | function | 47 | function computes the absolute value of the integer |
53 | computes | 48 | .Fa j . |
54 | the absolute value of the integer | ||
55 | .Ar j . | ||
56 | .Sh RETURN VALUES | 49 | .Sh RETURN VALUES |
57 | The | 50 | The |
58 | .Fn abs | 51 | .Fn abs |
59 | function | 52 | function returns the absolute value. |
60 | returns | ||
61 | the absolute value. | ||
62 | .Sh SEE ALSO | 53 | .Sh SEE ALSO |
63 | .Xr floor 3 , | ||
64 | .Xr labs 3 , | ||
65 | .Xr cabs 3 , | 54 | .Xr cabs 3 , |
55 | .Xr floor 3 , | ||
66 | .Xr hypot 3 , | 56 | .Xr hypot 3 , |
57 | .Xr imaxabs 3 , | ||
58 | .Xr labs 3 , | ||
67 | .Xr math 3 | 59 | .Xr math 3 |
68 | .Sh STANDARDS | 60 | .Sh STANDARDS |
69 | The | 61 | The |