From: jsg Date: Thu, 28 Sep 2023 01:51:00 +0000 (+0000) Subject: don't mention what language functions are implemented in X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bd0d9e03a702672308a5647b2b3e157729321cf5;p=openbsd don't mention what language functions are implemented in remove a line relating to the 2BSD libNS ok schwarze@ --- diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index 89d87e1b328..5a56e54fde9 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $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. @@ -31,7 +31,7 @@ .\" 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 @@ -269,22 +269,12 @@ and 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 diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 6822f62089d..c5c4956432e 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -1,4 +1,4 @@ -.\" $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. @@ -31,7 +31,7 @@ .\" 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 @@ -126,13 +126,6 @@ and .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 diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index cb58305ca9f..fdb6537eafd 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -1,4 +1,4 @@ -.\" $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 @@ -30,7 +30,7 @@ .\" .\" @(#)access.2 8.2 (Berkeley) 4/1/94 .\" -.Dd $Mdocdate: August 2 2022 $ +.Dd $Mdocdate: September 28 2023 $ .Dt ACCESS 2 .Os .Sh NAME @@ -232,11 +232,6 @@ The .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