summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-01-21 03:15:44 +0000
committerschwarze <schwarze@openbsd.org>2014-01-21 03:15:44 +0000
commit369bef3a142061d28bd38b74f30fd054965b81c6 (patch)
tree8fe7ba65015980e03507c9128cf9b21f5074ceff /lib/libc/stdio
parentUpdate the names of the DIOCXBEGIN ruleset types. (diff)
downloadwireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz
wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/funopen.36
-rw-r--r--lib/libc/stdio/tmpnam.38
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3
index a57bba64681..bf64c3be0d8 100644
--- a/lib/libc/stdio/funopen.3
+++ b/lib/libc/stdio/funopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: funopen.3,v 1.15 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: funopen.3,v 1.16 2014/01/21 03:15:45 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt FUNOPEN 3
.Os
.Sh NAME
@@ -116,7 +116,7 @@ An error on
does not keep the stream open.
.Pp
As a convenience, the include file
-.Aq Pa stdio.h
+.In stdio.h
defines the macros
.Fn fropen
and
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index b3c07392ca2..f152ce731c4 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmpnam.3,v 1.18 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: tmpnam.3,v 1.19 2014/01/21 03:15:45 schwarze Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: January 21 2014 $
.Dt TMPFILE 3
.Os
.Sh NAME
@@ -77,7 +77,7 @@ directory, which did not reference an existing file at some
indeterminate point in the past.
.Dv P_tmpdir
is defined in the include file
-.Aq Pa stdio.h .
+.In stdio.h .
If the argument
.Fa str
is non-null, the file name is copied to the buffer it references.
@@ -93,7 +93,7 @@ is expected to be at least
bytes in length.
.Dv L_tmpnam
is defined in the include file
-.Aq Pa stdio.h .
+.In stdio.h .
.Pp
The
.Fn tempnam