diff options
author | 2005-07-26 04:20:23 +0000 | |
---|---|---|
committer | 2005-07-26 04:20:23 +0000 | |
commit | 3f82fb3da07e31346647d4969604ae37e63dc8be (patch) | |
tree | 7b8b068ff9016c4e63493d1e85c05d88cecd9504 /lib/libc/stdlib/atoll.3 | |
parent | - typos, grammar, punctuation, layout tweaks (diff) | |
download | wireguard-openbsd-3f82fb3da07e31346647d4969604ae37e63dc8be.tar.xz wireguard-openbsd-3f82fb3da07e31346647d4969604ae37e63dc8be.zip |
- typos, punctuation, layout, macro tweaks
- break long lines
ok jmc
Diffstat (limited to 'lib/libc/stdlib/atoll.3')
-rw-r--r-- | lib/libc/stdlib/atoll.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/atoll.3 b/lib/libc/stdlib/atoll.3 index 40584e9d475..2b53e9b6947 100644 --- a/lib/libc/stdlib/atoll.3 +++ b/lib/libc/stdlib/atoll.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: atoll.3,v 1.3 2003/06/02 20:18:37 millert Exp $ +.\" $OpenBSD: atoll.3,v 1.4 2005/07/26 04:20:23 jaredy Exp $ .\" .Dd June 29, 1991 .Dt ATOLL 3 @@ -49,7 +49,7 @@ The function converts the initial portion of the string pointed to by .Fa nptr to -.Li long integer +.Li long long integer representation. .Pp It is equivalent to: |