Browse Source

abs conforms c99 -> imaxabs conforms c99. ok millert@

OPENBSD_4_6
martynas 15 years ago
parent
commit
e1c2ed5d72
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,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: imaxabs.3,v 1.3 2007/05/31 19:19:31 jmc Exp $
.\" $OpenBSD: imaxabs.3,v 1.4 2009/06/21 00:33:10 martynas Exp $
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: June 21 2009 $
.Dt IMAXABS 3
.Os
.Sh NAME
@ -59,7 +59,7 @@ function returns the absolute value.
.Xr math 3
.Sh STANDARDS
The
.Fn abs
.Fn imaxabs
function conforms to
.St -ansiC-99 .
.Sh BUGS


Loading…
Cancel
Save