From d389819eea3a84e388935153e3be847342809da3 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 00:37:40 -0500 Subject: Convert all Unicode to ASCII(128) --- posix_users/signal.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'posix_users/signal.rst') 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. -- cgit v1.2.3