aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2020-07-05 16:37:47 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-07-06 13:42:21 +0200
commit6b469e24eb019fde28b010c6405a229ab9eb15ad (patch)
tree191038a5b5f4ad82b941add575c049e25d8a7999 /man3
parent79b12902b9ae09360b7b51b8c8355f7e5f6bafe7 (diff)
downloadman-pages-6b469e24eb019fde28b010c6405a229ab9eb15ad.tar.gz
man[13]/*: ffix: change '--' to '\-\-' (options) or '\(em' (em-dash)
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>
Diffstat (limited to 'man3')
-rw-r--r--man3/dlsym.32
-rw-r--r--man3/posix_spawn.32
2 files changed, 2 insertions, 2 deletions
diff --git a/man3/dlsym.3 b/man3/dlsym.3
index ac44c0f963..4bcf2217aa 100644
--- a/man3/dlsym.3
+++ b/man3/dlsym.3
@@ -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
diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3
index 440629d120..820d5cef57 100644
--- a/man3/posix_spawn.3
+++ b/man3/posix_spawn.3
@@ -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