Browse Source

better english; deraadt@/millert@

OPENBSD_2_6
aaron 25 years ago
parent
commit
fcc86d2cb7
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      src/lib/libc/stdlib/strtol.3
  2. +3
    -3
      src/lib/libc/stdlib/strtoul.3

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

@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: strtol.3,v 1.4 1999/06/29 18:36:23 aaron Exp $
.\" $OpenBSD: strtol.3,v 1.5 1999/07/20 10:18:22 aaron Exp $
.\"
.Dd June 25, 1992
.Dt STRTOL 3
@ -71,8 +71,8 @@ to a
value.
The conversion is done according to the given
.Fa base ,
which must be between 2 and 36 inclusive,
or be the special value 0.
which must be a number between 2 and 36 inclusive
or the special value 0.
.Pp
The string may begin with an arbitrary amount of white space
(as determined by


+ 3
- 3
src/lib/libc/stdlib/strtoul.3 View File

@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: strtoul.3,v 1.3 1999/06/29 18:36:24 aaron Exp $
.\" $OpenBSD: strtoul.3,v 1.4 1999/07/20 10:18:21 aaron Exp $
.\"
.Dd June 25, 1992
.Dt STRTOUL 3
@ -71,8 +71,8 @@ to a
value.
The conversion is done according to the given
.Fa base ,
which must be between 2 and 36 inclusive,
or be the special value 0.
which must be a number between 2 and 36 inclusive
or the special value 0.
.Pp
The string may begin with an arbitrary amount of white space
(as determined by


Loading…
Cancel
Save