diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/CPU_SET.3 | 4 | ||||
| -rw-r--r-- | man3/bindresvport.3 | 2 | ||||
| -rw-r--r-- | man3/crypt.3 | 2 | ||||
| -rw-r--r-- | man3/dladdr.3 | 4 | ||||
| -rw-r--r-- | man3/expm1.3 | 6 | ||||
| -rw-r--r-- | man3/killpg.3 | 2 | ||||
| -rw-r--r-- | man3/lockf.3 | 4 | ||||
| -rw-r--r-- | man3/log.3 | 6 | ||||
| -rw-r--r-- | man3/log1p.3 | 6 | ||||
| -rw-r--r-- | man3/logb.3 | 6 | ||||
| -rw-r--r-- | man3/nan.3 | 2 | ||||
| -rw-r--r-- | man3/pthread_join.3 | 2 | ||||
| -rw-r--r-- | man3/setlocale.3 | 4 | ||||
| -rw-r--r-- | man3/y0.3 | 18 |
14 files changed, 34 insertions, 34 deletions
diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index 1546b15b35..eecd6b40ae 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -188,12 +188,12 @@ The following macros are used to allocate and deallocate CPU sets: .BR CPU_ALLOC () Allocate a CPU set large enough to hold CPUs in the range 0 to -.IR num_cpus-1 . +.IR num_cpus\-1 . .TP .BR CPU_ALLOC_SIZE () Return the size in bytes of the CPU set that would be needed to hold CPUs in the range 0 to -.IR num_cpus-1 . +.IR num_cpus\-1 . This macro provides the value that can be used for the .I setsize argument in the diff --git a/man3/bindresvport.3 b/man3/bindresvport.3 index 805a784cd5..27c3f82311 100644 --- a/man3/bindresvport.3 +++ b/man3/bindresvport.3 @@ -89,7 +89,7 @@ All privileged ports are in use. .BR EAFNOSUPPORT " (" EPFNOSUPPORT " in glibc 2.7 and earlier)" .I sin is not NULL and -.I sin->sin_family +.I sin\->sin_family is not .BR AF_INET . .SH ATTRIBUTES diff --git a/man3/crypt.3 b/man3/crypt.3 index b3821e97b8..a73c8facc2 100644 --- a/man3/crypt.3 +++ b/man3/crypt.3 @@ -129,7 +129,7 @@ The structure pointed to by is used to store result data and bookkeeping information. Other than allocating it, the only thing that the caller should do with this structure is to set -.I data->initialized +.I data\->initialized to zero before the first call to .BR crypt_r (). .SH RETURN VALUE diff --git a/man3/dladdr.3 b/man3/dladdr.3 index 6bc7b1993e..4e89258775 100644 --- a/man3/dladdr.3 +++ b/man3/dladdr.3 @@ -217,9 +217,9 @@ If the address specified in .I addr could be matched to a shared object, but not to a symbol in the shared object, then the -.I info->dli_sname +.I info\->dli_sname and -.I info->dli_saddr +.I info\->dli_saddr fields are set to NULL. .PP If the address specified in diff --git a/man3/expm1.3 b/man3/expm1.3 index 73812186c0..373347abc7 100644 --- a/man3/expm1.3 +++ b/man3/expm1.3 @@ -100,10 +100,10 @@ is negative infinity, \-1 is returned. .PP If the result overflows, a range error occurs, and the functions return -.RB - HUGE_VAL , -.RB - HUGE_VALF , +.RB \- HUGE_VAL , +.RB \- HUGE_VALF , or -.RB - HUGE_VALL , +.RB \- HUGE_VALL , respectively. .SH ERRORS See diff --git a/man3/killpg.3 b/man3/killpg.3 index 590403e451..fa2d3bcb50 100644 --- a/man3/killpg.3 +++ b/man3/killpg.3 @@ -128,7 +128,7 @@ only when the permission check failed for all target processes. On Linux, .BR killpg () is implemented as a library function that makes the call -.IR "kill(-pgrp,\ sig)" . +.IR "kill(\-pgrp,\ sig)" . .SH SEE ALSO .BR getpgrp (2), .BR kill (2), diff --git a/man3/lockf.3 b/man3/lockf.3 index 64a097aba8..486cc97df4 100644 --- a/man3/lockf.3 +++ b/man3/lockf.3 @@ -183,12 +183,12 @@ POSIX.1-2001, POSIX.1-2008, SVr4. .PP .I locks.txt and -.I mandatory-locking.txt +.I mandatory\-locking.txt in the Linux kernel source directory .IR Documentation/filesystems (on older kernels, these files are directly under the .I Documentation directory, and -.I mandatory-locking.txt +.I mandatory\-locking.txt is called .IR mandatory.txt ) diff --git a/man3/log.3 b/man3/log.3 index 7cd27c7a90..1c8a8ee96f 100644 --- a/man3/log.3 +++ b/man3/log.3 @@ -84,10 +84,10 @@ If .I x is zero, then a pole error occurs, and the functions return -.RB - HUGE_VAL , -.RB - HUGE_VALF , +.RB \- HUGE_VAL , +.RB \- HUGE_VALF , or -.RB - HUGE_VALL , +.RB \- HUGE_VALL , respectively. .PP If diff --git a/man3/log1p.3 b/man3/log1p.3 index 832d98db4e..5f947678a2 100644 --- a/man3/log1p.3 +++ b/man3/log1p.3 @@ -89,10 +89,10 @@ If .I x is \-1, a pole error occurs, and the functions return -.RB - HUGE_VAL , -.RB - HUGE_VALF , +.RB \- HUGE_VAL , +.RB \- HUGE_VALF , or -.RB - HUGE_VALL , +.RB \- HUGE_VALL , respectively. .PP If diff --git a/man3/logb.3 b/man3/logb.3 index ee8585f452..284719f44b 100644 --- a/man3/logb.3 +++ b/man3/logb.3 @@ -98,10 +98,10 @@ a NaN is returned. If .I x is zero, then a pole error occurs, and the functions return -.RB - HUGE_VAL , -.RB - HUGE_VALF , +.RB \- HUGE_VAL , +.RB \- HUGE_VALF , or -.RB - HUGE_VALL , +.RB \- HUGE_VALL , respectively. .PP If diff --git a/man3/nan.3 b/man3/nan.3 index acdcfc573b..3c24f4977e 100644 --- a/man3/nan.3 +++ b/man3/nan.3 @@ -41,7 +41,7 @@ If the implementation does not support quiet NaNs, these functions return zero. .PP The call -.I nan("char-sequence") +.I nan("char\-sequence") is equivalent to: .PP .in +4n diff --git a/man3/pthread_join.3 b/man3/pthread_join.3 index bfb15736e0..74b636b1cf 100644 --- a/man3/pthread_join.3 +++ b/man3/pthread_join.3 @@ -134,7 +134,7 @@ and when enough zombie threads have accumulated, it will no longer be possible to create new threads (or processes). .PP There is no pthreads analog of -.IR "waitpid(-1,\ &status,\ 0)" , +.IR "waitpid(\-1,\ &status,\ 0)" , that is, "join with any terminated thread". If you believe you need this functionality, you probably need to rethink your application design. diff --git a/man3/setlocale.3 b/man3/setlocale.3 index e4e2ebca9e..d8ae7111b4 100644 --- a/man3/setlocale.3 +++ b/man3/setlocale.3 @@ -147,9 +147,9 @@ is an ISO 639 language code, is an ISO 3166 country code, and .I codeset is a character set or encoding identifier like -.B "ISO-8859-1" +.B "ISO\-8859\-1" or -.BR "UTF-8" . +.BR "UTF\-8" . For a list of all supported locales, try "locale \-a" (see .BR locale (1)). .PP @@ -132,10 +132,10 @@ If is negative, a domain error occurs, and the functions return -.RB - HUGE_VAL , -.RB - HUGE_VALF , +.RB \- HUGE_VAL , +.RB \- HUGE_VALF , or -.RB - HUGE_VALL , +.RB \- HUGE_VALL , respectively. (POSIX.1-2001 also allows a NaN return for this case.) .PP @@ -144,10 +144,10 @@ If is 0.0, a pole error occurs, and the functions return -.RB - HUGE_VAL , -.RB - HUGE_VALF , +.RB \- HUGE_VAL , +.RB \- HUGE_VALF , or -.RB - HUGE_VALL , +.RB \- HUGE_VALL , respectively. .PP If the result underflows, @@ -157,10 +157,10 @@ and the functions return 0.0 If the result overflows, a range error occurs, and the functions return -.RB - HUGE_VAL , -.RB - HUGE_VALF , +.RB \- HUGE_VAL , +.RB \- HUGE_VALF , or -.RB - HUGE_VALL , +.RB \- HUGE_VALL , respectively. (POSIX.1-2001 also allows a 0.0 return for this case.) .SH ERRORS |
