diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-05-30 18:59:30 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@his.com> | 2019-06-10 00:27:23 +0000 |
commit | 040eeec1d8034dbf2f432d792c90dbedc5148aea (patch) | |
tree | 244ca7fa6aa55b3423d570e17765659eb7be1174 /man/XtAppAddSignal.man | |
parent | fad2c6c20a793b20974a72b2fabb2eca668e69f3 (diff) |
fix fake-quotes in manpages
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppAddSignal.man')
-rw-r--r-- | man/XtAppAddSignal.man | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/XtAppAddSignal.man b/man/XtAppAddSignal.man index 885682d..53e3360 100644 --- a/man/XtAppAddSignal.man +++ b/man/XtAppAddSignal.man @@ -31,6 +31,10 @@ .ds xC Inter-Client Communication Conventions Manual .ds Rn 3 .ds Vn 2.2 +.ie \n(.g .ds `` \(lq +.el .ds `` `` +.ie \n(.g .ds '' \(rq +.el .ds '' '' .hw XtApp-Add-Signal wid-get .na .TH XtAppAddSignal __libmansuffix__ __xorgversion__ "XT FUNCTIONS" @@ -83,7 +87,7 @@ If is called multiple times before the Intrinsics are able to invoke the registered callback, the callback is only called once. Logically the -Intrinsics maintain ``pending'' for each registered callback. +Intrinsics maintain \*(``pending\*('' for each registered callback. This flag is initially .B False and is set to |