diff options
author | jmc <> | 2010-04-01 17:06:55 +0000 |
---|---|---|
committer | jmc <> | 2010-04-01 17:06:55 +0000 |
commit | 6a1c1ffee0cc71f97b998e209826f95c42116f21 (patch) | |
tree | 61724a0a55bd1d117c1c962f6c4968d4faaabcaa /src/lib/libc/stdlib/a64l.3 | |
parent | 542fefa6cf458e6a5d11fdd96dad12cfce6cea05 (diff) | |
download | openbsd-6a1c1ffee0cc71f97b998e209826f95c42116f21.tar.gz openbsd-6a1c1ffee0cc71f97b998e209826f95c42116f21.tar.bz2 openbsd-6a1c1ffee0cc71f97b998e209826f95c42116f21.zip |
WARNINGS -> CAVEATS, and a little neccessary cleanup;
Diffstat (limited to 'src/lib/libc/stdlib/a64l.3')
-rw-r--r-- | src/lib/libc/stdlib/a64l.3 | 20 |
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 |
109 | to | 109 | to |
110 | .Er EINVAL . | 110 | .Er EINVAL . |
111 | .Sh WARNINGS | 111 | .Sh STANDARDS |
112 | The | ||
113 | .Fn a64l | ||
114 | and | ||
115 | .Fn l64a | ||
116 | functions conform to | ||
117 | .St -xpg4.2 . | ||
118 | .Sh CAVEATS | ||
112 | The value returned by | 119 | The value returned by |
113 | .Fn l64a | 120 | .Fn l64a |
114 | is a pointer into a static buffer, the contents of which | 121 | is a pointer into a static buffer, the contents of which |
@@ -124,10 +131,3 @@ should be used to call | |||
124 | .Pp | 131 | .Pp |
125 | If a long integer is larger than 32 bits, only the low-order | 132 | If a long integer is larger than 32 bits, only the low-order |
126 | 32 bits are used. | 133 | 32 bits are used. |
127 | .Sh STANDARDS | ||
128 | The | ||
129 | .Fn a64l | ||
130 | and | ||
131 | .Fn l64a | ||
132 | functions conform to | ||
133 | .St -xpg4.2 . | ||