summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-05-30 18:59:30 -0400
committerThomas E. Dickey <dickey@his.com>2019-06-10 00:27:23 +0000
commit040eeec1d8034dbf2f432d792c90dbedc5148aea (patch)
tree244ca7fa6aa55b3423d570e17765659eb7be1174 /man
parentfad2c6c20a793b20974a72b2fabb2eca668e69f3 (diff)
downloadxorg-lib-libXt-040eeec1d8034dbf2f432d792c90dbedc5148aea.tar.gz
fix fake-quotes in manpages
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man')
-rw-r--r--man/XtAppAddSignal.man6
-rw-r--r--man/XtCreatePopupShell.man6
-rw-r--r--man/XtDisplayStringConversionWarning.man12
-rw-r--r--man/XtFindFile.man10
-rw-r--r--man/XtResolvePathname.man17
-rw-r--r--man/XtSetLanguageProc.man6
-rw-r--r--man/XtStringConversionWarning.man12
7 files changed, 51 insertions, 18 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
diff --git a/man/XtCreatePopupShell.man b/man/XtCreatePopupShell.man
index 2c6729f..911a56d 100644
--- a/man/XtCreatePopupShell.man
+++ b/man/XtCreatePopupShell.man
@@ -32,6 +32,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 XtCreate-Popup-Shell XtVaCreate-Popup-Shell wid-get
.na
.TH XtCreatePopupShell __libmansuffix__ __xorgversion__ "XT FUNCTIONS"
@@ -69,7 +73,7 @@ children list, attaches the shell to the parent's pop-ups list directly.
A spring-loaded pop-up invoked from a translation table already must exist
at the time that the translation is invoked,
so the translation manager can find the shell by name.
-Pop-ups invoked in other ways can be created ``on-the-fly'' when
+Pop-ups invoked in other ways can be created \*(``on-the-fly\*('' when
the pop-up actually is needed.
This delayed creation of the shell is particularly useful when you pop up
an unspecified number of pop-ups.
diff --git a/man/XtDisplayStringConversionWarning.man b/man/XtDisplayStringConversionWarning.man
index ff4c03d..3e0b0c9 100644
--- a/man/XtDisplayStringConversionWarning.man
+++ b/man/XtDisplayStringConversionWarning.man
@@ -32,6 +32,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 XtDisplay-String-Conversion-Warning wid-get
.na
.TH XtDisplayStringConversionWarning __libmansuffix__ __xorgversion__ "XT FUNCTIONS"
@@ -55,9 +59,11 @@ The
.B XtDisplayStringConversionWarning
function issues a warning message using
.B XtAppWarningMsg
-with name ``conversionError'', type ``string'', class ``XtToolkitError,
-and the default message string ``Cannot convert "\fIfrom_value\fP" to
-type \fIto_type\fP''.
+with name \*(``conversionError\*('',
+type \*(``string\*('',
+class \*(``XtToolkitError\*('',
+and the default message string
+\*(``Cannot convert "\fIfrom_value\fP" to type \fIto_type\fP\*(''.
.LP
To issue other types of warning or error messages, the type converter
should use
diff --git a/man/XtFindFile.man b/man/XtFindFile.man
index 3a87a9b..2a361b2 100644
--- a/man/XtFindFile.man
+++ b/man/XtFindFile.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 XtFind-File wid-get
.na
.TH XtFindFile __libmansuffix__ __xorgversion__ "XT FUNCTIONS"
@@ -56,10 +60,10 @@ potential file names delimited by colons.
Within each name, the
percent character specifies a string substitution selected by the
following character.
-The character sequence ``%:'' specifies an
+The character sequence \*(``%:\*('' specifies an
embedded colon that is not a delimiter; the sequence is replaced by a
single colon.
-The character sequence ``%%'' specifies a percent
+The character sequence \*(``%%\*('' specifies a percent
character that does not introduce a substitution; the sequence is
replaced by a single percent character.
If a percent character is
@@ -73,7 +77,7 @@ A \fIsubstitution\fP field entry of NULL
is equivalent to a pointer to an empty string.
If the operating
system does not interpret multiple embedded name separators in the
-path (i.e., ``/'' in POSIX) the same way as a single separator,
+path (i.e., \*(``/\*('' in POSIX) the same way as a single separator,
.B XtFindFile
will collapse multiple separators into a single one after performing
all string substitutions.
diff --git a/man/XtResolvePathname.man b/man/XtResolvePathname.man
index ad1c307..26cfba1 100644
--- a/man/XtResolvePathname.man
+++ b/man/XtResolvePathname.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 XtResolve-Pathname wid-get
.na
.TH XtResolvePathname __libmansuffix__ __xorgversion__ "XT FUNCTIONS"
@@ -72,13 +76,14 @@ are determined from the value of the language string retrieved by
.B XtDisplayInitialize
for the specified display.
To set the
-language for all applications specify ``*xnlLanguage: \fIlang\fP'' in the
+language for all applications specify \*(``*xnlLanguage: \fIlang\fP\*('' in the
resource database.
The format and content of the language string are
implementation-defined.
One suggested syntax is to compose
-the language string of three parts; a ``language part'', a
-``territory part'' and a ``codeset part''.
+the language string of three parts:
+a \*(``language part\*('', a
+\*(``territory part\*('' and a \*(``codeset part\*(''.
The manner in which
this composition is accomplished is implementation-defined
and the \*(xI make no interpretation of the parts other
@@ -146,10 +151,10 @@ adjacent colons, \fB%N%S\fP will be inserted between them.
The \fItype\fP parameter is intended to be a category of files, usually
being translated into a directory in the pathname.
Possible values
-might include ``app-defaults'', ``help'', and ``bitmap''.
+might include \*(``app-defaults\*('', \*(``help\*('', and \*(``bitmap\*(''.
.LP
The \fIsuffix\fP parameter is intended to be appended to the file name.
-Possible values might include ``.txt'', ``.dat'', and ``.bm''.
+Possible values might include \*(``.txt\*('', \*(``.dat\*('', and \*(``.bm\*(''.
.LP
A suggested value for the default path on POSIX-based systems is
.IP
@@ -175,7 +180,7 @@ elements to the implementation-specific default path, typically to
allow additional directories to be searched without preventing
resources in the system directories from being found.
For example, a
-user installing resource files under a directory called ``ourdir''
+user installing resource files under a directory called \*(``ourdir\*(''
might set
.B \s-1XFILESEARCHPATH\s+1
to
diff --git a/man/XtSetLanguageProc.man b/man/XtSetLanguageProc.man
index d82aecb..fa2cb6f 100644
--- a/man/XtSetLanguageProc.man
+++ b/man/XtSetLanguageProc.man
@@ -32,6 +32,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 XtSet-Language-Proc wid-get
.na
.TH XtSetLanguageProc __libmansuffix__ __xorgversion__ "XT FUNCTIONS"
@@ -89,7 +93,7 @@ to verify that the current locale is supported.
If the locale is not
supported, a warning message is issued with
.B XtWarning
-and the locale is set to ``C''.
+and the locale is set to \*(``C\*(''.
.IP \(bu 5
Calls
.B XSetLocaleModifiers
diff --git a/man/XtStringConversionWarning.man b/man/XtStringConversionWarning.man
index bfe6117..b99e92c 100644
--- a/man/XtStringConversionWarning.man
+++ b/man/XtStringConversionWarning.man
@@ -32,6 +32,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 XtString-Conversion-Warning wid-get
.na
.TH XtStringConversionWarning __libmansuffix__ __xorgversion__ "XT COMPATIBILITY FUNCTIONS"
@@ -49,9 +53,11 @@ Specifies the name of the type to which the string could not be converted.
.SH DESCRIPTION
The
.B XtStringConversionWarning
-function issues a warning message with name ``conversionError'',
-type ``string'', class ``XtToolkitError, and the default message string
-``Cannot convert "\fIsrc\fP" to type \fIdst_type\fP''.
+function issues a warning message with name \*(``conversionError\*('',
+type \*(``string\*('',
+class \*(``XtToolkitError\*('',
+and the default message string
+\*(``Cannot convert "\fIsrc\fP" to type \fIdst_type\fP\*(''.
.LP
.B XtStringConversionWarning
has been replaced by