diff options
-rw-r--r-- | lib/libc/sys/write.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index 81f2068d30e..930e445c1a1 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.37 2013/04/08 06:26:12 guenther Exp $ +.\" $OpenBSD: write.2,v 1.38 2013/04/08 07:39:17 jmc Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -212,7 +212,8 @@ had been used to set a destination address. .It Bq Er EIO The process is a member of a background process attempting to write to its controlling terminal, -.Dv TOSTOP is set on the terminal, +.Dv TOSTOP +is set on the terminal, the process isn't ignoring the .Dv SIGTTOUT signal and the thread isn't blocking the |