From 05768381d39e27d36bd909e03234c2ab49d6472e Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sat, 3 Sep 2011 23:24:52 +0000 Subject: some minor tweaks; --- lib/libc/stdio/stdio.3 | 17 ++++++----------- lib/libc/stdlib/strtol.3 | 4 ++-- 2 files changed, 8 insertions(+), 13 deletions(-) (limited to 'lib') diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 431078712ae..e1dccb6ee7b 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.21 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: stdio.3,v 1.22 2011/09/03 23:24:51 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,13 +40,9 @@ .Fd FILE *stdout; .Fd FILE *stderr; .Sh DESCRIPTION -The standard -.Tn I/O -library provides a simple and efficient buffered stream -.Tn I/O -interface. -Input and output is mapped into logical data streams and the physical -.Tn I/O +The standard I/O library +provides a simple and efficient buffered stream I/O interface. +Input and output is mapped into logical data streams and the physical I/O characteristics are concealed. The functions and macros are listed below; more information is available from the individual man pages. @@ -160,11 +156,10 @@ function. .Pp The .Nm stdio -library is a part of the library -.Xr libc +library is a part of the library libc and routines are automatically loaded as needed by the compiler. The -.Tn SYNOPSIS +.Sx SYNOPSIS sections of the following manual pages indicate which include files are to be used, what the compiler declaration for the function looks like, and which external variables are of interest. diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index 8575e2cf580..6f9037a645d 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtol.3,v 1.21 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: strtol.3,v 1.22 2011/09/03 23:24:51 jmc Exp $ .\" .Dd $Mdocdate: September 3 2011 $ .Dt STRTOL 3 @@ -157,7 +157,7 @@ If no conversion could be performed, 0 is returned; the global variable .Va errno is also set to -.Er EINVAL, +.Er EINVAL , though this is not portable across all platforms. If overflow or underflow occurs, .Va errno -- cgit v1.2.3