From 982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 30 Jul 2013 11:52:58 +0200 Subject: Whitespace fixes Signed-off-by: Denys Vlasenko --- docs/tcp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tcp.txt') diff --git a/docs/tcp.txt b/docs/tcp.txt index c867c6da9..766766387 100644 --- a/docs/tcp.txt +++ b/docs/tcp.txt @@ -31,7 +31,7 @@ Solution #1: block until sending is done: */ struct linger { int l_onoff; /* linger active */ - int l_linger; /* how many seconds to linger for */ + int l_linger; /* how many seconds to linger for */ } linger; linger.l_onoff = 1; linger.l_linger = SOME_NUM; -- cgit v1.2.3