]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 23 Jun 2007 07:19:07 +0000 (07:19 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 23 Jun 2007 07:19:07 +0000 (07:19 +0000)
24 files changed:
man1/time.1
man2/capget.2
man2/connect.2
man2/getsockopt.2
man2/gettimeofday.2
man2/listen.2
man2/mknod.2
man2/open.2
man2/ptrace.2
man2/recv.2
man2/semget.2
man2/semop.2
man2/send.2
man2/setuid.2
man2/shmop.2
man2/signal.2
man2/stat.2
man2/statvfs.2
man3/alloca.3
man3/bsd_signal.3
man3/catopen.3
man3/clock.3
man3/getpass.3
man3/setlocale.3

index 0b7fe9bef57d16d084ff0a6d3a10bbba6862ae11..baf0ab025456393adec8a5f9c19a78d36bb5e27a 100644 (file)
@@ -63,7 +63,7 @@ and some other non-zero value (1-125) if something else went wrong.
 .SH ENVIRONMENT
 The variables
 .BR LANG ,
-.BR LC_ALL , 
+.BR LC_ALL ,
 .BR LC_CTYPE ,
 .BR LC_MESSAGES ,
 .BR LC_NUMERIC ,
index 13aa63bc64a6ef72ecb30fa5a9ab7da258189971..6fca40c967b768a51d957f5f454fb489ac2602a3 100644 (file)
@@ -148,10 +148,10 @@ These system calls are Linux specific.
 .SH NOTES
 The portable interface to the capability querying and setting
 functions is provided by the
-.B libcap
+.I libcap
 library and is available from here:
 .br
-.B ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs
+.I ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs
 .SH "SEE ALSO"
 .BR clone (2),
 .BR gettid (2),
index e674ddd42627f3a835662525b398d883ed1c56cd..1fc52c780868dcd60f7d57d2afa4c1ecbb692d21 100644 (file)
@@ -118,7 +118,7 @@ Connectionless sockets may
 dissolve the association by connecting to an address with the
 .I sa_family
 member of
-.B sockaddr
+.I sockaddr
 set to
 .BR AF_UNSPEC .
 .SH "RETURN VALUE"
@@ -156,7 +156,7 @@ No more free local ports or insufficient entries in the routing cache.
 For
 .B PF_INET
 see the
-.B net.ipv4.ip_local_port_range
+.I net.ipv4.ip_local_port_range
 sysctl in
 .BR ip (7)
 on how to increase the number of local ports.
index 17801caab1f46624f8e0e6816dc05bd9a335586a..1add2784808ab03966827af4d167096d55b5bce0 100644 (file)
@@ -180,7 +180,9 @@ file, and portable applications are probably wise to include it.
 The
 .I optlen
 argument of
-.BR getsockopt " and " setsockopt
+.BR getsockopt ()
+and
+.BR setsockopt ()
 is in reality an
 .I "int [*]"
 (and this is what 4.x BSD and libc4 and libc5 have).
index b6bdb3c4afe92a55a4bb5f4bbdb0d27eb0f01570..03fe5a9e8049115f86910451045ccdfb440a2c38 100644 (file)
@@ -222,11 +222,11 @@ but not
 The prototype for
 .BR settimeofday ()
 and the defines for
-.BR timercmp ,
-.BR timerisset ,
-.BR timerclear ,
-.BR timeradd ,
-.BR timersub
+.BR timercmp (),
+.BR timerisset (),
+.BR timerclear (),
+.BR timeradd (),
+.BR timersub ()
 are (since glibc 2.2.2) only available if
 .B _BSD_SOURCE
 is defined.
index 891fce783657ff147965daaa6dff7df4f0b6ef82..4a2d181bd6e38e9f3d92749a9dd15735efeab9a9 100644 (file)
@@ -119,7 +119,7 @@ established sockets waiting to be accepted,
 instead of the number of incomplete connection requests.
 The maximum length of the queue for incomplete sockets
 can be set using the
-.B tcp_max_syn_backlog
+.I tcp_max_syn_backlog
 sysctl.
 When syncookies are enabled there is no logical maximum
 length and this sysctl setting is ignored.
index 93bd823c87bfed648b9c5e00dad9799eaba4f02f..8bd8da776565eb804ccc8716d9119eb7bd4a0c5b 100644 (file)
@@ -41,9 +41,9 @@ It should be a combination (using bitwise OR) of one of the file types
 listed below and the permissions for the new node.
 
 The permissions are modified by the process's
-.BR umask
+.IR umask
 in the usual way: the permissions of the created node are
-.BR "(mode & ~umask)" .
+.IR "(mode & ~umask)" .
 
 The file type must be one of
 .BR S_IFREG ,
index 8f0e1aab8f5833eacc67440f3e81ee3cb965eda4..56fcc6d4c4e729f590c19db8d40a8c9b5fcb44a8 100644 (file)
@@ -308,9 +308,9 @@ The argument
 specifies the permissions to use in case a new file is created.
 It is
 modified by the process's
-.BR umask
+.IR umask
 in the usual way: the permissions of the created file are
-.BR "(mode & ~umask)" .
+.IR "(mode & ~umask)" .
 Note that this mode only applies to future accesses of the
 newly created file; the
 .BR open ()
index cb8c146f34773ecf3b2ccb07e1d38cbe183ad696..6a86193273c93562a29d443afb53f64a3f4dad44 100644 (file)
@@ -426,7 +426,7 @@ non-root processes cannot trace processes that they
 cannot send signals to or those running
 set-user-ID/set-group-ID programs, for obvious reasons.
 Alternatively, the process may already be being traced, or be
-.BR init
+.BR init (8)
 (PID 1).
 .TP
 .B ESRCH
index 185d1cb8da86607b3c3a7697dbf38dcaff5bc9b9..c1c7ff3eeb8d0644d627ccf4972acbe19223f094 100644 (file)
@@ -191,11 +191,11 @@ struct sockaddr *SO_EE_OFFENDER(struct sock_extended_err *);
 .fi
 .in -0.25i
 .IP
-.B ee_errno
+.I ee_errno
 contains the
 .I errno
 number of the queued error.
-.B ee_origin
+.I ee_origin
 is the origin code of where the error originated.
 The other fields are protocol specific.
 The macro
@@ -205,11 +205,11 @@ where the error originated from given a pointer to the ancillary message.
 If this address is not known, the
 .I sa_family
 member of the
-.B sockaddr
+.I sockaddr
 contains
 .B AF_UNSPEC
 and the other fields of the
-.B sockaddr
+.I sockaddr
 are undefined.
 The payload of the packet that caused the error is passed as normal data.
 .IP
index e6ecc398838576f088ffc47da09c32d079315ee5..f0ec7310073e745d0d5a7c04ce39bc47fe16016e 100644 (file)
@@ -176,7 +176,7 @@ capability.
 .TP
 .B EEXIST
 A semaphore set exists for
-.B key
+.I key
 and
 .I semflg
 specified both
index 940a9e12fc3f4f6a7b71304c9291238e4aa542fd..98ce1d52d6b7eea9a64f1f8f3fe4c82a731aaf8b 100644 (file)
@@ -280,7 +280,7 @@ behaves identically to
 except that in those cases were the calling process would sleep,
 the duration of that sleep is limited by the amount of elapsed
 time specified by the
-.B timespec
+.I timespec
 structure whose address is passed in the
 .I timeout
 parameter.
index 393211ddead2bad80e520fdcb1ffd8ee397f417d..fd9b2f307107491d3220e594b8b67d2436f26c02 100644 (file)
@@ -256,7 +256,7 @@ and
 members.
 The maximum control buffer length the kernel can process is limited
 per socket by the
-.B net.core.optmem_max
+.I net.core.optmem_max
 sysctl; see
 .BR socket (7).
 .\" Still to be documented:
index 19f105018e71645055ca3df1d0f7ac1787b39ab2..e54577db692644ef6c2c503b0e3f31e845fe2b30 100644 (file)
@@ -75,7 +75,7 @@ The
 .I uid
 does not match the current uid and
 .I uid
-brings process over its 
+brings process over its
 .BR RLIMIT_NPROC
 resource limit.
 .TP
index 5679a0d3f1c583aca80a23aebae5cc32b1054672..ffc4defca45c40fa50474a00055c9d39c6da13a3 100644 (file)
@@ -115,7 +115,7 @@ one, and more than once, in the process's address space.
 A successful
 .BR shmat ()
 call updates the members of the
-.B shmid_ds
+.I shmid_ds
 structure (see
 .BR shmctl (2))
 associated with the shared memory segment as follows:
index e74f3b9cfa3309a9ff07a1533838a6e131da02de..f7dd0f129e27449e1dcd797eda28c0a50b4d0c67 100644 (file)
@@ -137,7 +137,7 @@ for a list of the async-signal-safe functions that can be
 safely called inside from inside a signal handler.
 .PP
 The use of
-.B sighandler_t
+.I sighandler_t
 is a GNU extension.
 Various versions of libc predefine this type; libc4 and libc5 define
 .IR SignalHandler ,
index 33a3b16da07acb071074cda005648a922a3375e9..b52a387ea1ebac12be478c7416cebd92ff88c4fb 100644 (file)
@@ -250,7 +250,7 @@ the directory, not from the effective group ID of the creating process,
 and directories created there will also get the
 .B S_ISGID
 bit set.
-For a file that does not have the group execution bit 
+For a file that does not have the group execution bit
 .RB ( S_IXGRP )
 set,
 the set-group-ID bit indicates mandatory file/record locking.
@@ -319,14 +319,14 @@ The interpretation differs between systems,
 and possibly on a single system when NFS mounts are involved.)
 .LP
 POSIX does not describe the
-.BR S_IFMT , 
-.BR S_IFSOCK , 
-.BR S_IFLNK , 
-.BR S_IFREG , 
+.BR S_IFMT ,
+.BR S_IFSOCK ,
+.BR S_IFLNK ,
+.BR S_IFREG ,
 .BR S_IFBLK ,
-.BR S_IFDIR , 
-.BR S_IFCHR , 
-.BR S_IFIFO , 
+.BR S_IFDIR ,
+.BR S_IFCHR ,
+.BR S_IFIFO ,
 .BR S_ISVTX
 bits, but instead demands the use of
 the macros
@@ -340,14 +340,14 @@ macros are not in
 POSIX.1-1996, but both are present in POSIX.1-2001;
 the former is from SVID 4, the latter from SUSv2.
 .LP
-Unix V7 (and later systems) had 
-.BR S_IREAD , 
-.BR S_IWRITE , 
+Unix V7 (and later systems) had
+.BR S_IREAD ,
+.BR S_IWRITE ,
 .BR S_IEXEC ,
 where POSIX
-prescribes the synonyms 
-.BR S_IRUSR , 
-.BR S_IWUSR , 
+prescribes the synonyms
+.BR S_IRUSR ,
+.BR S_IWUSR ,
 .BR S_IXUSR .
 .SS "Other Systems"
 Values that have been (or are) in use on various systems:
index 0c21de9355d753b634dad6e6a234a633e3f0f5c7..0619cf17a07fa7520227d8e731b70ed50f52ef0f 100644 (file)
@@ -62,9 +62,9 @@ struct statvfs {
 .fi
 
 Here the types
-.B fsblkcnt_t
+.I fsblkcnt_t
 and
-.B fsfilcnt_t
+.I fsfilcnt_t
 are defined in
 .IR <sys/types.h> .
 Both used to be
index f459f16ab770925bf824eec9d1ecb523ceda19f4..6ef487ac6311b15927747ad45406764e778b2335 100644 (file)
@@ -67,7 +67,7 @@ This function is not in POSIX.1-2001.
 .SH NOTES
 .SS Notes on the GNU Version
 Normally,
-.B gcc
+.B gcc (1)
 translates calls to
 .BR alloca ()
 by inlined code.
index 9aa4a3abe305acc9891605d217b3cd7922199ce1..81cdd9c9b29caba3e6a62cce2424b0fa5392e14e 100644 (file)
@@ -79,10 +79,9 @@ provided unreliable signal semantics; see
 for details.
 
 The use of
-.B sighandler_t
+.I sighandler_t
 is a GNU extension;
-this type is only defined if
-the
+this type is only defined if the
 .B _GNU_SOURCE
 feature test macro is defined.
 .SH "SEE ALSO"
index 69637dfd679f8b179cebe4381d8d3e35bab2448f..fae0b787c1ce5f7157e0feed2e626a63bd75b3f2 100644 (file)
@@ -147,7 +147,7 @@ POSIX.1-2001.
 .\" .IR "and should be set to 0" .
 It is unclear what the source was for the constants
 .B MCLoadBySet
-and 
+and
 .B MCLoadAll
 (see below).
 .SH NOTES
index 8eb917485f7f8f04c5e6d42a5b2d1828c404e309..820e3eb0c3e686d8693d615930af08891575baa3 100644 (file)
@@ -39,11 +39,12 @@ The
 function returns an approximation of processor time used by the program.
 .SH "RETURN VALUE"
 The value returned is the CPU time used so far as a
-.BR clock_t ;
+.IR clock_t ;
 to get the number of seconds used, divide by
 .BR CLOCKS_PER_SEC .
 If the processor time used is not available or its value cannot
-be represented, the function returns the value (clock_t)\-1.
+be represented, the function returns the value
+.BR (clock_t)\-1 .
 .SH "CONFORMING TO"
 C89, C99, POSIX.1-2001.
 POSIX requires that CLOCKS_PER_SEC equals 1000000 independent
index 3353139a58e992748a705c5e45fd47b03ba45241..15aa60e216e03d742ffb2350e9aa9e848d280aa9 100644 (file)
@@ -115,7 +115,7 @@ or
 .BR _SC_PASS_MAX .
 Glibc2 accepts
 .BR _SC_PASS_MAX
-and returns 
+and returns
 .B BUFSIZ
 (e.g., 8192).
 .SH BUGS
index c793b0d64b019c5228ed846a38eaaaf0a7de1255..efe58917076b6c8eb75a62967d3d4145fa468b27 100644 (file)
@@ -101,10 +101,10 @@ the environment variable
 is inspected,
 next the environment variable with the same name as the category
 .RM ( LC_COLLATE ,
-.BR LC_CTYPE , 
-.BR LC_MESSAGES , 
-.BR LC_MONETARY , 
-.BR LC_NUMERIC , 
+.BR LC_CTYPE ,
+.BR LC_MESSAGES ,
+.BR LC_MONETARY ,
+.BR LC_NUMERIC ,
 .BR LC_TIME )
 and finally the environment variable
 .BR LANG .