diff options
author | jaredy <> | 2005-07-26 04:20:23 +0000 |
---|---|---|
committer | jaredy <> | 2005-07-26 04:20:23 +0000 |
commit | 2af170451ab1c3caae54f5889dbbb37e288ebc62 (patch) | |
tree | 7a334ba0ee85227a8932abce033722fd48d45573 /src/lib/libc/stdlib/atoll.3 | |
parent | 182eb10d8cb1661b4873a254245ae02caafeb8fe (diff) | |
download | openbsd-2af170451ab1c3caae54f5889dbbb37e288ebc62.tar.gz openbsd-2af170451ab1c3caae54f5889dbbb37e288ebc62.tar.bz2 openbsd-2af170451ab1c3caae54f5889dbbb37e288ebc62.zip |
- typos, punctuation, layout, macro tweaks
- break long lines
ok jmc
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/stdlib/atoll.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/atoll.3 b/src/lib/libc/stdlib/atoll.3 index 40584e9d47..2b53e9b694 100644 --- a/src/lib/libc/stdlib/atoll.3 +++ b/src/lib/libc/stdlib/atoll.3 | |||
@@ -29,7 +29,7 @@ | |||
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: atoll.3,v 1.3 2003/06/02 20:18:37 millert Exp $ | 32 | .\" $OpenBSD: atoll.3,v 1.4 2005/07/26 04:20:23 jaredy Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd June 29, 1991 | 34 | .Dd June 29, 1991 |
35 | .Dt ATOLL 3 | 35 | .Dt ATOLL 3 |
@@ -49,7 +49,7 @@ The | |||
49 | function converts the initial portion of the string pointed to by | 49 | function converts the initial portion of the string pointed to by |
50 | .Fa nptr | 50 | .Fa nptr |
51 | to | 51 | to |
52 | .Li long integer | 52 | .Li long long integer |
53 | representation. | 53 | representation. |
54 | .Pp | 54 | .Pp |
55 | It is equivalent to: | 55 | It is equivalent to: |