diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-30 11:52:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-30 11:52:58 +0200 |
commit | 982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 (patch) | |
tree | f3c90eaa6dba03d209b9f05c799c3ded447cad22 /docs | |
parent | bfa6ed1bf43ea607e33a6e89a0ef03f84a5b5d38 (diff) | |
download | busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.gz busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.bz2 busybox-w32-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.zip |
Whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tcp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
31 | */ | 31 | */ |
32 | struct linger { | 32 | struct linger { |
33 | int l_onoff; /* linger active */ | 33 | int l_onoff; /* linger active */ |
34 | int l_linger; /* how many seconds to linger for */ | 34 | int l_linger; /* how many seconds to linger for */ |
35 | } linger; | 35 | } linger; |
36 | linger.l_onoff = 1; | 36 | linger.l_onoff = 1; |
37 | linger.l_linger = SOME_NUM; | 37 | linger.l_linger = SOME_NUM; |