diff options
author | jmc <> | 2022-09-11 06:38:11 +0000 |
---|---|---|
committer | jmc <> | 2022-09-11 06:38:11 +0000 |
commit | 3e268b5d835a2d2ed944b2e03c9cc7f178765bb3 (patch) | |
tree | fef440286902c30bd0cbff19e3da976f80de9175 /src/lib/libc/stdlib/strtonum.3 | |
parent | 95806d271a4d8ed4658ab14b5713895696bb8919 (diff) | |
download | openbsd-3e268b5d835a2d2ed944b2e03c9cc7f178765bb3.tar.gz openbsd-3e268b5d835a2d2ed944b2e03c9cc7f178765bb3.tar.bz2 openbsd-3e268b5d835a2d2ed944b2e03c9cc7f178765bb3.zip |
.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze
ok schwarze
Diffstat (limited to 'src/lib/libc/stdlib/strtonum.3')
-rw-r--r-- | src/lib/libc/stdlib/strtonum.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/strtonum.3 b/src/lib/libc/stdlib/strtonum.3 index 43df0edc78..87a3ccd588 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.18 2016/02/07 20:50:24 mmcc Exp $ | 1 | .\" $OpenBSD: strtonum.3,v 1.19 2022/09/11 06:38:11 jmc 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: February 7 2016 $ | 17 | .Dd $Mdocdate: September 11 2022 $ |
18 | .Dt STRTONUM 3 | 18 | .Dt STRTONUM 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -35,7 +35,7 @@ The | |||
35 | function converts the string in | 35 | function converts the string in |
36 | .Fa nptr | 36 | .Fa nptr |
37 | to a | 37 | to a |
38 | .Li long long | 38 | .Vt long long |
39 | value. | 39 | value. |
40 | The | 40 | The |
41 | .Fn strtonum | 41 | .Fn strtonum |
@@ -56,7 +56,7 @@ or | |||
56 | sign. | 56 | sign. |
57 | .Pp | 57 | .Pp |
58 | The remainder of the string is converted to a | 58 | The remainder of the string is converted to a |
59 | .Li long long | 59 | .Vt long long |
60 | value according to base 10. | 60 | value according to base 10. |
61 | .Pp | 61 | .Pp |
62 | The value obtained is then checked against the provided | 62 | The value obtained is then checked against the provided |