diff options
author | steven <> | 2007-01-16 17:17:21 +0000 |
---|---|---|
committer | steven <> | 2007-01-16 17:17:21 +0000 |
commit | a00c999c5ba0a598c587159a1014167d940aa0d6 (patch) | |
tree | 93791aac782868bada7011e5b59598b83ae07cd5 /src/lib | |
parent | 153b3c2490aeb9efdbd84bd42a6b00cfd278a621 (diff) | |
download | openbsd-a00c999c5ba0a598c587159a1014167d940aa0d6.tar.gz openbsd-a00c999c5ba0a598c587159a1014167d940aa0d6.tar.bz2 openbsd-a00c999c5ba0a598c587159a1014167d940aa0d6.zip |
sync with the code: int -> intmax_t
ok jmc@
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/stdlib/imaxabs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/imaxabs.3 b/src/lib/libc/stdlib/imaxabs.3 index 5384d0c9a6..e5b04ea0b2 100644 --- a/src/lib/libc/stdlib/imaxabs.3 +++ b/src/lib/libc/stdlib/imaxabs.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" 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 |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: imaxabs.3,v 1.1 2006/01/13 17:58:09 millert Exp $ | 32 | .\" $OpenBSD: imaxabs.3,v 1.2 2007/01/16 17:17:21 steven Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd January 6, 2005 | 34 | .Dd January 6, 2005 |
35 | .Dt IMAXABS 3 | 35 | .Dt IMAXABS 3 |
@@ -39,8 +39,8 @@ | |||
39 | .Nd integer absolute value function | 39 | .Nd integer absolute value function |
40 | .Sh SYNOPSIS | 40 | .Sh SYNOPSIS |
41 | .Fd #include <inttypes.h> | 41 | .Fd #include <inttypes.h> |
42 | .Ft int | 42 | .Ft intmax_t |
43 | .Fn imaxabs "int j" | 43 | .Fn imaxabs "intmax_t j" |
44 | .Sh DESCRIPTION | 44 | .Sh DESCRIPTION |
45 | The | 45 | The |
46 | .Fn imaxabs | 46 | .Fn imaxabs |