summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/a64l.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/a64l.3')
-rw-r--r--src/lib/libc/stdlib/a64l.320
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libc/stdlib/a64l.3 b/src/lib/libc/stdlib/a64l.3
index 6eec5ce3b3..da0aae33c9 100644
--- a/src/lib/libc/stdlib/a64l.3
+++ b/src/lib/libc/stdlib/a64l.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: a64l.3,v 1.10 2007/05/31 19:19:31 jmc Exp $ 1.\" $OpenBSD: a64l.3,v 1.11 2010/04/01 17:06:55 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: May 31 2007 $ 17.Dd $Mdocdate: April 1 2010 $
18.Dt A64L 3 18.Dt A64L 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -108,7 +108,14 @@ returns a null pointer and sets the global variable
108.Va errno 108.Va errno
109to 109to
110.Er EINVAL . 110.Er EINVAL .
111.Sh WARNINGS 111.Sh STANDARDS
112The
113.Fn a64l
114and
115.Fn l64a
116functions conform to
117.St -xpg4.2 .
118.Sh CAVEATS
112The value returned by 119The value returned by
113.Fn l64a 120.Fn l64a
114is a pointer into a static buffer, the contents of which 121is a pointer into a static buffer, the contents of which
@@ -124,10 +131,3 @@ should be used to call
124.Pp 131.Pp
125If a long integer is larger than 32 bits, only the low-order 132If a long integer is larger than 32 bits, only the low-order
12632 bits are used. 13332 bits are used.
127.Sh STANDARDS
128The
129.Fn a64l
130and
131.Fn l64a
132functions conform to
133.St -xpg4.2 .