diff options
Diffstat (limited to 'src/lib/libc/stdlib/strtoul.3')
-rw-r--r-- | src/lib/libc/stdlib/strtoul.3 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3 index 6d55de4d7a..e80903aec1 100644 --- a/src/lib/libc/stdlib/strtoul.3 +++ b/src/lib/libc/stdlib/strtoul.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: strtoul.3,v 1.10 2002/06/29 00:20:11 millert Exp $ | 36 | .\" $OpenBSD: strtoul.3,v 1.11 2002/11/21 20:54:09 millert Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 25, 1992 | 38 | .Dd June 25, 1992 |
39 | .Dt STRTOUL 3 | 39 | .Dt STRTOUL 3 |
@@ -219,7 +219,14 @@ The given string was out of range; the value converted has been clamped. | |||
219 | .Sh STANDARDS | 219 | .Sh STANDARDS |
220 | The | 220 | The |
221 | .Fn strtoul | 221 | .Fn strtoul |
222 | function conforms to | 222 | and |
223 | .St -ansiC . | 223 | .Fn strtoull |
224 | functions conform to | ||
225 | .St -ansiC-99 . | ||
226 | The | ||
227 | .Fn strtouq | ||
228 | function is a | ||
229 | .Bx | ||
230 | extension and is provided for backwards compatibility with legacy programs. | ||
224 | .Sh BUGS | 231 | .Sh BUGS |
225 | Ignores the current locale. | 232 | Ignores the current locale. |