diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/locale.7 | 2 | ||||
| -rw-r--r-- | man7/packet.7 | 8 | ||||
| -rw-r--r-- | man7/raw.7 | 4 | ||||
| -rw-r--r-- | man7/rtnetlink.7 | 2 | ||||
| -rw-r--r-- | man7/x25.7 | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/man7/locale.7 b/man7/locale.7 index ecc0aa0ec3..c07520f125 100644 --- a/man7/locale.7 +++ b/man7/locale.7 @@ -39,7 +39,7 @@ conventions, etc. A program needs to be able to determine its locale and act accordingly to be portable to different cultures. .PP The header -.B <locale.h> +.I <locale.h> declares data types, functions and macros which are useful in this task. .PP diff --git a/man7/packet.7 b/man7/packet.7 index 251be91b03..bb57d7f560 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -34,7 +34,7 @@ header information is available in a common format in a .BR sockaddr_ll . .I protocol is the IEEE 802.3 protocol number in network order. See the -.B <linux/if_ether.h> +.I <linux/if_ether.h> include file for a list of allowed protocols. When protocol is set to .B htons(ETH_P_ALL) @@ -116,7 +116,7 @@ struct sockaddr_ll { .B sll_protocol is the standard ethernet protocol type in network order as defined in the -.B linux/if_ether.h +.I <linux/if_ether.h> include file. It defaults to the socket's protocol. .B sll_ifindex is the interface index of the interface @@ -125,7 +125,7 @@ is the interface index of the interface 0 matches any interface (only legal for binding). .B sll_hatype is a ARP type as defined in the -.B linux/if_arp.h +.I <linux/if_arp.h> include file. .B sll_pkttype contains the packet type. Valid types are @@ -260,7 +260,7 @@ contains the device type, .B spkt_protocol is the IEEE 802.3 protocol type as defined in -.B <sys/if_ether.h> +.I <sys/if_ether.h> and .B spkt_device is the device name as a null terminated string, e.g. eth0. diff --git a/man7/raw.7 b/man7/raw.7 index 0c8aa7cb10..7febc402c7 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -101,7 +101,7 @@ For incoming packets .B sin_port is set to the protocol of the packet. See the -.B <netinet/in.h> +.I <netinet/in.h> include file for valid IP protocols. .SH "SOCKET OPTIONS" @@ -260,5 +260,5 @@ for path MTU discovery. .B RFC\ 791 and the -.B <linux/ip.h> +.I <linux/ip.h> include file for the IP protocol. diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index 8842e3a287..16299add11 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -248,7 +248,7 @@ Values larger than are not interpreted by the kernel, they are just for user information. They may be used to tag the source of a routing information or to distinguish between multiple routing daemons. See -.BR <linux/rtnetlink.h> +.IR <linux/rtnetlink.h> for the routing daemon identifiers which are already assigned. .B rtm_scope diff --git a/man7/x25.7 b/man7/x25.7 index 5ab095f894..d40b08e28f 100644 --- a/man7/x25.7 +++ b/man7/x25.7 @@ -91,7 +91,7 @@ This man page is incomplete. .PP There is no dedicated application programmer's header file yet; you need to include the kernel header file -.BR <linux/x25.h> . +.IR <linux/x25.h> . .B CONFIG_EXPERIMENTAL might also imply that future versions of the interface are not binary compatible. |
