]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Various pages: use "\-" to generate real minus in circumstances where appropriate
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 21 Jan 2021 09:53:59 +0000 (10:53 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 21 Jan 2021 09:53:59 +0000 (10:53 +0100)
Use \- for math formulas, pathnames, manual page cross references,
etc.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
50 files changed:
man1/ldd.1
man1/locale.1
man1/localedef.1
man2/add_key.2
man2/bpf.2
man2/cacheflush.2
man2/capget.2
man2/fcntl.2
man2/kexec_load.2
man2/keyctl.2
man2/migrate_pages.2
man2/move_pages.2
man2/open.2
man2/open_by_handle_at.2
man2/ptrace.2
man2/rt_sigqueueinfo.2
man2/stat.2
man2/sync_file_range.2
man2/timer_settime.2
man3/CPU_SET.3
man3/bindresvport.3
man3/crypt.3
man3/dladdr.3
man3/expm1.3
man3/killpg.3
man3/lockf.3
man3/log.3
man3/log1p.3
man3/logb.3
man3/nan.3
man3/pthread_join.3
man3/setlocale.3
man3/y0.3
man5/elf.5
man5/locale.5
man5/proc.5
man5/sysfs.5
man7/attributes.7
man7/bootparam.7
man7/ddp.7
man7/environ.7
man7/locale.7
man7/math_error.7
man7/mount_namespaces.7
man7/namespaces.7
man7/numa.7
man7/sched.7
man7/uri.7
man8/ld.so.8
man8/ldconfig.8

index d0c0492843c7fbc9cbb8cbf1936dbc94289c4132..75b220d67da7b8a946097a953cdec0123103480e 100644 (file)
@@ -59,9 +59,9 @@ For each dependency,
 displays the location of the matching object
 and the (hexadecimal) address at which it is loaded.
 (The
-.I linux-vdso
+.I linux\-vdso
 and
-.I ld-linux
+.I ld\-linux
 shared dependencies are special; see
 .BR vdso (7)
 and
@@ -70,7 +70,7 @@ and
 .SS Security
 Be aware that in some circumstances
 (e.g., where the program specifies an ELF interpreter other than
-.IR ld-linux.so ),
+.IR ld\-linux.so ),
 .\" The circumstances are where the program has an interpreter
 .\" other than ld-linux.so. In this case, ldd tries to execute the
 .\" program directly with LD_TRACE_LOADED_OBJECTS=1, with the
index 5bf4e5344ca0ca2eef6df786b1d04b5fe7b8db3e..10c3e12617bf7ec0e645ea6d0f024c7cec54b6d1 100644 (file)
@@ -73,7 +73,7 @@ The
 command can also be provided with one or more arguments,
 which are the names of locale keywords (for example,
 .IR date_fmt ,
-.IR ctype-class-names ,
+.IR ctype\-class\-names ,
 .IR yesexpr ,
 or
 .IR decimal_point )
index b741f099e55bd46c91090c4ffcc254ba2ea1972d..9cc2f6b8044b70f56343dafc55fb383b661076b7 100644 (file)
@@ -113,7 +113,7 @@ not already been created.
 If no
 .I charmapfile
 is given, the value
-.I ANSI_X3.4-1968
+.I ANSI_X3.4\-1968
 (for ASCII) is used by default.
 If no
 .I inputfile
index 6aa44a47d31f6202c7baf769dfdee4fe1851f7a0..7147ee6828b158ce9e48fd415dd8b95d3a4ee41a 100644 (file)
@@ -69,23 +69,23 @@ Alternatively, it may be one of the following special keyring IDs:
 .TP
 .B KEY_SPEC_THREAD_KEYRING
 This specifies the caller's thread-specific keyring
-.RB ( thread-keyring (7)).
+.RB ( thread\-keyring (7)).
 .TP
 .B KEY_SPEC_PROCESS_KEYRING
 This specifies the caller's process-specific keyring
-.RB ( process-keyring (7)).
+.RB ( process\-keyring (7)).
 .TP
 .B KEY_SPEC_SESSION_KEYRING
 This specifies the caller's session-specific keyring
-.RB ( session-keyring (7)).
+.RB ( session\-keyring (7)).
 .TP
 .B KEY_SPEC_USER_KEYRING
 This specifies the caller's UID-specific keyring
-.RB ( user-keyring (7)).
+.RB ( user\-keyring (7)).
 .TP
 .B KEY_SPEC_USER_SESSION_KEYRING
 This specifies the caller's UID-session keyring
-.RB ( user-session-keyring (7)).
+.RB ( user\-session\-keyring (7)).
 .SS Key types
 The key
 .I type
index 49a5eb88ff71d209dbeb1bf7a38d36f6bfdd1f1f..a181dc03c5036668776d6f818f09de24b5c596a9 100644 (file)
@@ -323,7 +323,7 @@ bpf_map_lookup_elem(map_fd, void *key)
 expects to read 8 bytes from the location pointed to by
 .IR key ,
 but the
-.I fp\ -\ 4
+.I fp\ \-\ 4
 (where
 .I fp
 is the top of the stack)
index 44fc064a815902f2dd1f3a698783e63086477667..a9f87d9e68eccfda6616e5a8ea3d8f2ffb2e47df 100644 (file)
@@ -41,7 +41,7 @@ flushes the contents of the indicated cache(s) for the
 user addresses in the range
 .I addr
 to
-.IR (addr+nbytes-1) .
+.IR (addr+nbytes\-1) .
 .I cache
 may be one of:
 .TP
@@ -66,7 +66,7 @@ to indicate the error.
 Some or all of the address range
 .I addr
 to
-.I (addr+nbytes-1)
+.I (addr+nbytes\-1)
 is not accessible.
 .TP
 .B EINVAL
index ac68342954742e593d1ab503a078a324cf547d10..226a917e7df644a97ee5af3308dc63c0762b166a 100644 (file)
@@ -114,7 +114,7 @@ For
 .BR capget ()
 calls, one can probe the capabilities of any process by specifying its
 process ID with the
-.I hdrp->pid
+.I hdrp\->pid
 field value.
 .PP
 For details on the data, see
@@ -129,7 +129,7 @@ asynchronously setting the capabilities of another.
 That is, on kernels that have VFS capabilities support, when calling
 .BR capset (),
 the only permitted values for
-.I hdrp->pid
+.I hdrp\->pid
 are 0 or, equivalently, the value returned by
 .BR gettid (2).
 .\"
index b07610d3595f49a60376e1dc6286e83821ac44f1..a15f467efbe9208432457499e25dd011d3cb18fb 100644 (file)
@@ -2114,7 +2114,7 @@ It is therefore inadvisable to rely on mandatory locking.
 .BR lslocks (8)
 .PP
 .IR locks.txt ,
-.IR mandatory-locking.txt ,
+.IR mandatory\-locking.txt ,
 and
 .I dnotify.txt
 in the Linux kernel source directory
@@ -2122,6 +2122,6 @@ in the Linux kernel source directory
 (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 )
index e93eb239ea2f29591f59f400af5e0e2eae818fdc..8cd06222911cfe526b1815a18bd029554287db61 100644 (file)
@@ -300,7 +300,7 @@ Two or more of the kernel target buffers overlap.
 .TP
 .B EINVAL
 The value in
-.I cmdline[cmdline_len-1]
+.I cmdline[cmdline_len\-1]
 is not \(aq\e0\(aq.
 .TP
 .B EINVAL
index e14ac7994bdbd12de23aeecce167928bdb5ecd29..99cb65e19d7193c22c38b535a8074b613ad25741 100644 (file)
@@ -940,27 +940,27 @@ otherwise the user-specific keyring.
 .TP
 .BR KEY_REQKEY_DEFL_THREAD_KEYRING
 Use the thread-specific keyring
-.RB ( thread-keyring (7))
+.RB ( thread\-keyring (7))
 as the new default keyring.
 .TP
 .BR KEY_REQKEY_DEFL_PROCESS_KEYRING
 Use the process-specific keyring
-.RB ( process-keyring (7))
+.RB ( process\-keyring (7))
 as the new default keyring.
 .TP
 .BR KEY_REQKEY_DEFL_SESSION_KEYRING
 Use the session-specific keyring
-.RB ( session-keyring (7))
+.RB ( session\-keyring (7))
 as the new default keyring.
 .TP
 .BR KEY_REQKEY_DEFL_USER_KEYRING
 Use the UID-specific keyring
-.RB ( user-keyring (7))
+.RB ( user\-keyring (7))
 as the new default keyring.
 .TP
 .BR KEY_REQKEY_DEFL_USER_SESSION_KEYRING
 Use the UID-specific session keyring
-.RB ( user-session-keyring (7))
+.RB ( user\-session\-keyring (7))
 as the new default keyring.
 .TP
 .BR KEY_REQKEY_DEFL_REQUESTOR_KEYRING " (since Linux 2.6.29)"
@@ -1357,7 +1357,7 @@ via the function
 .BR KEYCTL_GET_PERSISTENT " (since Linux 3.13)"
 .\" commit f36f8c75ae2e7d4da34f4c908cebdb4aa42c977e
 Get the persistent keyring
-.RB ( persistent-keyring (7))
+.RB ( persistent\-keyring (7))
 for a specified user and link it to a specified keyring.
 .IP
 The user ID is specified in
index 60ac6dc6c5bae5dbdaefdc3e940a0c37fcfbc6bb..cbba5350db1b3500f29300fb22a2d5dd1a0754b5 100644 (file)
@@ -167,7 +167,7 @@ nodes used by
 The
 .I <numaif.h>
 header is not included with glibc, but requires installing
-.I libnuma-devel
+.I libnuma\-devel
 or a similar package.
 .SH SEE ALSO
 .BR get_mempolicy (2),
index e513d5baadf9301a186e9d15443fccb290835fab..6ed3fd6821fe33c90967034dc1217cac4a3f1e54 100644 (file)
@@ -245,7 +245,7 @@ nodes used by
 The
 .I <numaif.h>
 header is not included with glibc, but requires installing
-.I libnuma-devel
+.I libnuma\-devel
 or a similar package.
 .SH SEE ALSO
 .BR get_mempolicy (2),
index 36d8161b1d9e7bace341e73b45c20038b1c37aeb..b30dc1532f8760573ac7ea11bd9624dc43bfce16 100644 (file)
@@ -1208,7 +1208,7 @@ The usual scenario here is that an application compiled
 on a 32-bit platform without
 .I \-D_FILE_OFFSET_BITS=64
 tried to open a file whose size exceeds
-.I (1<<31)-1
+.I (1<<31)\-1
 bytes;
 see also
 .B O_LARGEFILE
index 35f888d4400042cd9b87137064834db0974280d6..09349066d55fc6a36389eaa2ada8b0045f1ecdc0 100644 (file)
@@ -101,12 +101,12 @@ field is updated to contain the number of bytes actually written to
 The caller can discover the required size for the
 .I file_handle
 structure by making a call in which
-.IR handle->handle_bytes
+.IR handle\->handle_bytes
 is zero;
 in this case, the call fails with the error
 .BR EOVERFLOW
 and
-.IR handle->handle_bytes
+.IR handle\->handle_bytes
 is set to indicate the required size;
 the caller can then use this information to allocate a structure
 of the correct size (see EXAMPLES below).
@@ -334,10 +334,10 @@ The filesystem does not support decoding of a pathname to a file handle.
 .TP
 .B EOVERFLOW
 The
-.I handle->handle_bytes
+.I handle\->handle_bytes
 value passed into the call was too small.
 When this error occurs,
-.I handle->handle_bytes
+.I handle\->handle_bytes
 is updated to indicate the required size for the handle.
 .\"
 .\"
@@ -354,7 +354,7 @@ is not an open file descriptor.
 points outside your accessible address space.
 .TP
 .B EINVAL
-.I handle->handle_bytes
+.I handle\->handle_bytes
 is greater than
 .BR MAX_HANDLE_SZ
 or is equal to zero.
@@ -759,7 +759,7 @@ The
 and
 .I libmount
 documentation in the latest
-.I util-linux
+.I util\-linux
 release at
 .UR https://www.kernel.org/pub/linux/utils/util\-linux/
 .UE
index 11ef7be3304583b2dd73e2f28e87dba5f39398bb..17e415ba21bd9158c4bf0ad9818f5dc11af0940a 100644 (file)
@@ -1788,7 +1788,7 @@ by examining registers.
 For example, on x86,
 .I rax
 ==
-.RB - ENOSYS
+.RB \- ENOSYS
 in syscall-enter-stop.
 Since
 .B SIGTRAP
@@ -1798,7 +1798,7 @@ syscall-exit-stop,
 and at this point
 .I rax
 almost never contains
-.RB - ENOSYS ,
+.RB \- ENOSYS ,
 the
 .B SIGTRAP
 looks like "syscall-stop which is not syscall-enter-stop";
index 701ec18059482655b700753f37299d996bb88dce..a5a5fc6626704be1e23ba4315764779d094edc8f 100644 (file)
@@ -162,7 +162,7 @@ For the required permissions, see
 .B EPERM
 .I tgid
 specifies a process other than the caller and
-.I info->si_code
+.I info\->si_code
 is invalid.
 .TP
 .B ESRCH
index f403124902e56deadf77b757659cc182ded58d46..734c74b040f329cfcd477dffcc7ca00285b990e1 100644 (file)
@@ -428,7 +428,7 @@ an application compiled on a 32-bit platform without
 calls
 .BR stat ()
 on a file whose size exceeds
-.I (1<<31)-1
+.I (1<<31)\-1
 bytes.
 .PP
 The following additional errors can occur for
index 778c6b9f639b32bd4fc909c48cbaacb49420333a..9ddeb0e17a93c17f8bb7eef1d947779c673d413a 100644 (file)
@@ -56,7 +56,7 @@ through to the end of file are synchronized.
 Synchronization is in units of the system page size:
 .I offset
 is rounded down to a page boundary;
-.I (offset+nbytes-1)
+.I (offset+nbytes\-1)
 is rounded up to a page boundary.
 .PP
 The
index 5e1de256a555fd75a53d0d37fc264e448e6bc5dc..e6b299f4634d833ae839080d04e55aca3f532a2b 100644 (file)
@@ -88,7 +88,7 @@ that was specified when the timer was created by
 .BR timer_create (2).
 .PP
 If
-.I new_value->it_value
+.I new_value\->it_value
 specifies a nonzero value (i.e., either subfield is nonzero), then
 .BR timer_settime ()
 arms (starts) the timer,
@@ -96,25 +96,25 @@ setting it to initially expire at the given time.
 (If the timer was already armed,
 then the previous settings are overwritten.)
 If
-.I new_value->it_value
+.I new_value\->it_value
 specifies a zero value
 (i.e., both subfields are zero),
 then the timer is disarmed.
 .PP
 The
-.I new_value->it_interval
+.I new_value\->it_interval
 field specifies the period of the timer, in seconds and nanoseconds.
 If this field is nonzero, then each time that an armed timer expires,
 the timer is reloaded from the value specified in
-.IR new_value->it_interval .
+.IR new_value\->it_interval .
 If
-.I new_value->it_interval
+.I new_value\->it_interval
 specifies a zero value,
 then the timer expires just once, at the time specified by
 .IR it_value .
 .PP
 By default, the initial expiration time specified in
-.I new_value->it_value
+.I new_value\->it_value
 is interpreted relative to the current time on the timer's
 clock at the time of the call.
 This can be modified by specifying
@@ -122,11 +122,11 @@ This can be modified by specifying
 in
 .IR flags ,
 in which case
-.I new_value->it_value
+.I new_value\->it_value
 is interpreted as an absolute value as measured on the timer's clock;
 that is, the timer will expire when the clock value reaches the
 value specified by
-.IR new_value->it_value .
+.IR new_value\->it_value .
 If the specified absolute time has already passed,
 then the timer expires immediately,
 and the overrun count (see
@@ -148,10 +148,10 @@ If
 .I old_value
 is not NULL, then it points to a buffer
 that is used to return the previous interval of the timer (in
-.IR old_value->it_interval )
+.IR old_value\->it_interval )
 and the amount of time until the timer
 would previously have next expired (in
-.IR old_value->it_value ).
+.IR old_value\->it_value ).
 .PP
 .BR timer_gettime ()
 returns the time until next expiration, and the interval,
@@ -160,17 +160,17 @@ for the timer specified by
 in the buffer pointed to by
 .IR curr_value .
 The time remaining until the next timer expiration is returned in
-.IR curr_value->it_value ;
+.IR curr_value\->it_value ;
 this is always a relative value, regardless of whether the
 .BR TIMER_ABSTIME
 flag was used when arming the timer.
 If the value returned in
-.IR curr_value->it_value
+.IR curr_value\->it_value
 is zero, then the timer is currently disarmed.
 The timer interval is returned in
-.IR curr_value->it_interval .
+.IR curr_value\->it_interval .
 If the value returned in
-.IR curr_value->it_interval
+.IR curr_value\->it_interval
 is zero, then this is a "one-shot" timer.
 .SH RETURN VALUE
 On success,
index 1546b15b358157e2f53e20301498e196567a5c6f..eecd6b40ae3ec5a8b6eb361862bb80e733e72649 100644 (file)
@@ -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
index 805a784cd526b302e00be367633fa3d7badff563..27c3f82311ae0b013dc2e913af9425c33c497dfd 100644 (file)
@@ -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
index b3821e97b89ac2f6c2422f9466cb330e565c1917..a73c8facc21b900edbdd58b6d397a7e266e2d391 100644 (file)
@@ -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
index 6bc7b1993ebf6c5fc162fd2cf4571cdede923b3b..4e892587753d0a95570ce74c127e194439435654 100644 (file)
@@ -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
index 73812186c0fdfdd652a8d1a2b1f528d01e2b1bc6..373347abc7fa52dffca167b115a393abf3adf7be 100644 (file)
@@ -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
index 590403e451cedf59b244fcd890d50e952fd40abe..fa2d3bcb5006dd25cedfeb11ee7309a3d9fb21ab 100644 (file)
@@ -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),
index 64a097aba8360ae8edab374042779187d6985dfc..486cc97df409b8c03d50de849fc72d9421f27d24 100644 (file)
@@ -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 )
index 7cd27c7a906ba2fe35fb0508f37b41907d7f3586..1c8a8ee96fd2a53926df74a08fd3a65eb206cff2 100644 (file)
@@ -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
index 832d98db4e75206c27b9d21c88786f470ac2ae24..5f947678a2f0ca5477fa885834810eb074f7c8a7 100644 (file)
@@ -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
index ee8585f452e601997b9b7a57c754953b85f6b4cf..284719f44b9c327eb165ecd209327acbb7d641c6 100644 (file)
@@ -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
index acdcfc573bd4019087b5c70c452209b2b35d979f..3c24f4977e6fd5a36b5d8e3a07288f9620cb93b8 100644 (file)
@@ -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
index bfb15736e04c04c05e38592d8e2b0ee4f1d8c634..74b636b1cfdc5a6e6e7e574f53ff0a15cb33712f 100644 (file)
@@ -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.
index e4e2ebca9edec957477c232d54d224b5361dabc2..d8ae7111b4e4e49c59a2f2544ba947ec191a6918 100644 (file)
@@ -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
index 30394f3b57aaecb93cced11d31eb22bd0b43e3ec..24b69e8f3292814e2b64e4e723606aea6a8b1ef9 100644 (file)
--- a/man3/y0.3
+++ b/man3/y0.3
@@ -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
index 0693b3c403f765be38e3348192ae5e7c61ce0f54..f0dbc1728eafc8d6723eac27cad97f9722e77644 100644 (file)
@@ -1290,7 +1290,7 @@ This section is of type
 .BR SHT_NOTE .
 No attribute types are used.
 .TP
-.IR .note.ABI-tag
+.IR .note.ABI\-tag
 This section is used to declare the expected run-time ABI of the ELF image.
 It may include the operating system name and its run-time versions.
 This section is of type
@@ -1298,7 +1298,7 @@ This section is of type
 The only attribute used is
 .BR SHF_ALLOC .
 .TP
-.IR .note.gnu.build-id
+.IR .note.gnu.build\-id
 This section is used to hold an ID that uniquely identifies
 the contents of the ELF image.
 Different files with the same build ID should contain the same executable
@@ -1311,7 +1311,7 @@ This section is of type
 The only attribute used is
 .BR SHF_ALLOC .
 .TP
-.IR .note.GNU-stack
+.IR .note.GNU\-stack
 This section is used in Linux object files for declaring stack attributes.
 This section is of type
 .BR SHT_PROGBITS .
index 326380749173fc7835ab47d6addbc49fec3d11a2..a0b9039fbccc6dd18bb9016426eb1b4a3f8549e0 100644 (file)
@@ -494,11 +494,11 @@ The following keywords are allowed:
 followed by the number representing used collation levels.
 This keyword is recognized but ignored by glibc.
 .TP
-.I collating-element
+.I collating\-element
 followed by the definition of a collating-element symbol
 representing a multicharacter collating element.
 .TP
-.I collating-symbol
+.I collating\-symbol
 followed by the definition of a collating symbol
 that can be used in collation order statements.
 .TP
@@ -514,22 +514,22 @@ to be evaluated in an
 .I endif
 construct.
 .TP
-.I reorder-after
+.I reorder\-after
 followed by a redefinition of a collation rule.
 .TP
-.I reorder-end
+.I reorder\-end
 marks the end of the redefinition of a collation rule.
 .TP
-.I reorder-sections-after
+.I reorde\r-sections\-after
 followed by a script name to reorder listed scripts after.
 .TP
-.I reorder-sections-end
+.I reorder\-sections\-end
 marks the end of the reordering of sections.
 .TP
 .I script
 followed by a declaration of a script.
 .TP
-.I symbol-equivalence
+.I symbol\-equivalence
 followed by a collating-symbol to be equivalent to another defined
 collating-symbol.
 .PP
index 5c5863daa90efe30ad86a87b226d9ff99f63902d..f16a29d6e10bcbfd4f683f05a7057c8c60e2be48 100644 (file)
@@ -4390,20 +4390,20 @@ This directory contains the files and subdirectories for kernel variables
 related to filesystems.
 .TP
 .IR /proc/sys/fs/aio\-max\-nr " and " /proc/sys/fs/aio\-nr " (since Linux 2.6.4)"
-.I aio-nr
+.I aio\-nr
 is the running total of the number of events specified by
 .BR io_setup (2)
 calls for all currently active AIO contexts.
 If
-.I aio-nr
+.I aio\-nr
 reaches
-.IR aio-max-nr ,
+.IR aio\-max\-nr ,
 then
 .BR io_setup (2)
 will fail with the error
 .BR EAGAIN .
 Raising
-.I aio-max-nr
+.I aio\-max\-nr
 does not result in the preallocation or resizing
 of any kernel data structures.
 .TP
index 03cd17d13075ea95ded7826585452998cf90c481..525273cd9ff30c7fb3b98ec422680bdea1411e90 100644 (file)
@@ -205,7 +205,7 @@ information about the kernel's memory management subsystem.
 This subdirectory contains one subdirectory for each of the
 huge page sizes that the system supports.
 The subdirectory name indicates the huge page size (e.g.,
-.IR hugepages-2048kB ).
+.IR hugepages\-2048kB ).
 Within each of these subdirectories is a set of files
 that can be used to view and (in some cases) change settings
 associated with that huge page size.
index 6c7b03cb2ae671904892d23c3ead215461e6fbc6..dbc2e931c1a25992a5ccd4c135fdc174de359df2 100644 (file)
@@ -881,4 +881,4 @@ and none of the named conditions hold,
 then the function can be regarded as safe.
 .SH SEE ALSO
 .BR pthreads (7),
-.BR signal-safety (7)
+.BR signal\-safety (7)
index cc651fe1b754eb14cc0def48ddf9b7259b990cdf..3d7cfbc91614df4ced282859acb2371e1adcab12 100644 (file)
@@ -407,7 +407,7 @@ The other values are usually
 used for common peripherals like IDE hard disks, floppies, serial
 ports, and so on.
 .PP
-.I scsi-id
+.I scsi\-id
 -- the ID that the host adapter uses to identify itself on the
 SCSI bus.
 Only some host adapters allow you to change this value, as
index bc05b1c24a0701a6a4aa0329179e5bb9376b50cb..f7050ec864c24de74b410f7073ce83c471be44df 100644 (file)
@@ -126,17 +126,17 @@ interfaces to configure some global AppleTalk parameters.
 The parameters can be accessed by reading or writing files in the directory
 .IR /proc/sys/net/atalk/ .
 .TP
-.I aarp-expiry-time
+.I aarp\-expiry\-time
 The time interval (in seconds) before an AARP cache entry expires.
 .TP
-.I aarp-resolve-time
+.I aarp\-resolve\-time
 The time interval (in seconds) before an AARP cache entry is resolved.
 .TP
-.I aarp-retransmit-limit
+.I aarp\-retransmit\-limit
 The number of retransmissions of an AARP query before the node is declared
 dead.
 .TP
-.I aarp-tick-time
+.I aarp\-tick\-time
 The timer rate (in seconds) for the timer driving AARP.
 .PP
 The default values match the specification and should never need to be
index b30f9a38efa4d5508c5a7b3cfc488cd964dd910d..182d823d233c543b33458b0984cd8bfde7e71a62 100644 (file)
@@ -121,13 +121,13 @@ The terminal type for which output is to be prepared.
 .B PAGER
 The user's preferred utility to display text files.
 Any string acceptable as a command_string operand to the
-.I sh -c
+.I sh\ \-c
 command shall be valid.
 .TP
 .BR EDITOR / VISUAL
 The user's preferred utility to edit text files.
 Any string acceptable as a command_string operand to the
-.I sh -c
+.I sh\ \-c
 command shall be valid.
 .\" .TP
 .\" .B BROWSER
index e68e50b7112951e83f313df56fedb9f8e5778341..b94f438cd42465ce0f98b7f70e8428be22d36af6 100644 (file)
@@ -353,13 +353,13 @@ any available locale archives are not used (see
 The individual compiled locale data files are searched for under
 subdirectories which depend on the currently used locale.
 For example, when
-.I en_GB.UTF-8
+.I en_GB.UTF\-8
 is used for a category, the following subdirectories are searched for,
 in this order:
-.IR en_GB.UTF-8 ,
+.IR en_GB.UTF\-8 ,
 .IR en_GB.utf8 ,
 .IR en_GB ,
-.IR en.UTF-8 ,
+.IR en.UTF\-8 ,
 .IR en.utf8 ,
 and
 .IR en .
index 6f022166f7041df1da913bad91427a9b87fc2b50..efbc9a30827a9e60bafc90001c24a46334f45403 100644 (file)
@@ -240,7 +240,7 @@ and POSIX.1.
 .PP
 The
 .BR gcc (1)
-.I "\-fno-math-errno"
+.I "\-fno\-math\-errno"
 option causes the executable to employ implementations of some
 mathematical functions that are faster than the standard
 implementations, but do not set
@@ -248,9 +248,9 @@ implementations, but do not set
 on error.
 (The
 .BR gcc (1)
-.I "\-ffast-math"
+.I "\-ffast\-math"
 option also enables
-.IR "\-fno-math-errno" .)
+.IR "\-fno\-math\-errno" .)
 An error can still be tested for using
 .BR fetestexcept (3).
 .SH SEE ALSO
index 4a736a11c1cdf521f23ffee186168d03f1162101..e3261a302e6bb002d319df043b842a52fb726ea7 100644 (file)
@@ -1072,7 +1072,7 @@ the goal is commonly to provide full isolation of the mount points
 in the new namespace,
 .BR unshare (1)
 (since
-.IR util-linux
+.IR util\-linux
 version 2.27) in turn reverses the step performed by
 .BR systemd (1),
 by making all mount points private in the new namespace.
index 2bbcd777be5210e63cf3f72cb3e47bb1afcf2a7a..a8c72c44371d902006688f10d6a08c9298a2e07b 100644 (file)
@@ -354,7 +354,7 @@ fail with the error
 For the initial user namespace,
 the default value in each of these files is half the limit on the number
 of threads that may be created
-.RI ( /proc/sys/kernel/threads-max ).
+.RI ( /proc/sys/kernel/threads\-max ).
 In all descendant user namespaces, the default value in each file is
 .BR MAXINT .
 .IP *
index b6d81029dc9c1f9588f11ff87df13ca1864b001c..a40dab3c18be5ba887ab7a2558f45637ee0a4dad 100644 (file)
@@ -178,7 +178,7 @@ package is available at
 The package is also included in some Linux distributions.
 Some distributions include the development library and header
 in the separate
-.I numactl-devel
+.I numactl\-devel
 package.
 .SH SEE ALSO
 .BR get_mempolicy (2),
index 11c36b3a1f4f4aa84cbcee7c6032de9c9dcef68d..f3b445caea8f0525c72b83e843e9fe982c956e5d 100644 (file)
@@ -913,7 +913,7 @@ $ \fBecho 10 > /proc/self/autogroup\fP
 Since kernel version 2.6.18, Linux is gradually
 becoming equipped with real-time capabilities,
 most of which are derived from the former
-.I realtime-preempt
+.I realtime\-preempt
 patch set.
 Until the patches have been completely merged into the
 mainline kernel,
index facd435ccde04b1a1c8bdb092050486971cfeca4..159217537ea9ae9df656e64ac7a26f604e9e1109 100644 (file)
@@ -702,7 +702,7 @@ tools) and invokes the right tool for any URI.
 .BR lynx (1),
 .BR man2html (1),
 .BR mailaddr (7),
-.BR utf-8 (7)
+.BR utf\-8 (7)
 .PP
 .UR http://www.ietf.org\:/rfc\:/rfc2255.txt
 IETF RFC\ 2255
index b6437d7bab9f4299022ae7168157a63e94ea86bb..91603522263e47dea0d01157048c21ff97a3691b 100644 (file)
@@ -122,7 +122,7 @@ in the arguments to the
 .B ld.so
 command line options
 .BR \-\-audit ,
-.BR \-\-library-path ,
+.BR \-\-library\-path ,
 and
 .B \-\-preload
 (see below), and
index 852b5d5ca98f4fe72ccd1b8197bc9011d3ddd19d..9bcdb2000ed02e071b808c4defff4c3d8dc92ac4 100644 (file)
@@ -60,7 +60,7 @@ are used for 64-bit libraries).
 The cache is used by the run-time linker,
 .I ld.so
 or
-.IR ld-linux.so .
+.IR ld\-linux.so .
 .B ldconfig
 checks the header and filenames of the libraries it encounters when
 determining which versions should have their links updated.
@@ -99,7 +99,7 @@ Note that
 will only look at files that are named
 .I lib*.so*
 (for regular shared objects) or
-.I ld-*.so*
+.I ld\-*.so*
 (for the dynamic loader itself).
 Other files will be ignored.
 Also,