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-982e87f2fb45bf8a951774b3c6dab7afb0dc89f8.tar.gz |
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: */ 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; |