summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-23 14:10:46 +0000
committeraaron <aaron@openbsd.org>1999-05-23 14:10:46 +0000
commitfc8533a33fb49c679e7b7d9a0137c6d61bc1a3de (patch)
tree258c5748e9f857e8b5199ca46b9f996602d8cb25 /lib/libc/stdio
parentAvoid bzero + free after failed malloc(). From niklas@ (diff)
downloadwireguard-openbsd-fc8533a33fb49c679e7b7d9a0137c6d61bc1a3de.tar.xz
wireguard-openbsd-fc8533a33fb49c679e7b7d9a0137c6d61bc1a3de.zip
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/perror.34
-rw-r--r--lib/libc/stdio/setbuf.34
-rw-r--r--lib/libc/stdio/stdio.34
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdio/perror.3 b/lib/libc/stdio/perror.3
index 9c41399d7bf..39637604fc7 100644
--- a/lib/libc/stdio/perror.3
+++ b/lib/libc/stdio/perror.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: perror.3,v 1.2 1996/08/19 08:32:56 tholo Exp $
+.\" $OpenBSD: perror.3,v 1.3 1999/05/23 14:11:02 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -37,7 +37,7 @@
.\"
.Dd June 29, 1991
.Dt PERROR 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm perror
.Nd write error messages to standard error
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index d7b6f99b2cb..77b59bc1dab 100644
--- a/lib/libc/stdio/setbuf.3
+++ b/lib/libc/stdio/setbuf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setbuf.3,v 1.6 1999/05/16 19:55:10 alex Exp $
+.\" $OpenBSD: setbuf.3,v 1.7 1999/05/23 14:11:02 aaron Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -37,7 +37,7 @@
.\"
.Dd June 4, 1993
.Dt SETBUF 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm setbuf ,
.Nm setbuffer ,
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 061d03d29f0..c9d1b2093ae 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdio.3,v 1.8 1999/05/16 19:55:11 alex Exp $
+.\" $OpenBSD: stdio.3,v 1.9 1999/05/23 14:11:02 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.Dd April 19, 1994
.Dt STDIO 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm stdio
.Nd standard input/output library functions