diff options
Diffstat (limited to 'man7/socket.7')
| -rw-r--r-- | man7/socket.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/socket.7 b/man7/socket.7 index 0bd94e16d6..85dd96e816 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -285,14 +285,14 @@ The argument is a .I linger structure. .sp -.in +0.25i +.in +4n .nf struct linger { int l_onoff; /* linger active */ int l_linger; /* how many seconds to linger for */ }; .fi -.in -0.25i +.in .IP When enabled, a .BR close (2) @@ -587,11 +587,11 @@ per socket. These operations can be accessed using .BR ioctl (2): -.in +0.25i +.in +4n .nf .IB error " = ioctl(" ip_socket ", " ioctl_type ", " &value_result ");" .fi -.in -0.25i +.in .TP .B SIOCGSTAMP Return a |
