diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-19 05:53:30 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-19 05:53:30 +0000 |
| commit | a08ea57c202088519f95dfa510434668adc3803f (patch) | |
| tree | 2444cf9a408bbf6449fff630e86ede0b21af0ded /man7/socket.7 | |
| parent | 8a35999094a6c7f5125fb9d0f87704d0e029dc7a (diff) | |
| download | man-pages-a08ea57c202088519f95dfa510434668adc3803f.tar.gz | |
Make the standard indent for code samples, shell session
logs, etc. to be ".in +4n".
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 |
