]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Formatting fixes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 3 Nov 2005 12:47:27 +0000 (12:47 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 3 Nov 2005 12:47:27 +0000 (12:47 +0000)
14 files changed:
man2/socket.2
man3/assert.3
man3/assert_perror.3
man3/fpathconf.3
man3/glob.3
man3/localeconv.3
man3/netlink.3
man3/stdarg.3
man5/environ.5
man7/locale.7
man7/packet.7
man7/raw.7
man7/rtnetlink.7
man7/x25.7

index ec8262c275863a75879c2815d1edbf8909cb0ef6..b6b5c15340a9d5448498134490149d213302d223 100644 (file)
@@ -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 <sys/socket.h> .
+.IR <sys/socket.h> .
 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 <sys/socket.h> .
+.IR <sys/socket.h> .
 The functions
 .BR setsockopt (2)
 and
index 9f3c2f4dd7d01e3aa0a6aef328f35ad2bf464bcd..c33dbded65aef18a74623f7761e4f6b4ec64672a 100644 (file)
@@ -35,7 +35,7 @@ assert \- abort the program if assertion is false
 If the macro
 .B NDEBUG
 was defined at the moment
-.B <assert.h>
+.I <assert.h>
 was last included, the macro
 .BR assert ()
 generates no code, and hence does nothing at all.
index 7d3abeeef2c0e5756ad634c0550b30544fafe051..492e05e5ae6ebbf304875264d51ba25af7c33f38 100644 (file)
@@ -36,7 +36,7 @@ assert_perror \- test errnum and abort
 If the macro
 .B NDEBUG
 was defined at the moment
-.B <assert.h>
+.I <assert.h>
 was last included, the macro
 .BR assert_perror ()
 generates no code, and hence does nothing at all.
index 619115851efae3177c3c7b291d4c34bb75630a1c..8fd9cd02e09250f5cf27041c4c38398a4ee245a3 100644 (file)
@@ -46,7 +46,7 @@ for the file name
 .IR path .
 .PP
 The corresponding macros defined in
-.B <unistd.h>
+.I <unistd.h>
 are minimum values; if an application wants to take advantage of values
 which may change, a call to
 .BR fpathconf ()
index 47ae1883b88cf2713a6cc01be84b6c29f8f37fbb..026cec8bdca5eda6ebae03268b10b7f8eb54eef1 100644 (file)
@@ -64,7 +64,7 @@ call are stored in the structure pointed to by
 which is a
 .B glob_t
 which is declared in
-.B <glob.h>
+.I <glob.h>
 and includes the following elements defined by POSIX.2 (more may be
 present as an extension):
 .PP
index c31c5c665c3c752024cbedb7d80cbbe4edd2ddbc..961fba78a019147e117ebe61e816ef673d10890a 100644 (file)
@@ -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 <locale.h>
 and contains all values associated with the locale categories
 .B LC_NUMERIC
 and
index 8057315cc00156d661643d35bb2130beeaac1b3c..625971c65208accdf07066a97012922859280866 100644 (file)
@@ -26,7 +26,7 @@ netlink \- Netlink macros
 .BI "int NLMSG_PAYLOAD(struct nlmsghdr *" nlh ", int " len );
 .fi
 .SH DESCRIPTION
-.I netlink.h 
+.I <linux/netlink.h>
 defines several standard macros to access or create a netlink datagram.
 They are similar in spirit to the macros defined in 
 .BR cmsg (3)
index d8b3e707e645f1ff867a4eb3327b261b3bd84dbd..5e8a2590c640a463562147d9db0247853eeb5425 100644 (file)
@@ -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 <stdarg.h>
 declares a type
 .B va_list
 and defines three macros for stepping through a list of arguments whose
index dbfe642dcdc53cfeb50fe271c1098e661547be98..fdbf295f40887ad25e81efa0c44804d320365661 100644 (file)
@@ -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 <unistd.h>
 in case the header files came from libc4 or libc5, and
 in case they came from glibc and
 .B _GNU_SOURCE
index ecc0aa0ec31b34fef10f4ecfa279cac37a18d31c..c07520f12562d3f203478549aacd042d82af0537 100644 (file)
@@ -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
index 251be91b038d1e141044bebb46196a1c7cd122f3..bb57d7f560e5f76fbed73689b4ec6874a9701e25 100644 (file)
@@ -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.  
index 0c8aa7cb10635399922fa9b01ddb8f23deb4e004..7febc402c72989438d88c0c26931ec12bd0ed333 100644 (file)
@@ -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.
index 8842e3a28736793eb7fe952c1d074d785b9fbaa1..16299add11e2b6b91decf57bc316ce9d511e716f 100644 (file)
@@ -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 
index 5ab095f89417bee65ffc17b3003cf09d7ed83fd1..d40b08e28f3ac8c7f054401fac7127476f75473e 100644 (file)
@@ -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.