summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/atol.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/atol.3')
-rw-r--r--src/lib/libc/stdlib/atol.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/atol.3 b/src/lib/libc/stdlib/atol.3
index c80f61f754..f67ca7da6c 100644
--- a/src/lib/libc/stdlib/atol.3
+++ b/src/lib/libc/stdlib/atol.3
@@ -29,9 +29,9 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: atol.3,v 1.10 2015/09/10 15:16:43 schwarze Exp $ 32.\" $OpenBSD: atol.3,v 1.11 2022/09/11 06:38:11 jmc Exp $
33.\" 33.\"
34.Dd $Mdocdate: September 10 2015 $ 34.Dd $Mdocdate: September 11 2022 $
35.Dt ATOL 3 35.Dt ATOL 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -47,7 +47,7 @@ The
47function converts the initial portion of the string pointed to by 47function converts the initial portion of the string pointed to by
48.Fa nptr 48.Fa nptr
49to 49to
50.Li long integer 50.Vt long integer
51representation. 51representation.
52.Pp 52.Pp
53It is equivalent to: 53It is equivalent to: