summaryrefslogtreecommitdiffstats
path: root/posix_users/signal.rst
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-18 00:37:40 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:24 -0400
commitd389819eea3a84e388935153e3be847342809da3 (patch)
tree15cfe55f41281cead805ce87f66c5d7248caa9ce /posix_users/signal.rst
parentRemove ada_user document. (diff)
downloadrtems-docs-d389819eea3a84e388935153e3be847342809da3.tar.bz2
Convert all Unicode to ASCII(128)
Diffstat (limited to 'posix_users/signal.rst')
-rw-r--r--posix_users/signal.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/posix_users/signal.rst b/posix_users/signal.rst
index 51b43ab..6ad79b1 100644
--- a/posix_users/signal.rst
+++ b/posix_users/signal.rst
@@ -115,7 +115,7 @@ Signal Set Management
Each process and each thread within that process has a set of
individual signals and handlers associated with it. Services
are provided to construct signal sets for the purposes of building
-signal sets – type ``sigset_t`` – that are used to
+signal sets - type ``sigset_t`` - that are used to
provide arguments to the services that mask, unmask, and
check on pending signals.
@@ -138,8 +138,8 @@ the service ``kill()`` or at a thread by the service``pthread_kill()``
Directives
==========
-This section details the signal manager’s directives.
-A subsection is dedicated to each of this manager’s directives
+This section details the signal manager's directives.
+A subsection is dedicated to each of this manager's directives
and describes the calling sequence, related constants, usage,
and status codes.