diff options
author | tholo <> | 1996-08-10 04:51:31 +0000 |
---|---|---|
committer | tholo <> | 1996-08-10 04:51:31 +0000 |
commit | ece9e6001721cdc8dcfefdaa69130aabbac8881a (patch) | |
tree | 69389ea8d7668d337c409e7353e76de16c909a19 /src | |
parent | cc20851f7c7e8c47582db29709f2c1f2726cc0ec (diff) | |
download | openbsd-ece9e6001721cdc8dcfefdaa69130aabbac8881a.tar.gz openbsd-ece9e6001721cdc8dcfefdaa69130aabbac8881a.tar.bz2 openbsd-ece9e6001721cdc8dcfefdaa69130aabbac8881a.zip |
Formatting fix; from Lite2
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/atoi.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libc/stdlib/atoi.3 b/src/lib/libc/stdlib/atoi.3 index 219ba73c00..280a989e8e 100644 --- a/src/lib/libc/stdlib/atoi.3 +++ b/src/lib/libc/stdlib/atoi.3 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 1 | .\" Copyright (c) 1990, 1991, 1993 |
2 | .\" All rights reserved. | 2 | .\" The Regents of the University of California. All rights reserved. |
3 | .\" | 3 | .\" |
4 | .\" This code is derived from software contributed to Berkeley by | 4 | .\" This code is derived from software contributed to Berkeley by |
5 | .\" the American National Standards Committee X3, on Information | 5 | .\" the American National Standards Committee X3, on Information |
@@ -33,10 +33,9 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" from: @(#)atoi.3 5.3 (Berkeley) 6/29/91 | 36 | .\" $OpenBSD: atoi.3,v 1.2 1996/08/10 04:51:31 tholo Exp $ |
37 | .\" $Id: atoi.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ | ||
38 | .\" | 37 | .\" |
39 | .Dd June 29, 1991 | 38 | .Dd June 4, 1993 |
40 | .Dt ATOI 3 | 39 | .Dt ATOI 3 |
41 | .Os | 40 | .Os |
42 | .Sh NAME | 41 | .Sh NAME |
@@ -58,7 +57,6 @@ to | |||
58 | representation. | 57 | representation. |
59 | .Pp | 58 | .Pp |
60 | It is equivalent to: | 59 | It is equivalent to: |
61 | .Pp | ||
62 | .Bd -literal -offset indent | 60 | .Bd -literal -offset indent |
63 | (int)strtol(nptr, (char **)NULL, 10); | 61 | (int)strtol(nptr, (char **)NULL, 10); |
64 | .Ed | 62 | .Ed |