summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/strtoul.36
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3
index e80903aec1..fd6a235309 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.11 2002/11/21 20:54:09 millert Exp $ 36.\" $OpenBSD: strtoul.3,v 1.12 2003/03/06 18:19:26 kjell Exp $
37.\" 37.\"
38.Dd June 25, 1992 38.Dd June 25, 1992
39.Dt STRTOUL 3 39.Dt STRTOUL 3
@@ -162,10 +162,8 @@ to
162The 162The
163.Fn strtoull 163.Fn strtoull
164function has identical return values except that 164function has identical return values except that
165.Dv ULLONG_MIN
166and
167.Dv ULLONG_MAX 165.Dv ULLONG_MAX
168are used to indicate underflow and overflow respectively. 166is used to indicate overflow.
169.Pp 167.Pp
170There is no way to determine if 168There is no way to determine if
171.Fn strtoul 169.Fn strtoul