diff options
author | 1999-05-10 17:56:27 +0000 | |
---|---|---|
committer | 1999-05-10 17:56:27 +0000 | |
commit | 6b7142765f6f9250631b8251541dc6f8486733cd (patch) | |
tree | b2fe440839fdaf723ec45633f4b95b2d0d8caa5f /lib/libc/stdio/stdio.3 | |
parent | make a shared library (diff) | |
download | wireguard-openbsd-6b7142765f6f9250631b8251541dc6f8486733cd.tar.xz wireguard-openbsd-6b7142765f6f9250631b8251541dc6f8486733cd.zip |
correct some Xr's which referred to the wrong man page sections
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 9c111d106dd..687a62ab659 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.5 1998/03/09 06:36:30 deraadt Exp $ +.\" $OpenBSD: stdio.3,v 1.6 1999/05/10 17:56:29 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -156,10 +156,7 @@ The .Nm stdio library is a part of the library .Xr libc -and routines are automatically loaded as needed by the compilers -.Xr cc 1 -and -.Xr pc 1 . +and routines are automatically loaded as needed by the compiler. The .Tn SYNOPSIS sections of the following manual pages indicate which include files |