-.\" $OpenBSD: fopen.3,v 1.32 2015/01/15 19:20:59 schwarze Exp $
+.\" $OpenBSD: fopen.3,v 1.33 2023/09/28 01:51:00 jsg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 15 2015 $
+.Dd $Mdocdate: September 28 2023 $
.Dt FOPEN 3
.Os
.Sh NAME
functions first appeared in
.At v7 .
.Pp
-Opening a file for both reading and writing has been possible since
-.Bx 2 .
-.Pp
Support for the
.Dq e
and
.Dq x
mode letters appeared in
.Ox 5.7 .
-.Sh AUTHORS
-.An Dennis Ritchie
-originally implemented
-.Fn fopen
-in PDP-11 assembler.
-.An Keith Sklower
-first implemented read-write access.
.Sh CAVEATS
Proper code using
.Fn fdopen
-.\" $OpenBSD: getc.3,v 1.16 2022/09/11 06:38:11 jmc Exp $
+.\" $OpenBSD: getc.3,v 1.17 2023/09/28 01:51:00 jsg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 11 2022 $
+.Dd $Mdocdate: September 28 2023 $
.Dt GETC 3
.Os
.Sh NAME
.Fn fgetc
in
.At v7 .
-.Sh AUTHORS
-.An Dennis Ritchie
-originally implemented
-.Fn getc
-and
-.Fn getw
-in PDP-11 assembler.
.Sh BUGS
Since
.Dv EOF
-.\" $OpenBSD: access.2,v 1.26 2022/08/02 01:23:23 jsg Exp $
+.\" $OpenBSD: access.2,v 1.27 2023/09/28 01:51:00 jsg Exp $
.\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)access.2 8.2 (Berkeley) 4/1/94
.\"
-.Dd $Mdocdate: August 2 2022 $
+.Dd $Mdocdate: September 28 2023 $
.Dt ACCESS 2
.Os
.Sh NAME
.Fn faccessat
function appeared in
.Ox 5.0 .
-.Sh AUTHORS
-.An Ken Thompson
-first implemented the
-.Fn access
-kernel function in C.
.Sh CAVEATS
.Fn access
and