diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-19 06:16:04 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-12-19 06:16:04 +0000 |
| commit | bd191423093e5434f6100cd86d21cebea9a0d6b4 (patch) | |
| tree | 3b2c427492d714d8ac969e295fed3825b7b1a972 /man3/inet.3 | |
| parent | 28f6564486b816a1d31c10fcd1899bf97c366725 (diff) | |
| download | man-pages-bd191423093e5434f6100cd86d21cebea9a0d6b4.tar.gz | |
enclose code smaples/structure defns/etc in ".in +4n / .in"
Diffstat (limited to 'man3/inet.3')
| -rw-r--r-- | man3/inet.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/inet.3 b/man3/inet.3 index 74a48efd67..63643c047a 100644 --- a/man3/inet.3 +++ b/man3/inet.3 @@ -137,7 +137,7 @@ is defined in .I <netinet/in.h> as: .sp -.RS 4 +.in +4n .nf typedef uint32_t in_addr_t; @@ -145,7 +145,7 @@ struct in_addr { in_addr_t s_addr; }; .fi -.RE +.in .PP Note that on the i80x86 the host byte order is Least Significant Byte first (little endian), whereas the network byte order, as used on the |
