]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/signalfd.2
s/\\'/\\(aq/
[thirdparty/man-pages.git] / man2 / signalfd.2
index 1759cf231dc6195fa42b82a45b513187c94d6a8e..49956138f74f95c43a4a496bbf3efe2a171a075e 100644 (file)
@@ -368,7 +368,7 @@ main(int argc, char *argv[])
     sigaddset(&mask, SIGINT);
     sigaddset(&mask, SIGQUIT);
 
-    /* Block signals so that they aren\'t handled
+    /* Block signals so that they aren\(aqt handled
        according to their default dispositions */
 
     if (sigprocmask(SIG_BLOCK, &mask, NULL) == \-1)