diff options
author | des <des@FreeBSD.org> | 2007-04-11 20:32:59 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2007-04-11 20:32:59 +0000 |
commit | 3c87bd66cb9e980991d035551cc72f0a9f22bf16 (patch) | |
tree | 081d5f55c1f89e0019daa9c8c0b072cb1295730f /usr.bin/finger | |
parent | 249451cebe5d7b349eccd57fea6faa3012934625 (diff) | |
download | FreeBSD-src-3c87bd66cb9e980991d035551cc72f0a9f22bf16.zip FreeBSD-src-3c87bd66cb9e980991d035551cc72f0a9f22bf16.tar.gz |
Remove irrelevant comment about T/TCP in BUGS.
Spotted by: ru@
Diffstat (limited to 'usr.bin/finger')
-rw-r--r-- | usr.bin/finger/finger.1 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index 46d1327..73c0e46 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -244,14 +244,6 @@ The .Nm command appeared in .Bx 3.0 . -.Sh BUGS -The current FINGER protocol RFC requires that the client keep the connection -fully open until the server closes. -This prevents the use of the optimal -three-packet T/TCP exchange. -(Servers which depend on this requirement are -bogus but have nonetheless been observed in the Internet at large.) -.Pp The .Nm utility does not recognize multibyte characters. |