aboutsummaryrefslogtreecommitdiffstats
path: root/man7/socket.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-03-07 02:02:26 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-03-07 02:02:26 +0000
commit878664929665694af7f479f7e73244d8042a7f5b (patch)
treefdf6267e9c5a24fab2b5dae6189ba2121c28525a /man7/socket.7
parenta7dd5ac61722c5dc364610c39a36649e688221cd (diff)
downloadman-pages-878664929665694af7f479f7e73244d8042a7f5b.tar.gz
Wrap long lines; .ta + TABs with spaces in code examples
Diffstat (limited to 'man7/socket.7')
-rw-r--r--man7/socket.714
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