diff options
author | bms <bms@FreeBSD.org> | 2007-03-09 19:43:42 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2007-03-09 19:43:42 +0000 |
commit | b4f28cba28c0bbb3e1327e8b523ef4d45dbdda2d (patch) | |
tree | f9240ddea3c5d5b6307fcd632841bb227673091a /lib/libc | |
parent | 8841e4c9635cf64e7bdc0feb3f8a682c6dfa4536 (diff) | |
download | FreeBSD-src-b4f28cba28c0bbb3e1327e8b523ef4d45dbdda2d.zip FreeBSD-src-b4f28cba28c0bbb3e1327e8b523ef4d45dbdda2d.tar.gz |
Wordsmithery.
Pointed out by: ru
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index 25ef69e..3ea34c9 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -417,7 +417,7 @@ are options used only with .Fn getsockopt . .Dv SO_ACCEPTCONN returns whether the socket is currently accepting connections, -i.e. whether or not the +that is, whether or not the .Xr listen 2 system call was invoked on the socket. .Dv SO_TYPE |