Browse Source

some minor tweaks;

OPENBSD_5_1
jmc 13 years ago
parent
commit
16f1cecda2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/strtol.3

+ 2
- 2
src/lib/libc/stdlib/strtol.3 View File

@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: strtol.3,v 1.21 2011/09/03 22:59:07 jmc Exp $
.\" $OpenBSD: strtol.3,v 1.22 2011/09/03 23:24:51 jmc Exp $
.\" .\"
.Dd $Mdocdate: September 3 2011 $ .Dd $Mdocdate: September 3 2011 $
.Dt STRTOL 3 .Dt STRTOL 3
@ -157,7 +157,7 @@ If no conversion could be performed, 0 is returned;
the global variable the global variable
.Va errno .Va errno
is also set to is also set to
.Er EINVAL,
.Er EINVAL ,
though this is not portable across all platforms. though this is not portable across all platforms.
If overflow or underflow occurs, If overflow or underflow occurs,
.Va errno .Va errno


Loading…
Cancel
Save