diff options
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/stdlib/strtonum.3 | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/lib/libc/stdlib/strtonum.3 b/src/lib/libc/stdlib/strtonum.3 index 58b4112ac3..bd66711e6c 100644 --- a/src/lib/libc/stdlib/strtonum.3 +++ b/src/lib/libc/stdlib/strtonum.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: strtonum.3,v 1.14 2007/05/31 19:19:31 jmc Exp $ | 1 | .\" $OpenBSD: strtonum.3,v 1.15 2013/04/17 18:53:27 tedu Exp $ | 
| 2 | .\" | 2 | .\" | 
| 3 | .\" Copyright (c) 2004 Ted Unangst | 3 | .\" Copyright (c) 2004 Ted Unangst | 
| 4 | .\" | 4 | .\" | 
| @@ -14,7 +14,7 @@ | |||
| 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
| 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
| 16 | .\" | 16 | .\" | 
| 17 | .Dd $Mdocdate: May 31 2007 $ | 17 | .Dd $Mdocdate: April 17 2013 $ | 
| 18 | .Dt STRTONUM 3 | 18 | .Dt STRTONUM 3 | 
| 19 | .Os | 19 | .Os | 
| 20 | .Sh NAME | 20 | .Sh NAME | 
| @@ -119,11 +119,11 @@ If an error occurs, | |||
| 119 | will be set to one of the following strings: | 119 | will be set to one of the following strings: | 
| 120 | .Pp | 120 | .Pp | 
| 121 | .Bl -tag -width "too largeXX" -compact | 121 | .Bl -tag -width "too largeXX" -compact | 
| 122 | .It too large | 122 | .It Qq too large | 
| 123 | The result was larger than the provided maximum value. | 123 | The result was larger than the provided maximum value. | 
| 124 | .It too small | 124 | .It Qq too small | 
| 125 | The result was smaller than the provided minimum value. | 125 | The result was smaller than the provided minimum value. | 
| 126 | .It invalid | 126 | .It Qq invalid | 
| 127 | The string did not consist solely of digit characters. | 127 | The string did not consist solely of digit characters. | 
| 128 | .El | 128 | .El | 
| 129 | .Sh SEE ALSO | 129 | .Sh SEE ALSO | 
