diff options
author | 2013-06-29 09:08:41 +0000 | |
---|---|---|
committer | 2013-06-29 09:08:41 +0000 | |
commit | 60addc806475b89da86ec71e50550d631e10a3c3 (patch) | |
tree | 5d310ea7b674b4e15b951f0213dcf2ad95def9a8 /lib/libc/stdio/stdio.3 | |
parent | sync (diff) | |
download | wireguard-openbsd-60addc806475b89da86ec71e50550d631e10a3c3.tar.xz wireguard-openbsd-60addc806475b89da86ec71e50550d631e10a3c3.zip |
do not use Sx for sections outwith the page;
man4 still to go...
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 07a947bba97..3ad8718c221 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.27 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: stdio.3,v 1.28 2013/06/29 09:08:41 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: June 29 2013 $ .Dt STDIO 3 .Os .Sh NAME @@ -158,8 +158,7 @@ The .Nm stdio library is a part of the library libc and routines are automatically loaded as needed by the compiler. -The -.Sx SYNOPSIS +The 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. |