Module Name: src Committed By: jruoho Date: Thu May 6 18:55:34 UTC 2010
Modified Files: src/lib/libc/stdlib: a64l.3 Log Message: Note POSIX compliance. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdlib/a64l.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/stdlib/a64l.3 diff -u src/lib/libc/stdlib/a64l.3:1.9 src/lib/libc/stdlib/a64l.3:1.10 --- src/lib/libc/stdlib/a64l.3:1.9 Wed Apr 30 13:10:51 2008 +++ src/lib/libc/stdlib/a64l.3 Thu May 6 18:55:34 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: a64l.3,v 1.9 2008/04/30 13:10:51 martin Exp $ +.\" $NetBSD: a64l.3,v 1.10 2010/05/06 18:55:34 jruoho Exp $ .\" .\" Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd February 6, 1999 +.Dd May 6, 2010 .Dt A64L 3 .Os .Sh NAME @@ -112,7 +112,9 @@ and .Fn l64a functions conform to -.St -xpg4.2 . +.St -xpg4.2 +and +.St -p1003.1-2004 . The .Fn l64a_r function conforms to