summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-03-13 19:58:40 +0000
committerjmc <jmc@openbsd.org>2015-03-13 19:58:40 +0000
commit0870f47d288c1d823f37828d4fce83d3773e2fc7 (patch)
tree0a2bd79e06eb7e9b2d84a5c1df4a24f685f811df /lib/libc/stdio
parent"It is often said that before you die your life passes before your eyes. (diff)
downloadwireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.tar.xz
wireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.zip
remove the first comma from constructs like ", and," and ", or,": you can use
"and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fflush.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3
index 5ab16623dcd..d084a8838e8 100644
--- a/lib/libc/stdio/fflush.3
+++ b/lib/libc/stdio/fflush.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fflush.3,v 1.10 2013/07/18 10:14:49 schwarze Exp $
+.\" $OpenBSD: fflush.3,v 1.11 2015/03/13 19:58:40 jmc 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: July 18 2013 $
+.Dd $Mdocdate: March 13 2015 $
.Dt FFLUSH 3
.Os
.Sh NAME
@@ -82,7 +82,7 @@ is set to indicate the error.
.Bl -tag -width Er
.It Bq Er EBADF
.Fa stream
-is not an open stream, or, in the case of
+is not an open stream or, in the case of
.Fn fflush ,
not a stream open for writing.
.El