diff options
Diffstat (limited to 'man7/socket.7')
| -rw-r--r-- | man7/socket.7 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/man7/socket.7 b/man7/socket.7 index e6147e07c2..6bb0e5f78d 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -405,16 +405,14 @@ option. The argument is a .I linger structure. .PP -.RS +.in +0.25i .nf -.ta 4n 10n 22n struct linger { - int l_onoff; /* linger active */ - int l_linger; /* how many seconds to linger for */ + int l_onoff; /* linger active */ + int l_linger; /* how many seconds to linger for */ }; -.ta .fi -.RE +.in -0.25i .IP When enabled, a .BR close (2) @@ -542,11 +540,11 @@ per socket. These operations can be accessed using .BR ioctl (2): -.RS +.in +0.25i .nf .IB error " = ioctl(" ip_socket ", " ioctl_type ", " &value_result ");" .fi -.RE +.in -0.25i .TP .B SIOCGSTAMP |
