diff options
author | 2013-04-08 07:39:17 +0000 | |
---|---|---|
committer | 2013-04-08 07:39:17 +0000 | |
commit | d2a8559339677b6efe1c2a204d158c6100025e57 (patch) | |
tree | f3c8bbb77ce2b5a553837bc1899241fb360d26bc /lib/libc | |
parent | division of time_t does not necessarily fit in an int (diff) | |
download | wireguard-openbsd-d2a8559339677b6efe1c2a204d158c6100025e57.tar.xz wireguard-openbsd-d2a8559339677b6efe1c2a204d158c6100025e57.zip |
macro fix for previous;
Diffstat (limited to 'lib/libc')
-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 |