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/arp.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/arp.7')
| -rw-r--r-- | man7/arp.7 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/man7/arp.7 b/man7/arp.7 index 5a04eab3d3..e6a8fda46f 100644 --- a/man7/arp.7 +++ b/man7/arp.7 @@ -74,15 +74,17 @@ They take a pointer to a .I struct arpreq as their parameter. +.RS 4 .nf struct arpreq { - struct sockaddr arp_pa; /* protocol address */ - struct sockaddr arp_ha; /* hardware address */ - int arp_flags; /* flags */ - struct sockaddr arp_netmask; /* netmask of protocol address */ + struct sockaddr arp_pa; /* protocol address */ + struct sockaddr arp_ha; /* hardware address */ + int arp_flags; /* flags */ + struct sockaddr arp_netmask; /* netmask of protocol address */ char arp_dev[16]; }; .fi +.RE .BR SIOCSARP ", " SIOCDARP " and " SIOCGARP respectively set, delete and get an ARP mapping. @@ -245,7 +247,9 @@ It is replaced by automatic proxy arp setup by the kernel for all reachable hosts on other interfaces (when forwarding and proxy arp is enabled for the interface). -The neigh/* sysctls did not exist before Linux 2.2. +The +.I neigh/* +sysctls did not exist before Linux 2.2. .SH BUGS Some timer settings are specified in jiffies, which is architecture and kernel version dependent; see |
