diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-15 17:13:05 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:48:58 -0400 |
commit | cbf4dd22eedc33309efacfb2a1a795debdd44b3b (patch) | |
tree | 1482e541ab88ad2d69ef98148f7c123de5c53dfb /specs/CH02.xml | |
parent | 1474d2e826773f3f5aa61ef2ad827c977ee5d084 (diff) |
trim spurious backslashes from translation of nroff to docbook xml
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH02.xml')
-rw-r--r-- | specs/CH02.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/CH02.xml b/specs/CH02.xml index 6e2e163..0abf557 100644 --- a/specs/CH02.xml +++ b/specs/CH02.xml @@ -544,7 +544,7 @@ function calls with the specified <emphasis remap='I'>display_string</emphasis>. If <emphasis remap='I'>display_string</emphasis> is NULL, <xref linkend='XtOpenDisplay' xrefstyle='select: title'/> -uses the current value of the \-display option specified in <emphasis remap='I'>argv</emphasis>. +uses the current value of the -display option specified in <emphasis remap='I'>argv</emphasis>. If no display is specified in <emphasis remap='I'>argv</emphasis>, the user's default display is retrieved from the environment. On POSIX-based systems, @@ -559,8 +559,8 @@ If this succeeds, then calls <xref linkend='XtDisplayInitialize' xrefstyle='select: title'/> and passes it the opened display and -the value of the \-name option specified in <emphasis remap='I'>argv</emphasis> as the application name. -If no \-name option is specified +the value of the -name option specified in <emphasis remap='I'>argv</emphasis> as the application name. +If no -name option is specified and <emphasis remap='I'>application_name</emphasis> is non-NULL, <emphasis remap='I'>application_name</emphasis> is passed to <xref linkend='XtDisplayInitialize' xrefstyle='select: title'/>. |