mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed long line in previous commit.
This commit is contained in:
parent
8245f3f5b4
commit
97aa1043ac
1 changed files with 3 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)rshd.8 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id: rshd.8,v 1.11 1997/12/18 07:39:27 charnier Exp $
|
||||
.\" $Id: rshd.8,v 1.12 1998/12/01 23:27:24 dg Exp $
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dt RSHD 8
|
||||
|
|
@ -165,7 +165,8 @@ if the client crashes or becomes unreachable.
|
|||
.Pp
|
||||
The
|
||||
.Fl D
|
||||
option sets the TCP_NODELAY socket option which improves performance of small back-to-back
|
||||
option sets the TCP_NODELAY socket option which improves
|
||||
performance of small back-to-back
|
||||
writes at the expense of additional network traffic.
|
||||
.Pp
|
||||
The
|
||||
|
|
|
|||
Loading…
Reference in a new issue