diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-05-09 18:14:45 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-05-09 18:14:45 +0000 |
commit | 332826de5fbb38f6a404a10d8fecf81386ea37e4 (patch) | |
tree | 57b3a0c62eaadfd40c9935bc290cc523fe2907f2 /lib/libc | |
parent | 36ed7fc34629112a9e68f97a0ed88805ab6f4e77 (diff) | |
download | FreeBSD-src-332826de5fbb38f6a404a10d8fecf81386ea37e4.zip FreeBSD-src-332826de5fbb38f6a404a10d8fecf81386ea37e4.tar.gz |
MFC r306771:
Improve grammar.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 5cdd0c6..adaee1e 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -375,7 +375,7 @@ A file descriptor referencing the monitored file, was closed. The closed file descriptor did not have write access. .It Dv NOTE_CLOSE_WRITE A file descriptor referencing the monitored file, was closed. -The closed file descriptor has write access. +The closed file descriptor had write access. .Pp This note, as well as .Dv NOTE_CLOSE , |