diff options
author | 2005-05-25 05:23:24 +0000 | |
---|---|---|
committer | 2005-05-25 05:23:24 +0000 | |
commit | 49b61eb46c8c77b12003aa139eba7415c9583256 (patch) | |
tree | 35dedf6b36e401adcf56cc324dbb57195971156b /lib/libc | |
parent | no need to check cvs_trace before outputting a trace, the log code (diff) | |
download | wireguard-openbsd-49b61eb46c8c77b12003aa139eba7415c9583256.tar.xz wireguard-openbsd-49b61eb46c8c77b12003aa139eba7415c9583256.zip |
Minor wordink fix
ok dlg@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/fcntl.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index eeeb54851aa..2324babd6f4 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fcntl.2,v 1.25 2004/05/06 19:08:53 millert Exp $ +.\" $OpenBSD: fcntl.2,v 1.26 2005/05/25 05:23:24 pascoe Exp $ .\" $NetBSD: fcntl.2,v 1.6 1995/02/27 12:32:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -155,7 +155,7 @@ The flags for the .Dv F_GETFL and .Dv F_SETFL -flags are as follows: +commands are as follows: .Bl -tag -width O_NONBLOCKX .It Dv O_NONBLOCK Non-blocking |