Browse Source

sync with the code: int -> intmax_t

ok jmc@
OPENBSD_4_1
steven 17 years ago
parent
commit
2bbbf85772
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/imaxabs.3

+ 3
- 3
src/lib/libc/stdlib/imaxabs.3 View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: imaxabs.3,v 1.1 2006/01/13 17:58:09 millert Exp $
.\" $OpenBSD: imaxabs.3,v 1.2 2007/01/16 17:17:21 steven Exp $
.\"
.Dd January 6, 2005
.Dt IMAXABS 3
@ -39,8 +39,8 @@
.Nd integer absolute value function
.Sh SYNOPSIS
.Fd #include <inttypes.h>
.Ft int
.Fn imaxabs "int j"
.Ft intmax_t
.Fn imaxabs "intmax_t j"
.Sh DESCRIPTION
The
.Fn imaxabs


Loading…
Cancel
Save