diff options
author | 1999-06-29 18:36:15 +0000 | |
---|---|---|
committer | 1999-06-29 18:36:15 +0000 | |
commit | c5a79f6d698828f596844fbde12b62d467ed1d5a (patch) | |
tree | 700f79971495b8a8111e0f399d6e2fc79b9f6766 /lib/libc/stdlib/atol.3 | |
parent | repairs (diff) | |
download | wireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.tar.xz wireguard-openbsd-c5a79f6d698828f596844fbde12b62d467ed1d5a.zip |
first round of repairs on stdlib
Diffstat (limited to 'lib/libc/stdlib/atol.3')
-rw-r--r-- | lib/libc/stdlib/atol.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3 index 2b49bd1f2c3..c7b4ff30daa 100644 --- a/lib/libc/stdlib/atol.3 +++ b/lib/libc/stdlib/atol.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atol.3,v 1.2 1996/08/19 08:33:25 tholo Exp $ +.\" $OpenBSD: atol.3,v 1.3 1999/06/29 18:36:19 aaron Exp $ .\" .Dd June 29, 1991 .Dt ATOL 3 @@ -51,9 +51,9 @@ string to long integer The .Fn atol function converts the initial portion of the string pointed to by -.Ar nptr +.Fa nptr to -.Em long integer +.Li long integer representation. .Pp It is equivalent to: |