diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-12 21:27:58 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-08-12 21:27:58 +0000 |
commit | b60f06f8bea1a2149a8620a0d34a1177f5f812e7 (patch) | |
tree | fffe6f24fd0bf9589cc40812db2df1f281bd86e8 /lib/libc | |
parent | d00d2f98be881b54d411b5ce0cc8d6e908b3fc7c (diff) |
Fix grammar in history section
ok guenther
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/__fpending.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/__fpending.3 b/lib/libc/stdio/__fpending.3 index c0a58ddd6e8..90aabcb659e 100644 --- a/lib/libc/stdio/__fpending.3 +++ b/lib/libc/stdio/__fpending.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: __fpending.3,v 1.1 2024/08/12 20:56:55 guenther Exp $ +.\" $OpenBSD: __fpending.3,v 1.2 2024/08/12 21:27:57 tb Exp $ .\" .\" Copyright (c) 2024 Philip Guenther <guenther@openbsd.org> .\" @@ -115,8 +115,8 @@ The .Fn __freadptr , .Fn __freadptrinc , .Fn __fseterr , -.Fn __fwriting and +.Fn __fwriting functions appeared in .Ox 7.6 . .Sh BUGS |