diff options
author | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-22 12:15:47 +0000 |
---|---|---|
committer | Heikki Korpela <heko@cvs.openbsd.org> | 2001-08-22 12:15:47 +0000 |
commit | 2855ae29fb4d1d9554c181c40b3de5fb6b62d374 (patch) | |
tree | 74452e55839528762555a8430ef5779a9b2714c5 /share/man/man3/intro.3 | |
parent | 59d7a6631f5e86a7dc0cf0c672d5ec210d9f832d (diff) |
"This section" and variants ==> 'The manual pages in section x'
in intro manual pages to hopefully confuse users a little bit less
aaron@ ok
Diffstat (limited to 'share/man/man3/intro.3')
-rw-r--r-- | share/man/man3/intro.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index ad0235e7f46..9555c27b534 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.11 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: intro.3,v 1.12 2001/08/22 12:15:46 heko Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -41,8 +41,8 @@ .Nm intro .Nd introduction to the C libraries .Sh DESCRIPTION -This section provides an overview of the C library functions, their error -returns, and other common definitions and concepts. +The manual pages in section 3 provide an overview of the C library +functions, their error returns, and other common definitions and concepts. Most of these functions are available from the C library, .Em libc . Other libraries, such as the math library, |