]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man[13]/*: ffix: change '--' to '\-\-' (options) or '\(em' (em-dash)
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Sun, 5 Jul 2020 16:37:47 +0000 (16:37 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 6 Jul 2020 11:42:21 +0000 (13:42 +0200)
  Change '--' to '\-\-' for options and '--' between words to '\(em'
(em-dash).

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man1/memusagestat.1
man3/dlsym.3
man3/posix_spawn.3

index a1c40cd86475d82a3acdca1c8240206aa8535988..809f4ba3e6331250dc6b219fea1d7eae40c1e35c 100644 (file)
@@ -33,7 +33,7 @@ memory profiling data in the file
 that file is generated via the
 .I \-d
 (or
-.IR --data )
+.IR \-\-data )
 option of
 .BR memusage (1).
 .PP
index ac44c0f963dd30b0cbb54b7897593b8a84c27b5a..4bcf2217aab508a086d1bb3de76013b19bef3e6f 100644 (file)
@@ -145,7 +145,7 @@ function is a GNU extension.
 There are several scenarios when the address of a global symbol is NULL.
 For example, a symbol can be placed at zero address by the linker, via
 a linker script or with
-.I --defsym
+.I \-\-defsym
 command-line option. Undefined weak symbols also have NULL value.
 Finally, the symbol value may be the result of
 a GNU indirect function (IFUNC) resolver function that returns
index 440629d120abcbc764ed27500b3561002ed79e1c..820d5cef5768955d3c055b1838ce39f549f19e4f 100644 (file)
@@ -430,7 +430,7 @@ If
 .I file_actions
 is NULL, then no special action is taken, and standard
 .BR exec (3)
-semantics apply--file descriptors open before the exec
+semantics apply\(emfile descriptors open before the exec
 remain open in the new process,
 except those for which the
 .B FD_CLOEXEC