artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302851d
)
Fix grammar in history section
author
tb
<tb@openbsd.org>
Mon, 12 Aug 2024 21:27:57 +0000
(21:27 +0000)
committer
tb
<tb@openbsd.org>
Mon, 12 Aug 2024 21:27:57 +0000
(21:27 +0000)
ok guenther
lib/libc/stdio/__fpending.3
patch
|
blob
|
history
diff --git
a/lib/libc/stdio/__fpending.3
b/lib/libc/stdio/__fpending.3
index
c0a58dd
..
90aabcb
100644
(file)
--- 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