diff options
Diffstat (limited to 'src/lib/libc/stdlib/qabs.3')
-rw-r--r-- | src/lib/libc/stdlib/qabs.3 | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/src/lib/libc/stdlib/qabs.3 b/src/lib/libc/stdlib/qabs.3 index cb1e052191..b12dc59276 100644 --- a/src/lib/libc/stdlib/qabs.3 +++ b/src/lib/libc/stdlib/qabs.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,10 +29,9 @@ | |||
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: @(#)labs.3 5.3 (Berkeley) 6/29/91 | 32 | .\" $OpenBSD: qabs.3,v 1.12 2011/07/07 13:30:28 jmc Exp $ |
37 | .\" $Id: qabs.3,v 1.1.1.1 1995/10/18 08:42:18 deraadt Exp $ | ||
38 | .\" | 33 | .\" |
39 | .Dd June 29, 1991 | 34 | .Dd $Mdocdate: July 7 2011 $ |
40 | .Dt QABS 3 | 35 | .Dt QABS 3 |
41 | .Os | 36 | .Os |
42 | .Sh NAME | 37 | .Sh NAME |
@@ -49,14 +44,13 @@ | |||
49 | .Sh DESCRIPTION | 44 | .Sh DESCRIPTION |
50 | The | 45 | The |
51 | .Fn qabs | 46 | .Fn qabs |
52 | function | 47 | function returns the absolute value of the quad integer |
53 | returns the absolute value of the quad integer | 48 | .Fa j . |
54 | .Ar j . | ||
55 | .Sh SEE ALSO | 49 | .Sh SEE ALSO |
56 | .Xr abs 3 , | 50 | .Xr abs 3 , |
57 | .Xr labs 3 , | ||
58 | .Xr floor 3 , | ||
59 | .Xr cabs 3 , | 51 | .Xr cabs 3 , |
60 | .Xr math 3 | 52 | .Xr floor 3 , |
53 | .Xr imaxabs 3 , | ||
54 | .Xr labs 3 | ||
61 | .Sh BUGS | 55 | .Sh BUGS |
62 | The absolute value of the most negative integer remains negative. | 56 | The absolute value of the most negative integer remains negative. |