diff options
author | aaron <> | 1999-07-20 10:18:22 +0000 |
---|---|---|
committer | aaron <> | 1999-07-20 10:18:22 +0000 |
commit | ad1d0331f7eb7d3ee791716dde2d1a61a0260645 (patch) | |
tree | 898c0831cd497f75b8ccb7fff2d3e274afbd3d60 | |
parent | 0c53b543fa453740e95946808621acf8e057db80 (diff) | |
download | openbsd-ad1d0331f7eb7d3ee791716dde2d1a61a0260645.tar.gz openbsd-ad1d0331f7eb7d3ee791716dde2d1a61a0260645.tar.bz2 openbsd-ad1d0331f7eb7d3ee791716dde2d1a61a0260645.zip |
better english; deraadt@/millert@
-rw-r--r-- | src/lib/libc/stdlib/strtol.3 | 6 | ||||
-rw-r--r-- | src/lib/libc/stdlib/strtoul.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3 index 006ba904a5..e7435cf87a 100644 --- a/src/lib/libc/stdlib/strtol.3 +++ b/src/lib/libc/stdlib/strtol.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: strtol.3,v 1.4 1999/06/29 18:36:23 aaron Exp $ | 36 | .\" $OpenBSD: strtol.3,v 1.5 1999/07/20 10:18:22 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 25, 1992 | 38 | .Dd June 25, 1992 |
39 | .Dt STRTOL 3 | 39 | .Dt STRTOL 3 |
@@ -71,8 +71,8 @@ to a | |||
71 | value. | 71 | value. |
72 | The conversion is done according to the given | 72 | The conversion is done according to the given |
73 | .Fa base , | 73 | .Fa base , |
74 | which must be between 2 and 36 inclusive, | 74 | which must be a number between 2 and 36 inclusive |
75 | or be the special value 0. | 75 | or the special value 0. |
76 | .Pp | 76 | .Pp |
77 | The string may begin with an arbitrary amount of white space | 77 | The string may begin with an arbitrary amount of white space |
78 | (as determined by | 78 | (as determined by |
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3 index 3b2a90adc3..570e3a9e3f 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.3 1999/06/29 18:36:24 aaron Exp $ | 36 | .\" $OpenBSD: strtoul.3,v 1.4 1999/07/20 10:18:21 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 25, 1992 | 38 | .Dd June 25, 1992 |
39 | .Dt STRTOUL 3 | 39 | .Dt STRTOUL 3 |
@@ -71,8 +71,8 @@ to a | |||
71 | value. | 71 | value. |
72 | The conversion is done according to the given | 72 | The conversion is done according to the given |
73 | .Fa base , | 73 | .Fa base , |
74 | which must be between 2 and 36 inclusive, | 74 | which must be a number between 2 and 36 inclusive |
75 | or be the special value 0. | 75 | or the special value 0. |
76 | .Pp | 76 | .Pp |
77 | The string may begin with an arbitrary amount of white space | 77 | The string may begin with an arbitrary amount of white space |
78 | (as determined by | 78 | (as determined by |