From: Michael Kerrisk Date: Thu, 3 Nov 2005 12:47:27 +0000 (+0000) Subject: Formatting fixes X-Git-Tag: man-pages-2.13~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd12ab88af41a79999010c5adbf49ffe7839173e;p=thirdparty%2Fman-pages.git Formatting fixes --- diff --git a/man2/socket.2 b/man2/socket.2 index ec8262c275..b6b5c15340 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -55,7 +55,7 @@ The .I domain parameter specifies a communication domain; this selects the protocol family which will be used for communication. These families are defined in -.BR . +.IR . The currently understood formats include: .TS tab(:); @@ -262,7 +262,7 @@ in The operation of sockets is controlled by socket level .IR options . These options are defined in -.BR . +.IR . The functions .BR setsockopt (2) and diff --git a/man3/assert.3 b/man3/assert.3 index 9f3c2f4dd7..c33dbded65 100644 --- a/man3/assert.3 +++ b/man3/assert.3 @@ -35,7 +35,7 @@ assert \- abort the program if assertion is false If the macro .B NDEBUG was defined at the moment -.B +.I was last included, the macro .BR assert () generates no code, and hence does nothing at all. diff --git a/man3/assert_perror.3 b/man3/assert_perror.3 index 7d3abeeef2..492e05e5ae 100644 --- a/man3/assert_perror.3 +++ b/man3/assert_perror.3 @@ -36,7 +36,7 @@ assert_perror \- test errnum and abort If the macro .B NDEBUG was defined at the moment -.B +.I was last included, the macro .BR assert_perror () generates no code, and hence does nothing at all. diff --git a/man3/fpathconf.3 b/man3/fpathconf.3 index 619115851e..8fd9cd02e0 100644 --- a/man3/fpathconf.3 +++ b/man3/fpathconf.3 @@ -46,7 +46,7 @@ for the file name .IR path . .PP The corresponding macros defined in -.B +.I are minimum values; if an application wants to take advantage of values which may change, a call to .BR fpathconf () diff --git a/man3/glob.3 b/man3/glob.3 index 47ae1883b8..026cec8bdc 100644 --- a/man3/glob.3 +++ b/man3/glob.3 @@ -64,7 +64,7 @@ call are stored in the structure pointed to by which is a .B glob_t which is declared in -.B +.I and includes the following elements defined by POSIX.2 (more may be present as an extension): .PP diff --git a/man3/localeconv.3 b/man3/localeconv.3 index c31c5c665c..961fba78a0 100644 --- a/man3/localeconv.3 +++ b/man3/localeconv.3 @@ -36,7 +36,7 @@ The function returns a pointer to a .I struct lconv for the current locale. This structure is defined in the header-file -.B locale.h +.I and contains all values associated with the locale categories .B LC_NUMERIC and diff --git a/man3/netlink.3 b/man3/netlink.3 index 8057315cc0..625971c652 100644 --- a/man3/netlink.3 +++ b/man3/netlink.3 @@ -26,7 +26,7 @@ netlink \- Netlink macros .BI "int NLMSG_PAYLOAD(struct nlmsghdr *" nlh ", int " len ); .fi .SH DESCRIPTION -.I netlink.h +.I defines several standard macros to access or create a netlink datagram. They are similar in spirit to the macros defined in .BR cmsg (3) diff --git a/man3/stdarg.3 b/man3/stdarg.3 index d8b3e707e6..5e8a2590c6 100644 --- a/man3/stdarg.3 +++ b/man3/stdarg.3 @@ -54,7 +54,7 @@ stdarg \- variable argument lists .SH DESCRIPTION A function may be called with a varying number of arguments of varying types. The include file -.I stdarg.h +.I declares a type .B va_list and defines three macros for stepping through a list of arguments whose diff --git a/man5/environ.5 b/man5/environ.5 index dbfe642dcd..fdbf295f40 100644 --- a/man5/environ.5 +++ b/man5/environ.5 @@ -46,7 +46,7 @@ The variable points to an array of strings called the `environment'. (This variable must be declared in the user program, but is declared in the header file -.I unistd.h +.I in case the header files came from libc4 or libc5, and in case they came from glibc and .B _GNU_SOURCE 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 +.I 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 +.I 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 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 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 +.I 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 +.I include file for valid IP protocols. .SH "SOCKET OPTIONS" @@ -260,5 +260,5 @@ for path MTU discovery. .B RFC\ 791 and the -.B +.I 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 +.IR 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 . +.IR . .B CONFIG_EXPERIMENTAL might also imply that future versions of the interface are not binary compatible.