1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 03:32:24 +00:00

doc: update man pages to display   correctly.

This commit is contained in:
Liang Chang 2022-03-03 09:47:39 +00:00
parent 0c0f64dbf6
commit df5cb30ec6
23 changed files with 239 additions and 239 deletions

View file

@ -8,6 +8,6 @@
<!ENTITY str-Z3 "ISO C standard"> <!ENTITY str-Z3 "ISO C standard">
<!ENTITY str-XX "X/Open"> <!ENTITY str-XX "X/Open">
<!ENTITY str.OK "[&thinsp;"> <!ENTITY str.OK "[">
<!ENTITY str.CK "&thinsp;]"> <!ENTITY str.CK "]">

View file

@ -10,9 +10,9 @@
<!ENTITY str-Z3 "ISO C standard"> <!ENTITY str-Z3 "ISO C standard">
<!ENTITY str-XX "X/Open"> <!ENTITY str-XX "X/Open">
<!ENTITY str.OK "[&thinsp;"> <!ENTITY str.OK "[">
<!ENTITY str.CK "&thinsp;]"> <!ENTITY str.CK "]">
<!ENTITY % CDE.C.XO "IGNORE"> <!ENTITY % CDE.C.XO "IGNORE">
<!ENTITY % CDE.C.CDE "INCLUDE"> <!ENTITY % CDE.C.CDE "INCLUDE">

View file

@ -2005,7 +2005,7 @@ resource can be used to modify these translations.</para>
<title>Action Routines</title> <title>Action Routines</title>
<para>The DtEditor widget action routines are described here:</para> <para>The DtEditor widget action routines are described here:</para>
<variablelist> <variablelist>
<varlistentry><term><emphasis>backward-character</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>backward-character</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action moves the insertion cursor one character to the left. This <para>This action moves the insertion cursor one character to the left. This
action may have different behavior in a right-to-left language environment. action may have different behavior in a right-to-left language environment.
@ -2051,45 +2051,45 @@ to the beginning of the line.</para>
and extends the current selection.</para> and extends the current selection.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>clear-selection</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>clear-selection</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action clears the current selection by replacing each character <para>This action clears the current selection by replacing each character
except <keysym>carriage-return</keysym> with a <keysym>space</keysym> character. except <keysym>carriage-return</keysym> with a <keysym>space</keysym> character.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>copy-clipboard</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>copy-clipboard</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action copies the current selection to the clipboard.</para> <para>This action copies the current selection to the clipboard.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>cut-clipboard</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>cut-clipboard</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action cuts the current selection to the clipboard.</para> <para>This action cuts the current selection to the clipboard.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>delete-next-character</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>delete-next-character</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection, <para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the character following this action deletes the selection; otherwise, it deletes the character following
the insertion cursor.</para> the insertion cursor.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>delete-next-word</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>delete-next-word</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection, <para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the characters following this action deletes the selection; otherwise, it deletes the characters following
the insertion cursor to the next space, tab or end of line character.</para> the insertion cursor to the next space, tab or end of line character.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>delete-previous-character</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>delete-previous-character</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection, <para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the character of this action deletes the selection; otherwise, it deletes the character of
text immediately preceding the insertion cursor.</para> text immediately preceding the insertion cursor.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>delete-previous-word</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>delete-previous-word</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection, <para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the characters preceding this action deletes the selection; otherwise, it deletes the characters preceding
@ -2098,21 +2098,21 @@ This action may have different behavior in a locale other than the C locale.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>delete-to-end-of-line</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>delete-to-end-of-line</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection, <para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the characters following this action deletes the selection; otherwise, it deletes the characters following
the insertion cursor to the next end-of-line character.</para> the insertion cursor to the next end-of-line character.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>delete-to-start-of-line</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>delete-to-start-of-line</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection, <para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the characters preceding this action deletes the selection; otherwise, it deletes the characters preceding
the insertion cursor to the previous beginning-of-line character.</para> the insertion cursor to the previous beginning-of-line character.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>deselect-all</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>deselect-all</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action deselects the current selection.</para> <para>This action deselects the current selection.</para>
</listitem> </listitem>
@ -2133,7 +2133,7 @@ to the end of the line.</para>
and extends the current selection.</para> and extends the current selection.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>forward-character</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>forward-character</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action moves the insertion cursor one character to the right. This <para>This action moves the insertion cursor one character to the right. This
action may have different behavior in a right-to-left language environment. action may have different behavior in a right-to-left language environment.
@ -2163,7 +2163,7 @@ extends the current selection. <![ %CDE.C.CDE; [</Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Emphasis>go-to-line</Emphasis>&hairsp;(&thinsp;)</Term> <Term><Emphasis>go-to-line</Emphasis>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>This action moves the keyboard focus to the Current Line text field to allow the user to <Para>This action moves the keyboard focus to the Current Line text field to allow the user to
move the insertion cursor to a new line. move the insertion cursor to a new line.
@ -2175,7 +2175,7 @@ For a description of the status line, see the
]]></para> ]]></para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>Help</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>Help</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action calls the callbacks for <systemitem class="Resource">XmNhelpCallback</systemitem> if any exist. If there are no help callbacks for this widget, <para>This action calls the callbacks for <systemitem class="Resource">XmNhelpCallback</systemitem> if any exist. If there are no help callbacks for this widget,
this action calls the help callbacks for the nearest ancestor that has them. this action calls the help callbacks for the nearest ancestor that has them.
@ -2198,7 +2198,7 @@ to the left and extends the current selection. If this action is called with
no argument, it extends the current selection.</para> no argument, it extends the current selection.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>newline-and-backup</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>newline-and-backup</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection <para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection
and the cursor is not disjoint from it, this action deletes the entire selection, and the cursor is not disjoint from it, this action deletes the entire selection,
@ -2206,7 +2206,7 @@ inserts a newline just before the insertion cursor and repositions the insertion
cursor to the end of the line before the newline.</para> cursor to the end of the line before the newline.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>newline-and-indent</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>newline-and-indent</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection <para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection
and the cursor is not disjoint from it, this action deletes the entire selection, and the cursor is not disjoint from it, this action deletes the entire selection,
@ -2222,17 +2222,17 @@ forward one page.</para>
and extends the current selection.</para> and extends the current selection.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>page-left</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>page-left</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action scrolls the viewing window left one page of text.</para> <para>This action scrolls the viewing window left one page of text.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>page-right</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>page-right</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action scrolls the viewing window right one page of text.</para> <para>This action scrolls the viewing window right one page of text.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>paste-clipboard</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>paste-clipboard</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action pastes the contents of the clipboard before the insertion <para>This action pastes the contents of the clipboard before the insertion
cursor.</para> cursor.</para>
@ -2246,41 +2246,41 @@ back one page.</para>
and extends the current selection.</para> and extends the current selection.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>process-cancel</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>process-cancel</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action cancels the current <function>extend-adjust</function> or <function>secondary-adjust</function> operation and leaves the selection state as it <para>This action cancels the current <function>extend-adjust</function> or <function>secondary-adjust</function> operation and leaves the selection state as it
was before the operation; otherwise, (and if the parent is a manager) it passes was before the operation; otherwise, (and if the parent is a manager) it passes
the event to the parent.</para> the event to the parent.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>process-down</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>process-down</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action moves the insertion cursor down one line.</para> <para>This action moves the insertion cursor down one line.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>process-shift-down</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>process-shift-down</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action moves the insertion cursor down one line, extending the <para>This action moves the insertion cursor down one line, extending the
current selection.</para> current selection.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>process-shift-up</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>process-shift-up</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action moves the insertion cursor up one line, extending the current <para>This action moves the insertion cursor up one line, extending the current
selection.</para> selection.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>process-up</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>process-up</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action moves the insertion cursor up one line.</para> <para>This action moves the insertion cursor up one line.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>select-all</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>select-all</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>Selects all text.</para> <para>Selects all text.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>toggle-insert-mode</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>toggle-insert-mode</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action toggles the state of the text insertion mode. By default, <para>This action toggles the state of the text insertion mode. By default,
characters typed into the DtEditor widget are inserted at the position of characters typed into the DtEditor widget are inserted at the position of
@ -2290,7 +2290,7 @@ overstrike mode, characters are appended to the end of the line when the end
of a line is reached.</para> of a line is reached.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>quote-next-character</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>quote-next-character</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action treats the next typed character as a special character and <para>This action treats the next typed character as a special character and
inserts it into the text without interpreting it. Enables the insertion of inserts it into the text without interpreting it. Enables the insertion of
@ -2298,7 +2298,7 @@ special instructional characters or special language characters, such as the
character marking a form feed or the umlaut used in German text.</para> character marking a form feed or the umlaut used in German text.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>undo-edit</emphasis>&hairsp;(&thinsp;)</term> <varlistentry><term><emphasis>undo-edit</emphasis>&hairsp;()</term>
<listitem> <listitem>
<para>This action undoes the last change (deletion or insertion) made to the <para>This action undoes the last change (deletion or insertion) made to the
text. A change consists of either a set of consecutive insertions, or a set text. A change consists of either a set of consecutive insertions, or a set
@ -2323,14 +2323,14 @@ The following lists summarize these functions.
<Title>DtEditor Life Cycle Functions</Title> <Title>DtEditor Life Cycle Functions</Title>
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term><Function>DtCreateEditor</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtCreateEditor</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Creates a new instance of a DtEditor widget. <Para>Creates a new instance of a DtEditor widget.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorReset</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorReset</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Restores a DtEditor widget to its initial state. <Para>Restores a DtEditor widget to its initial state.
</Para> </Para>
@ -2342,7 +2342,7 @@ The following lists summarize these functions.
<Title>DtEditor Input/Output Functions</Title> <Title>DtEditor Input/Output Functions</Title>
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorAppend</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorAppend</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Appends content data to the end of a DtEditor <Para>Appends content data to the end of a DtEditor
widget. widget.
@ -2350,7 +2350,7 @@ widget.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorAppendFromFile</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorAppendFromFile</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Appends the contents of a file to the end of a DtEditor <Para>Appends the contents of a file to the end of a DtEditor
widget. widget.
@ -2358,7 +2358,7 @@ widget.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorGetContents</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorGetContents</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Retrieves the entire contents of a DtEditor <Para>Retrieves the entire contents of a DtEditor
widget. widget.
@ -2366,42 +2366,42 @@ widget.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorInsert</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorInsert</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Inserts content data at the current insert position. <Para>Inserts content data at the current insert position.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorInsertFromFile</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorInsertFromFile</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Inserts the contents of a file at the current insert position. <Para>Inserts the contents of a file at the current insert position.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorReplace</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorReplace</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Replaces a portion of text with the supplied data. <Para>Replaces a portion of text with the supplied data.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorReplaceFromFile</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorReplaceFromFile</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Replaces a portion of text with the contents of a file. <Para>Replaces a portion of text with the contents of a file.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorSaveContentsToFile</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorSaveContentsToFile</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Saves the entire contents to a file. <Para>Saves the entire contents to a file.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorSetContents</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorSetContents</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Loads content data into a DtEditor <Para>Loads content data into a DtEditor
widget, replacing the entire contents of the widget. widget, replacing the entire contents of the widget.
@ -2409,7 +2409,7 @@ widget, replacing the entire contents of the widget.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorSetContentsFromFile</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorSetContentsFromFile</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Loads the contents of a file into a DtEditor <Para>Loads the contents of a file into a DtEditor
widget, replacing the entire contents of the widget. widget, replacing the entire contents of the widget.
@ -2422,42 +2422,42 @@ widget, replacing the entire contents of the widget.
<Title>DtEditor Selection Functions</Title> <Title>DtEditor Selection Functions</Title>
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorClearSelection</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorClearSelection</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Replaces the currently selected contents with blanks. <Para>Replaces the currently selected contents with blanks.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorCopyToClipboard</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorCopyToClipboard</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Copies the currently selected contents to the clipboard. <Para>Copies the currently selected contents to the clipboard.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorCutToClipboard</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorCutToClipboard</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Removes the currently selected contents, placing it on the clipboard. <Para>Removes the currently selected contents, placing it on the clipboard.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorDeleteSelection</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorDeleteSelection</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Removes the currently selected contents. <Para>Removes the currently selected contents.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorDeselect</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorDeselect</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Deselects any selected contents. <Para>Deselects any selected contents.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorPasteFromClipboard</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorPasteFromClipboard</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Pastes the contents of the clipboard into a DtEditor <Para>Pastes the contents of the clipboard into a DtEditor
widget, replacing any currently selected contents. widget, replacing any currently selected contents.
@ -2465,7 +2465,7 @@ widget, replacing any currently selected contents.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorSelectAll</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorSelectAll</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Selects the entire contents of a DtEditor widget. <Para>Selects the entire contents of a DtEditor widget.
</Para> </Para>
@ -2477,7 +2477,7 @@ widget, replacing any currently selected contents.
<Title>DtEditor Format Functions</Title> <Title>DtEditor Format Functions</Title>
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorFormat</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorFormat</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Formats the contents of all or part of a DtEditor <Para>Formats the contents of all or part of a DtEditor
widget. widget.
@ -2485,7 +2485,7 @@ widget.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorInvokeFormatDialog</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorInvokeFormatDialog</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Displays the format dialog that enables the user <Para>Displays the format dialog that enables the user
to specify format settings for margins and to specify format settings for margins and
@ -2500,21 +2500,21 @@ operations.
<Title>DtEditor Find and Change Text Functions</Title> <Title>DtEditor Find and Change Text Functions</Title>
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorChange</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorChange</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Changes one or all occurrences of a string. <Para>Changes one or all occurrences of a string.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorFind</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorFind</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Finds the next occurrence of a string. <Para>Finds the next occurrence of a string.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorInvokeFindChangeDialog</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorInvokeFindChangeDialog</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Displays the dialog that enables the user <Para>Displays the dialog that enables the user
to search for, and optionally change, a string. to search for, and optionally change, a string.
@ -2522,7 +2522,7 @@ to search for, and optionally change, a string.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorInvokeSpellDialog</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorInvokeSpellDialog</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Displays a dialog with a list of misspelled <Para>Displays a dialog with a list of misspelled
words in the current contents. words in the current contents.
@ -2536,14 +2536,14 @@ words in the current contents.
<VariableList> <VariableList>
<![ %CDE.C.CDE; [ <![ %CDE.C.CDE; [
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorDisableRedisplay</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorDisableRedisplay</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Temporarily prevents visual update of a DtEditor widget. <Para>Temporarily prevents visual update of a DtEditor widget.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorEnableRedisplay</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorEnableRedisplay</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Forces the visual update of a DtEditor widget. <Para>Forces the visual update of a DtEditor widget.
</Para> </Para>
@ -2551,7 +2551,7 @@ words in the current contents.
</VarListEntry> </VarListEntry>
]]> ]]>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorCheckForUnsavedChanges</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorCheckForUnsavedChanges</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Reports whether the contents of a DtEditor <Para>Reports whether the contents of a DtEditor
widget have been altered since they were last widget have been altered since they were last
@ -2560,7 +2560,7 @@ retrieved or saved.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorGetInsertionPosition</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorGetInsertionPosition</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Returns the insertion cursor position of a DtEditor <Para>Returns the insertion cursor position of a DtEditor
widget. widget.
@ -2568,7 +2568,7 @@ widget.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorGetLastPosition</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorGetLastPosition</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Returns the position of the last character <Para>Returns the position of the last character
in the edit window. in the edit window.
@ -2576,7 +2576,7 @@ in the edit window.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorGetMessageTextFieldID</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorGetMessageTextFieldID</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Retrieves the widget ID of the Text Field <Para>Retrieves the widget ID of the Text Field
widget used to display application messages. widget used to display application messages.
@ -2584,7 +2584,7 @@ widget used to display application messages.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorGetSizeHints</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorGetSizeHints</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Retrieves sizing information from a DtEditor <Para>Retrieves sizing information from a DtEditor
widget. widget.
@ -2592,21 +2592,21 @@ widget.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorGoToLine</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorGoToLine</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Moves the insert cursor to the specified line. <Para>Moves the insert cursor to the specified line.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorSetInsertionPosition</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorSetInsertionPosition</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Sets the position of the insertion cursor. <Para>Sets the position of the insertion cursor.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorTraverseToEditor</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorTraverseToEditor</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Sets keyboard traversal to the edit window of a DtEditor <Para>Sets keyboard traversal to the edit window of a DtEditor
widget. widget.
@ -2614,7 +2614,7 @@ widget.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Function>DtEditorUndoEdit</Function>&hairsp;(&thinsp;)</Term> <Term><Function>DtEditorUndoEdit</Function>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Undoes the last edit made by a user. <Para>Undoes the last edit made by a user.
</Para> </Para>
@ -2627,7 +2627,7 @@ widget.
<Title>FILES</Title> <Title>FILES</Title>
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term><Emphasis>/usr/dt/lib/nls/msg/$LANG/DtWidget.cat</Emphasis>&hairsp;(&thinsp;)</Term> <Term><Emphasis>/usr/dt/lib/nls/msg/$LANG/DtWidget.cat</Emphasis>&hairsp;()</Term>
<ListItem> <ListItem>
<Para>Message catalog for DtWidget library. <Para>Message catalog for DtWidget library.
</Para> </Para>

View file

@ -1251,31 +1251,31 @@ the child process.</entry></row></tbody></tgroup></informaltable>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>Shift ~Ctrl&lt;Key>KP_Multiply:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>Shift ~Ctrl&lt;Key>KP_Multiply:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>XtDisplayInstalledAccelerators(&thinsp;)</computeroutput></entry></row> <entry align="left" valign="top"><computeroutput>XtDisplayInstalledAccelerators()</computeroutput></entry></row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Shift Ctrl&lt;Key>KP_Multiply:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Shift Ctrl&lt;Key>KP_Multiply:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>XtDisplayAccelerators(&thinsp;)</computeroutput></entry></row> <entry align="left" valign="top"><computeroutput>XtDisplayAccelerators()</computeroutput></entry></row>
<row> <row>
<entry align="left" valign="top"><computeroutput>Shift Ctrl&lt;Key>KP_Multiply:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>Shift Ctrl&lt;Key>KP_Multiply:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>XtDisplayTranslations(&thinsp;)</computeroutput></entry></row> <entry align="left" valign="top"><computeroutput>XtDisplayTranslations()</computeroutput></entry></row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;Key>osfCancel:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;Key>osfCancel:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>process-cancel(&thinsp;)</computeroutput></entry></row> <entry align="left" valign="top"><computeroutput>process-cancel()</computeroutput></entry></row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;Key>osfCopy:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;Key>osfCopy:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>copy-clipboard(&thinsp;)</computeroutput></entry></row> <entry align="left" valign="top"><computeroutput>copy-clipboard()</computeroutput></entry></row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;Key>osfCut:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;Key>osfCut:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>copy-clipboard(&thinsp;)</computeroutput></entry></row> <entry align="left" valign="top"><computeroutput>copy-clipboard()</computeroutput></entry></row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;Key>osfPaste:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;Key>osfPaste:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>paste-clipboard(&thinsp;)</computeroutput></entry></row> <entry align="left" valign="top"><computeroutput>paste-clipboard()</computeroutput></entry></row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;Key>osfBeginLine:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;Key>osfBeginLine:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>beginning-of-buffer(&thinsp;)</computeroutput></entry></row> <entry align="left" valign="top"><computeroutput>beginning-of-buffer()</computeroutput></entry></row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;Key>osfEndLine:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;Key>osfEndLine:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>end-of-buffer(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>end-of-buffer()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>Shift&lt;Key>osfUp:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>Shift&lt;Key>osfUp:</computeroutput></entry>
@ -1343,15 +1343,15 @@ the child process.</entry></row></tbody></tgroup></informaltable>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>Mod1&lt;Key>Break:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>Mod1&lt;Key>Break:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>soft-reset(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>soft-reset()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>Shift&lt;Key>Break:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>Shift&lt;Key>Break:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>hard-reset(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>hard-reset()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Shift ~Mod1&lt;Key>Break:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Shift ~Mod1&lt;Key>Break:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>vt-break(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>vt-break()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>Ctrl&lt;Key>Cancel:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>Ctrl&lt;Key>Cancel:</computeroutput></entry>
@ -1359,11 +1359,11 @@ the child process.</entry></row></tbody></tgroup></informaltable>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Ctrl&lt;Key>Cancel:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Ctrl&lt;Key>Cancel:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>stop(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>stop()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Shift&lt;Key>Tab:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Shift&lt;Key>Tab:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>tab(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>tab()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Mod1&lt;Key>KP_Space:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Mod1&lt;Key>KP_Space:</computeroutput></entry>
@ -1735,51 +1735,51 @@ function)</computeroutput></entry></row>
function)</computeroutput></entry></row> function)</computeroutput></entry></row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;KeyRelease>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;KeyRelease>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>key-release(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>key-release()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;KeyPress>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;KeyPress>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>insert(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>insert()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Shift~Ctrl&lt;Btn1Down>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Shift~Ctrl&lt;Btn1Down>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>grab-focus(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>grab-focus()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>Shift~Ctrl&lt;Btn1Down>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>Shift~Ctrl&lt;Btn1Down>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>extend-start(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>extend-start()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Ctrl&lt;Btn1Motion>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Ctrl&lt;Btn1Motion>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>select-adjust(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>select-adjust()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Ctrl&lt;Btn1Up>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Ctrl&lt;Btn1Up>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>extend-end(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>extend-end()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Shift&lt;Btn2Down>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Shift&lt;Btn2Down>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>process-bdrag(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>process-bdrag()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>~Shift&lt;Btn2Up>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>~Shift&lt;Btn2Up>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>copy-to(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>copy-to()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;EnterWindow>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;EnterWindow>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>enter(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>enter()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;LeaveWindow>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;LeaveWindow>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>leave(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>leave()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;FocusIn>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;FocusIn>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>focus-in(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>focus-in()</computeroutput></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><computeroutput>&lt;FocusOut>:</computeroutput></entry> <entry align="left" valign="top"><computeroutput>&lt;FocusOut>:</computeroutput></entry>
<entry align="left" valign="top"><computeroutput>focus-out(&thinsp;)</computeroutput></entry> <entry align="left" valign="top"><computeroutput>focus-out()</computeroutput></entry>
</row></tbody></tgroup></informaltable> </row></tbody></tgroup></informaltable>
</refsect2> </refsect2>
<refsect2> <refsect2>
@ -1795,28 +1795,28 @@ action sends a \f3\s-1DEL\s0\fP (delete) character to the child--><!-- process.-
<symbol role="Variable">percentage</symbol> above or below the base volume.</para> <symbol role="Variable">percentage</symbol> above or below the base volume.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>break&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>break&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Sends an RS232 break signal to the child process.</para> <para>Sends an RS232 break signal to the child process.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>cancel&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>cancel&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Sends a <Symbol>CAN</Symbol> (cancel) character to the child process. <para>Sends a <Symbol>CAN</Symbol> (cancel) character to the child process.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>copy-clipboard&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>copy-clipboard&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Copies current selection to the clipboard.</para> <para>Copies current selection to the clipboard.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>copy-to&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>copy-to&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Sends the primary selection to the subprocess.</para> <para>Sends the primary selection to the subprocess.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>do&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>do&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref <para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref
role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the <literal>Do</literal> key to the child process.</para> role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the <literal>Do</literal> key to the child process.</para>
@ -1838,14 +1838,14 @@ select</programlisting>
</informalexample> </informalexample>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>extend-start&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>extend-start&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Starts the extension of the currently selected text. The amount of text <para>Starts the extension of the currently selected text. The amount of text
selected depends on the number of mouse clicks (see <function>grab-focus</function>). selected depends on the number of mouse clicks (see <function>grab-focus</function>).
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>extend-end&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>extend-end&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Extends the current selection. The amount of text selected depends on <para>Extends the current selection. The amount of text selected depends on
the number of mouse clicks (see <function>grab-focus</function>).</para> the number of mouse clicks (see <function>grab-focus</function>).</para>
@ -1864,7 +1864,7 @@ then the string associated with user defined key <emphasis>num</emphasis>
is sent to the child process.</para> is sent to the child process.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>grab-focus&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>grab-focus&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Performs one of the following depending on the number of multiple mouse <para>Performs one of the following depending on the number of multiple mouse
clicks. One click deselects any selected text and sets the selection anchor clicks. One click deselects any selected text and sets the selection anchor
@ -1872,12 +1872,12 @@ at the pointer position; two clicks selects a word; three clicks selects a
line of text; and four clicks selects all text.</para> line of text; and four clicks selects all text.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>hard-reset&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>hard-reset&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Performs a hard reset on the terminal emulator. <![ %CDE.C.CDE; [See &cdeman.dttermesc; for a definition of hard reset. ]]></para> <para>Performs a hard reset on the terminal emulator. <![ %CDE.C.CDE; [See &cdeman.dttermesc; for a definition of hard reset. ]]></para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>help&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>help&hairsp;</emphasis>()</term>
<listitem><![ %CDE.C.CDE; [<para>Sends the escape sequence (see <![ %CDE.C.CDE; [ &cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<XRef Linkend="XCSA.M5DTT.anch.1" Role="2">) ]]>associated <listitem><![ %CDE.C.CDE; [<para>Sends the escape sequence (see <![ %CDE.C.CDE; [ &cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<XRef Linkend="XCSA.M5DTT.anch.1" Role="2">) ]]>associated
with the DEC VT220 Help key to the child process.</para>]]><![ %CDE.C.XO; [<para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref with the DEC VT220 Help key to the child process.</para>]]><![ %CDE.C.XO; [<para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref
role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the DEC VT220 Help role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the DEC VT220 Help
@ -1928,12 +1928,12 @@ forward</programlisting>
</informalexample> </informalexample>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>paste-clipboard&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>paste-clipboard&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Sends the contents of the clipboard to the subprocess.</para> <para>Sends the contents of the clipboard to the subprocess.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>process-bdrag&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>process-bdrag&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>The result of this action is determined by several factors: position <para>The result of this action is determined by several factors: position
of the location cursor, motion of the location cursor and the interval between of the location cursor, motion of the location cursor and the interval between
@ -1948,7 +1948,7 @@ whose <systemitem class="Resource">XmNexportTargets</systemitem> resource
value includes target types of <systemitem class="Constant">COMPOUND_TEXT</systemitem>, <systemitem class="Constant">STRING</systemitem> and <systemitem class="Constant">TEXT</systemitem>.</para> value includes target types of <systemitem class="Constant">COMPOUND_TEXT</systemitem>, <systemitem class="Constant">STRING</systemitem> and <systemitem class="Constant">TEXT</systemitem>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>redraw-display&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>redraw-display&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Redraws the contents of the text window.</para> <para>Redraws the contents of the text window.</para>
</listitem> </listitem>
@ -1966,30 +1966,30 @@ line</programlisting>
</informalexample> </informalexample>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>select-adjust&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>select-adjust&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Extends the selection. The amount of text selected depends on the number <para>Extends the selection. The amount of text selected depends on the number
of mouse clicks. One click selects characters; two clicks selects words; three of mouse clicks. One click selects characters; two clicks selects words; three
clicks selects lines; and four clicks selects the entire buffer.</para> clicks selects lines; and four clicks selects the entire buffer.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>select-all&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>select-all&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Selects all text.</para> <para>Selects all text.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>select-page&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>select-page&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Selects all text currently displayed on the screen.</para> <para>Selects all text currently displayed on the screen.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>self-insert&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>self-insert&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Sends the character associated with the key pressed to the child process. <para>Sends the character associated with the key pressed to the child process.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>soft-reset&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>soft-reset&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Performs a soft reset of the terminal. <![ %CDE.C.CDE; [For a definition <para>Performs a soft reset of the terminal. <![ %CDE.C.CDE; [For a definition
of soft reset see the ``Reset'' section in &cdeman.dttermesc;. ]]></para> of soft reset see the ``Reset'' section in &cdeman.dttermesc;. ]]></para>
@ -2014,12 +2014,12 @@ The string is interpreted as a hexadecimal character constant if it begins
with the characters <literal>0x</literal>.</para> with the characters <literal>0x</literal>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>tab&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>tab&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Sends a tab to the child process.</para> <para>Sends a tab to the child process.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>visual-bell&hairsp;</emphasis>(&thinsp;)</term> <varlistentry><term><emphasis>visual-bell&hairsp;</emphasis>()</term>
<listitem> <listitem>
<para>Flashes the window quickly.</para> <para>Flashes the window quickly.</para>
</listitem> </listitem>

View file

@ -29,9 +29,9 @@ standard/restricted command and programming language
<Arg>&plusmn;o</Arg> <Arg>&plusmn;o</Arg>
<Arg>option</Arg> <Arg>option</Arg>
</Group> </Group>
<Arg>.&thinsp;.&thinsp;.</Arg> <Arg>...</Arg>
<Arg Choice="opt">-</Arg> <Arg Choice="opt">-</Arg>
<Arg Choice="opt">arg .&thinsp;.&thinsp;.</Arg> <Arg Choice="opt">arg ...</Arg>
<Arg>rksh</Arg> <Arg>rksh</Arg>
<Arg Choice="opt">&plusmn;abcefhikmnoprstuvxCP</Arg> <Arg Choice="opt">&plusmn;abcefhikmnoprstuvxCP</Arg>
<Group> <Group>
@ -42,9 +42,9 @@ standard/restricted command and programming language
<Arg>&plusmn;o</Arg> <Arg>&plusmn;o</Arg>
<Arg>option</Arg> <Arg>option</Arg>
</Group> </Group>
<Arg>.&thinsp;.&thinsp;.</Arg> <Arg>...</Arg>
<Arg Choice="opt">-</Arg> <Arg Choice="opt">-</Arg>
<Arg Choice="opt">arg .&thinsp;.&thinsp;.</Arg> <Arg Choice="opt">arg ...</Arg>
</CmdSynopsis> </CmdSynopsis>
</RefSynopsisDiv> </RefSynopsisDiv>
<RefSect1> <RefSect1>
@ -162,16 +162,16 @@ Each pipeline can be preceded by the
pipelines pipelines
separated by separated by
<Literal>;</Literal>, <Literal>&amp;</Literal>, <Literal>&verbar;&amp;</Literal>, <Literal>&amp;&amp;</Literal>, or <Literal>;</Literal>, <Literal>&amp;</Literal>, <Literal>&verbar;&amp;</Literal>, <Literal>&amp;&amp;</Literal>, or
<Literal>&verbar;&thinsp;&verbar;</Literal>, and optionally terminated by <Literal>&verbar;&verbar;</Literal>, and optionally terminated by
<Literal>;</Literal>, <Literal>&amp;</Literal>, or <Literal>;</Literal>, <Literal>&amp;</Literal>, or
<Literal>&verbar;&amp;</Literal>. Of these five symbols, <Literal>&verbar;&amp;</Literal>. Of these five symbols,
<Literal>;</Literal>, <Literal>&amp;</Literal>, and <Literal>;</Literal>, <Literal>&amp;</Literal>, and
<Literal>&verbar;&amp;</Literal> have equal precedence, <Literal>&verbar;&amp;</Literal> have equal precedence,
which is lower than that of which is lower than that of
<Literal>&amp;&amp;</Literal> and <Literal>&amp;&amp;</Literal> and
<Literal>&verbar;&thinsp;&verbar;</Literal>. The symbols <Literal>&verbar;&verbar;</Literal>. The symbols
<Literal>&amp;&amp;</Literal> and <Literal>&amp;&amp;</Literal> and
<Literal>&verbar;&thinsp;&verbar;</Literal> also have equal precedence. <Literal>&verbar;&verbar;</Literal> also have equal precedence.
A semicolon A semicolon
(<Literal>;</Literal>) causes sequential execution of the preceding pipeline; an ampersand (<Literal>;</Literal>) causes sequential execution of the preceding pipeline; an ampersand
(<Literal>&amp;</Literal>) causes asynchronous execution of the preceding pipeline (i.e., the shell does (<Literal>&amp;</Literal>) causes asynchronous execution of the preceding pipeline (i.e., the shell does
@ -191,7 +191,7 @@ the built-in commands
<Literal>read</Literal> and <Literal>read</Literal> and
<Literal>print</Literal> described later. <Literal>print</Literal> described later.
The symbol The symbol
<Literal>&amp;&amp;</Literal> (&thinsp;<Literal>&verbar;&thinsp;&verbar;</Literal>&hairsp;) causes the <Literal>&amp;&amp;</Literal> (<Literal>&verbar;&verbar;</Literal>&hairsp;) causes the
<Emphasis>list&hairsp;</Emphasis> following it to be executed only if the preceding <Emphasis>list&hairsp;</Emphasis> following it to be executed only if the preceding
pipeline pipeline
returns a zero (non-zero) value. returns a zero (non-zero) value.
@ -208,7 +208,7 @@ last simple-command executed in the command.
</Para> </Para>
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term>for vname&hairsp; in word&hairsp; .&thinsp;.&thinsp;. ;do list&hairsp; ;done</Term> <Term>for vname&hairsp; in word&hairsp; ... ;do list&hairsp; ;done</Term>
<ListItem> <ListItem>
<Para>Each time a <Para>Each time a
<Literal>for</Literal> command is executed, <Literal>for</Literal> command is executed,
@ -216,7 +216,7 @@ last simple-command executed in the command.
<Emphasis>word&hairsp;</Emphasis> taken from the <Emphasis>word&hairsp;</Emphasis> taken from the
<Literal>in</Literal> <Emphasis>word&hairsp;</Emphasis> list. <Literal>in</Literal> <Emphasis>word&hairsp;</Emphasis> list.
If If
<Literal>in</Literal> <Emphasis>word&hairsp;</Emphasis> .&thinsp;.&thinsp;. <Literal>in</Literal> <Emphasis>word&hairsp;</Emphasis> ...
is omitted, then is omitted, then
the the
<Literal>for</Literal> command executes the <Literal>do</Literal> <Emphasis>list&hairsp;</Emphasis> once for each positional parameter <Literal>for</Literal> command executes the <Literal>do</Literal> <Emphasis>list&hairsp;</Emphasis> once for each positional parameter
@ -244,13 +244,13 @@ is omitted, then it behaves as if it evaluated to 1.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>select vname&hairsp; in word&hairsp; .&thinsp;.&thinsp;. ;do list&hairsp; ;done</Term> <Term>select vname&hairsp; in word&hairsp; ... ;do list&hairsp; ;done</Term>
<ListItem> <ListItem>
<Para>A <Para>A
<Literal>select</Literal> command prints on standard error (file descriptor 2) the set of <Literal>select</Literal> command prints on standard error (file descriptor 2) the set of
<Emphasis>word</Emphasis>s, each preceded by a number. <Emphasis>word</Emphasis>s, each preceded by a number.
If If
<Literal>in</Literal> <Emphasis>word&hairsp;</Emphasis> .&thinsp;.&thinsp;. <Literal>in</Literal> <Emphasis>word&hairsp;</Emphasis> ...
is omitted, then is omitted, then
the the
positional parameters positional parameters
@ -286,7 +286,7 @@ displaying the
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>case word&hairsp; in (pattern&hairsp; &verbar; pattern&hairsp; .&thinsp;.&thinsp;.) list&hairsp; ;; .&thinsp;.&thinsp;. esac</Term> <Term>case word&hairsp; in (pattern&hairsp; &verbar; pattern&hairsp; ...) list&hairsp; ;; ... esac</Term>
<ListItem> <ListItem>
<Para>A <Para>A
<Literal>case</Literal> command executes the <Literal>case</Literal> command executes the
@ -308,7 +308,7 @@ If
<VarListEntry> <VarListEntry>
<Term>if list&hairsp; ;then list&hairsp;</Term> <Term>if list&hairsp; ;then list&hairsp;</Term>
<ListItem> <ListItem>
<Para><Literal>elif</Literal> <Emphasis>list&hairsp;</Emphasis> <Literal>;then</Literal> <Emphasis>list&hairsp;</Emphasis> &str.CK; .&thinsp;.&thinsp;. <Para><Literal>elif</Literal> <Emphasis>list&hairsp;</Emphasis> <Literal>;then</Literal> <Emphasis>list&hairsp;</Emphasis> &str.CK; ...
&str.OK; <Literal>;else</Literal> <Emphasis>list&hairsp;</Emphasis> &str.CK; <Literal>;fi</Literal> &str.OK; <Literal>;else</Literal> <Emphasis>list&hairsp;</Emphasis> &str.CK; <Literal>;fi</Literal>
The The
<Emphasis>list&hairsp;</Emphasis> following <Literal>if</Literal> is executed and, <Emphasis>list&hairsp;</Emphasis> following <Literal>if</Literal> is executed and,
@ -481,21 +481,21 @@ An <Emphasis>assign_list&hairsp;</Emphasis> can be one of the following:
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>[word&hairsp;]=word&hairsp; .&thinsp;.&thinsp;.</Term> <Term>[word&hairsp;]=word&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Associative array assignment. <Para>Associative array assignment.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>assignment&hairsp; .&thinsp;.&thinsp;.</Term> <Term>assignment&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Nested variable assignment. <Para>Nested variable assignment.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>typeset options assignment&hairsp; .&thinsp;.&thinsp;.</Term> <Term>typeset options assignment&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Nested variable assignment. Multiple assignments <Para>Nested variable assignment. Multiple assignments
can be specified by separating each of them with a <Literal>;</Literal>. can be specified by separating each of them with a <Literal>;</Literal>.
@ -649,7 +649,7 @@ begins with a
<Title>Command Substitution.</Title> <Title>Command Substitution.</Title>
<Para>The standard output from a command enclosed in <Para>The standard output from a command enclosed in
parentheses preceded by a dollar sign ( parentheses preceded by a dollar sign (
<Literal>$(&thinsp;)</Literal>) <Literal>$()</Literal>)
or a pair of grave accents (&hairsp;<Literal>&grave;&hairsp;&grave;</Literal>&hairsp;) or a pair of grave accents (&hairsp;<Literal>&grave;&hairsp;&grave;</Literal>&hairsp;)
may be used as part or all may be used as part or all
of a word; of a word;
@ -667,7 +667,7 @@ can be replaced by the equivalent but faster
<Title>Arithmetic Substitution.</Title> <Title>Arithmetic Substitution.</Title>
<Para>An arithmetic expression enclosed in double <Para>An arithmetic expression enclosed in double
parentheses preceded by a dollar sign ( parentheses preceded by a dollar sign (
<Literal>$((&thinsp;))</Literal>) <Literal>$(())</Literal>)
is replaced by the value of the arithmetic expression is replaced by the value of the arithmetic expression
within the double parentheses. within the double parentheses.
</Para> </Para>
@ -745,7 +745,7 @@ an
between a between a
<Literal>[</Literal> and a <Literal>[</Literal> and a
<Literal>]</Literal>. To assign values to an indexed array, use <Literal>]</Literal>. To assign values to an indexed array, use
<Literal>set -A</Literal> <Emphasis>vname</Emphasis> <Symbol Role="Variable">value</Symbol> .&thinsp;.&thinsp;.. <Literal>set -A</Literal> <Emphasis>vname</Emphasis> <Symbol Role="Variable">value</Symbol> ....
The value of all The value of all
subscripts must be in the subscripts must be in the
range of range of
@ -769,13 +769,13 @@ is equivalent to referencing the array with subscript 0.
<Emphasis>value&hairsp;</Emphasis> of a <Emphasis>value&hairsp;</Emphasis> of a
<Emphasis>variable&hairsp;</Emphasis> may be assigned by writing: <Emphasis>variable&hairsp;</Emphasis> may be assigned by writing:
</Para> </Para>
<Para><Emphasis>vname</Emphasis><Literal>=</Literal><Emphasis>value&hairsp;&thinsp;</Emphasis> &str.OK; <Para><Emphasis>vname</Emphasis><Literal>=</Literal><Emphasis>value&hairsp;</Emphasis> &str.OK;
<Emphasis>vname</Emphasis><Literal>=</Literal><Emphasis>value&hairsp;</Emphasis> &str.CK; .&thinsp;.&thinsp;. <Emphasis>vname</Emphasis><Literal>=</Literal><Emphasis>value&hairsp;</Emphasis> &str.CK; ...
</Para> </Para>
<Para>or <Para>or
</Para> </Para>
<Para><Emphasis>vname</Emphasis><Literal>[</Literal><Emphasis>subscript</Emphasis><Literal>]=</Literal><Emphasis>value&hairsp;&thinsp;</Emphasis> &str.OK; <Para><Emphasis>vname</Emphasis><Literal>[</Literal><Emphasis>subscript</Emphasis><Literal>]=</Literal><Emphasis>value&hairsp;</Emphasis> &str.OK;
<Emphasis>vname</Emphasis><Literal>[</Literal><Emphasis>subscript</Emphasis><Literal>]=</Literal><Emphasis>value&hairsp;</Emphasis> &str.CK; .&thinsp;.&thinsp;. <Emphasis>vname</Emphasis><Literal>[</Literal><Emphasis>subscript</Emphasis><Literal>]=</Literal><Emphasis>value&hairsp;</Emphasis> &str.CK; ...
</Para> </Para>
<Para>Note that no space is allowed before or after the <Para>Note that no space is allowed before or after the
<Literal>=</Literal>.</Para> <Literal>=</Literal>.</Para>
@ -1076,7 +1076,7 @@ so that, in the following example,
<Literal>pwd</Literal> is executed only if <Literal>pwd</Literal> is executed only if
<Literal>d</Literal> is not set or is null: <Literal>d</Literal> is not set or is null:
</Para> </Para>
<Para>print &thinsp;${d:-&hairsp;$(&hairsp;pwd&hairsp;)&hairsp;} <Para>print ${d:-&hairsp;$(&hairsp;pwd&hairsp;)&hairsp;}
</Para> </Para>
<Para>If the colon ( <Para>If the colon (
<Literal>:</Literal> <Literal>)</Literal> is omitted from the above expressions, <Literal>:</Literal> <Literal>)</Literal> is omitted from the above expressions,
@ -1517,7 +1517,7 @@ The user may not change
<Para>The value of this variable is expanded for parameter <Para>The value of this variable is expanded for parameter
expansion, command substitution, and arithmetic substitution to define the expansion, command substitution, and arithmetic substitution to define the
primary prompt string which by default is primary prompt string which by default is
``<Literal>$&thinsp;&thinsp;&thinsp;</Literal>''. The character ``<Literal>$</Literal>''. The character
<Literal>!</Literal> in the primary prompt string is replaced by the <Literal>!</Literal> in the primary prompt string is replaced by the
<Emphasis>command&hairsp;</Emphasis> number (see <Emphasis>command&hairsp;</Emphasis> number (see
<Emphasis>Command Re-entry</Emphasis> <Emphasis>&hairsp;</Emphasis> below). <Emphasis>Command Re-entry</Emphasis> <Emphasis>&hairsp;</Emphasis> below).
@ -1531,7 +1531,7 @@ Two successive occurrences of
<Term>PS2</Term> <Term>PS2</Term>
<ListItem> <ListItem>
<Para>Secondary prompt string, by default <Para>Secondary prompt string, by default
``<Literal>> &thinsp;</Literal>''.</Para> ``<Literal>> </Literal>''.</Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
@ -1540,7 +1540,7 @@ Two successive occurrences of
<Para>Selection prompt string <Para>Selection prompt string
used within a used within a
<Literal>select</Literal> loop, by default <Literal>select</Literal> loop, by default
``<Literal>#? &thinsp;</Literal>''. ``<Literal>#? </Literal>''.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
@ -1551,7 +1551,7 @@ used within a
command substitution, and arithmetic substitution command substitution, and arithmetic substitution
and precedes each line of an execution trace. and precedes each line of an execution trace.
If omitted, the execution trace prompt is If omitted, the execution trace prompt is
``<Literal>+ &thinsp;</Literal>''.</Para> ``<Literal>+ </Literal>''.</Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
@ -1673,7 +1673,7 @@ uses of pattern matching the
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>&hairsp;.&thinsp;.&thinsp;.&hairsp;</Term> <Term>&hairsp;...&hairsp;</Term>
<ListItem> <ListItem>
<Para>Matches any one of the enclosed characters. <Para>Matches any one of the enclosed characters.
A pair of characters separated by A pair of characters separated by
@ -1776,13 +1776,13 @@ and
or as a file name. or as a file name.
However, when used as a command argument, However, when used as a command argument,
<Literal>"$&ast;" <Literal>"$&ast;"
is equivalent to</Literal> <Literal>"$1</Literal><Symbol Role="Variable">d</Symbol><Literal>&thinsp;$2</Literal><Symbol Role="Variable">d</Symbol>&thinsp;.&thinsp;.&thinsp;.<Literal>"</Literal>, is equivalent to</Literal> <Literal>"$1</Literal><Symbol Role="Variable">d</Symbol><Literal>$2</Literal><Symbol Role="Variable">d</Symbol>...<Literal>"</Literal>,
where where
<Symbol Role="Variable">d</Symbol> is the first character of the <Symbol Role="Variable">d</Symbol> is the first character of the
<Symbol>IFS</Symbol> variable, whereas <Symbol>IFS</Symbol> variable, whereas
<Literal>"$@" <Literal>"$@"
is equivalent to</Literal> <Literal>"$1"&thinsp;</Literal> <Literal>"$2"&thinsp; is equivalent to</Literal> <Literal>"$1"</Literal> <Literal>"$2"
.&thinsp;.&thinsp;.&hairsp;. ...&hairsp;.
Inside grave quote marks Inside grave quote marks
(</Literal><Literal>&grave;&hairsp;&grave;</Literal>), (</Literal><Literal>&grave;&hairsp;&grave;</Literal>),
<Literal>&bsol;</Literal> quotes the characters <Literal>&bsol;</Literal> quotes the characters
@ -2402,7 +2402,7 @@ by the digit
(instead of the default 0 or 1). (instead of the default 0 or 1).
For example: For example:
</Para> </Para>
<Para>.&thinsp;.&thinsp;. &thinsp;2>&amp;1 <Para>... 2>&amp;1
</Para> </Para>
<Para>means file descriptor 2 is to be opened <Para>means file descriptor 2 is to be opened
for writing as a duplicate for writing as a duplicate
@ -2413,7 +2413,7 @@ The shell evaluates each redirection in terms of the
(<Emphasis>file descriptor</Emphasis>, <Symbol Role="Variable">file</Symbol>) association at the time of evaluation. (<Emphasis>file descriptor</Emphasis>, <Symbol Role="Variable">file</Symbol>) association at the time of evaluation.
For example: For example:
</Para> </Para>
<Para>.&thinsp;.&thinsp;. &thinsp;1><Emphasis>fname&hairsp;</Emphasis> 2>&amp;1 <Para>... 1><Emphasis>fname&hairsp;</Emphasis> 2>&amp;1
</Para> </Para>
<Para>first associates file descriptor 1 with file <Para>first associates file descriptor 1 with file
<Emphasis>fname&hairsp;</Emphasis>. It then associates file descriptor 2 with the file associated with file <Emphasis>fname&hairsp;</Emphasis>. It then associates file descriptor 2 with the file associated with file
@ -2472,12 +2472,12 @@ A variable assignment argument is a word of the form
<Emphasis>identifier=value</Emphasis>. Thus: <Emphasis>identifier=value</Emphasis>. Thus:
</Para> </Para>
<programlisting> <programlisting>
TERM=450 &thinsp;cmd &thinsp;args TERM=450 cmd args
</programlisting> </programlisting>
<Para>and <Para>and
</Para> </Para>
<programlisting> <programlisting>
(export &thinsp;TERM; &thinsp;TERM=450; &thinsp;cmd &thinsp;args) (export TERM; TERM=450; cmd args)
</programlisting> </programlisting>
<Para>are equivalent (as far as the above execution of <Para>are equivalent (as far as the above execution of
<Emphasis>cmd&hairsp;</Emphasis> is concerned except for special built-in commands listed below - <Emphasis>cmd&hairsp;</Emphasis> is concerned except for special built-in commands listed below -
@ -4082,14 +4082,14 @@ performed.
</OrderedList> </OrderedList>
<VariableList> <VariableList>
<VarListEntry> <VarListEntry>
<Term>-: arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>-: arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>The command only expands parameters. <Para>The command only expands parameters.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>- &thinsp;. name&hairsp; arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>- . name&hairsp; arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>If <Para>If
<Emphasis>name&hairsp;</Emphasis> is a function defined with the <Emphasis>name&hairsp;</Emphasis> is a function defined with the
@ -4115,7 +4115,7 @@ The exit status is the exit status of the last command executed.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>-- alias -ptx name =value&hairsp; .&thinsp;.&thinsp;.</Term> <Term>-- alias -ptx name =value&hairsp; ...</Term>
<ListItem> <ListItem>
<Para><Literal>alias&hairsp;</Literal> with no arguments prints the list of aliases <Para><Literal>alias&hairsp;</Literal> with no arguments prints the list of aliases
in the form in the form
@ -4154,7 +4154,7 @@ The exit status is non-zero if a
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>bg job&hairsp;.&thinsp;.&thinsp;.</Term> <Term>bg job&hairsp;...</Term>
<ListItem> <ListItem>
<Para>This command is only on systems that support job control. <Para>This command is only on systems that support job control.
Puts each specified Puts each specified
@ -4180,7 +4180,7 @@ If
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>builtin -ds -f file&hairsp; name&hairsp; .&thinsp;.&thinsp;.</Term> <Term>builtin -ds -f file&hairsp; name&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>If <Para>If
<Emphasis>name&hairsp;</Emphasis> is not specified, the built-ins are printed on standard output. <Emphasis>name&hairsp;</Emphasis> is not specified, the built-ins are printed on standard output.
@ -4270,7 +4270,7 @@ The last instance of
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>command -pvV name&hairsp; arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>command -pvV name&hairsp; arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Without the <Para>Without the
<Literal>-v</Literal> or <Literal>-v</Literal> or
@ -4313,7 +4313,7 @@ If
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>disown job&hairsp;.&thinsp;.&thinsp;.</Term> <Term>disown job&hairsp;...</Term>
<ListItem> <ListItem>
<Para>Causes the shell not to send a HUP signal to <Para>Causes the shell not to send a HUP signal to
each given each given
@ -4324,7 +4324,7 @@ when a login shell terminates.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>echo arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>echo arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>When the first <Para>When the first
<Emphasis>arg&hairsp;</Emphasis> does not begin with a -, and <Emphasis>arg&hairsp;</Emphasis> does not begin with a -, and
@ -4343,7 +4343,7 @@ See
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>- eval arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>- eval arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>The arguments are read as input <Para>The arguments are read as input
to the shell to the shell
@ -4352,7 +4352,7 @@ and the resulting command(s) executed.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>- exec -c -a name&hairsp; arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>- exec -c -a name&hairsp; arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>If <Para>If
<Emphasis>arg&hairsp;</Emphasis> is given, <Emphasis>arg&hairsp;</Emphasis> is given,
@ -4400,7 +4400,7 @@ shell which has the
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>-- export -p name&hairsp;=value&hairsp; .&thinsp;.&thinsp;.</Term> <Term>-- export -p name&hairsp;=value&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>If <Para>If
<Emphasis>name&hairsp;</Emphasis> is not given, <Emphasis>name&hairsp;</Emphasis> is not given,
@ -4419,7 +4419,7 @@ export to the
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>fg job&hairsp;.&thinsp;.&thinsp;.</Term> <Term>fg job&hairsp;...</Term>
<ListItem> <ListItem>
<Para>This command is only on systems that support job control. <Para>This command is only on systems that support job control.
Each Each
@ -4440,7 +4440,7 @@ See
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>getopts optstring vname&hairsp; arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>getopts optstring vname&hairsp; arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Checks <Para>Checks
<Emphasis>arg</Emphasis> for legal options. <Emphasis>arg</Emphasis> for legal options.
@ -4452,7 +4452,7 @@ An option argument begins with a
<Literal>-</Literal>. An option not beginning with <Literal>-</Literal>. An option not beginning with
<Literal>+</Literal> or <Literal>+</Literal> or
<Literal>-</Literal> or the argument <Literal>-</Literal> or the argument
<Literal>-&thinsp;-</Literal> ends the options. <Literal>--</Literal> ends the options.
<Emphasis>optstring</Emphasis> contains the letters that <Emphasis>optstring</Emphasis> contains the letters that
<Emphasis>getopts</Emphasis> recognizes. <Emphasis>getopts</Emphasis> recognizes.
If a letter is followed by a If a letter is followed by a
@ -4544,7 +4544,7 @@ is performed.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>jobs -lnp&hairsp; job&hairsp; .&thinsp;.&thinsp;.</Term> <Term>jobs -lnp&hairsp; job&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Lists information about each given job; or all active jobs if <Para>Lists information about each given job; or all active jobs if
<Emphasis>job</Emphasis> is omitted. <Emphasis>job</Emphasis> is omitted.
@ -4561,19 +4561,19 @@ See
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>kill -s signame&hairsp; job&hairsp; .&thinsp;.&thinsp;.</Term> <Term>kill -s signame&hairsp; job&hairsp; ...</Term>
<ListItem> <ListItem>
<Para></Para> <Para></Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>kill -n signum&hairsp; job&hairsp; .&thinsp;.&thinsp;.</Term> <Term>kill -n signum&hairsp; job&hairsp; ...</Term>
<ListItem> <ListItem>
<Para></Para> <Para></Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>kill -l sig&hairsp; .&thinsp;.&thinsp;.</Term> <Term>kill -l sig&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Sends either the TERM (terminate) signal or the <Para>Sends either the TERM (terminate) signal or the
specified signal to the specified jobs or processes. specified signal to the specified jobs or processes.
@ -4609,7 +4609,7 @@ least significant 8 bits of
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>let arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>let arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Each <Para>Each
<Emphasis>arg</Emphasis> is a separate <Emphasis>arg</Emphasis> is a separate
@ -4624,19 +4624,19 @@ is non-zero, and 1 otherwise.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>- newgrp arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>- newgrp arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Equivalent to <Para>Equivalent to
<Literal>exec /bin/newgrp</Literal> <Emphasis>arg&hairsp;</Emphasis> .&thinsp;.&thinsp;.&hairsp;. <Literal>exec /bin/newgrp</Literal> <Emphasis>arg&hairsp;</Emphasis> ...&hairsp;.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>print -Rnprs&hairsp; -u unit&hairsp; -f format&hairsp; arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>print -Rnprs&hairsp; -u unit&hairsp; -f format&hairsp; arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>With no options or with option <Para>With no options or with option
<Literal>-</Literal> or <Literal>-</Literal> or
<Literal>-&thinsp;-</Literal>, Each <Literal>--</Literal>, Each
<Emphasis>arg</Emphasis> is printed <Emphasis>arg</Emphasis> is printed
on standard output. on standard output.
The The
@ -4749,7 +4749,7 @@ If the option
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>printf format&hairsp; arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>printf format&hairsp; arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>The arguments <Para>The arguments
<Emphasis>arg&hairsp;</Emphasis> are printed on standard output <Emphasis>arg&hairsp;</Emphasis> are printed on standard output
@ -4801,7 +4801,7 @@ all symbolic links are resolved from the name.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>read -Aprs&hairsp; -d delim&hairsp; -t timeout&hairsp; -u unit&hairsp; vname?prompt&hairsp; vname&hairsp; .&thinsp;.&thinsp;.</Term> <Term>read -Aprs&hairsp; -d delim&hairsp; -t timeout&hairsp; -u unit&hairsp; vname?prompt&hairsp; vname&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>The shell input mechanism. <Para>The shell input mechanism.
One line is read and One line is read and
@ -4861,7 +4861,7 @@ or read has timed out.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>-- readonly -p vname=value&hairsp; .&thinsp;.&thinsp;.</Term> <Term>-- readonly -p vname=value&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>If <Para>If
<Emphasis>vname&hairsp;</Emphasis> is not given <Emphasis>vname&hairsp;</Emphasis> is not given
@ -4885,7 +4885,7 @@ by subsequent assignment.
<ListItem> <ListItem>
<Para>Causes a shell <Para>Causes a shell
<Symbol Role="Variable">function</Symbol> or <Symbol Role="Variable">function</Symbol> or
<Literal>&thinsp;.</Literal> <Literal>.</Literal>
script to return script to return
to the invoking script to the invoking script
with the return status specified by with the return status specified by
@ -4895,14 +4895,14 @@ If
If If
<Literal>return</Literal> is invoked while not in a <Literal>return</Literal> is invoked while not in a
<Symbol Role="Variable">function</Symbol> or a <Symbol Role="Variable">function</Symbol> or a
<Literal>&thinsp;.</Literal> <Literal>.</Literal>
script, script,
then it behaves the same as then it behaves the same as
<Literal>exit</Literal>.</Para> <Literal>exit</Literal>.</Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>- set &plusmn;CPabefhkmnopstuvx &plusmn;o option&hairsp; .&thinsp;.&thinsp;. &plusmn;A vname&hairsp; arg&hairsp; .&thinsp;.&thinsp;.</Term> <Term>- set &plusmn;CPabefhkmnopstuvx &plusmn;o option&hairsp; ... &plusmn;A vname&hairsp; arg&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>The options for this command have meaning as follows: <Para>The options for this command have meaning as follows:
</Para> </Para>
@ -5240,7 +5240,7 @@ set to the real uid and gid.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>-&thinsp;-</Term> <Term>--</Term>
<ListItem> <ListItem>
<Para>Do not change any of the options; useful in setting <Para>Do not change any of the options; useful in setting
<Literal>$1</Literal> to a value beginning with <Literal>$1</Literal> to a value beginning with
@ -5262,7 +5262,7 @@ The current set of options may be found in
<Literal>-A</Literal> is specified, <Literal>-A</Literal> is specified,
the remaining arguments are positional the remaining arguments are positional
parameters and are assigned, in order, to parameters and are assigned, in order, to
<Literal>$1</Literal> <Literal>$2</Literal> .&thinsp;.&thinsp;.&hairsp;. <Literal>$1</Literal> <Literal>$2</Literal> ...&hairsp;.
If no arguments are given then the names and values If no arguments are given then the names and values
of all variables are printed on the standard output. of all variables are printed on the standard output.
</Para> </Para>
@ -5276,9 +5276,9 @@ of all variables are printed on the standard output.
<ListItem> <ListItem>
<Para>The positional parameters from <Para>The positional parameters from
<Literal>$</Literal><Symbol Role="Variable">n</Symbol><Literal>+1</Literal> <Literal>$</Literal><Symbol Role="Variable">n</Symbol><Literal>+1</Literal>
.&thinsp;.&thinsp;. ...
are renamed are renamed
<Literal>$1</Literal> .&thinsp;.&thinsp;.&hairsp; <Literal>$1</Literal> ...&hairsp;
, default , default
<Emphasis>n&hairsp;</Emphasis> is 1. <Emphasis>n&hairsp;</Emphasis> is 1.
The parameter The parameter
@ -5296,7 +5296,7 @@ second given by
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>- trap -p action&hairsp; sig&hairsp; .&thinsp;.&thinsp;.</Term> <Term>- trap -p action&hairsp; sig&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>The -p <Para>The -p
option causes the trap option causes the trap
@ -5362,7 +5362,7 @@ of commands associated with each signal number.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>-- typeset &plusmn;AHflnprtux&hairsp; &plusmn;EFLRZin&hairsp; vname&hairsp;=value&hairsp; &hairsp; .&thinsp;.&thinsp;.</Term> <Term>-- typeset &plusmn;AHflnprtux&hairsp; &plusmn;EFLRZin&hairsp; vname&hairsp;=value&hairsp; &hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Sets attributes and values for shell variables and functions. <Para>Sets attributes and values for shell variables and functions.
When invoked inside a function, When invoked inside a function,
@ -5721,7 +5721,7 @@ mask is printed in octal.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>- unalias -a name&hairsp; .&thinsp;.&thinsp;.</Term> <Term>- unalias -a name&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>The <Para>The
<Emphasis>aliases&hairsp;</Emphasis> given by the list of <Emphasis>aliases&hairsp;</Emphasis> given by the list of
@ -5734,7 +5734,7 @@ aliases to be unset.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>-unset -fv vname&hairsp; .&thinsp;.&thinsp;.</Term> <Term>-unset -fv vname&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>The variables given by the list of <Para>The variables given by the list of
<Emphasis>vname</Emphasis>s are unassigned, <Emphasis>vname</Emphasis>s are unassigned,
@ -5757,7 +5757,7 @@ subsequently assigned to.
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>wait job&hairsp; .&thinsp;.&thinsp;.</Term> <Term>wait job&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>Wait for the specified <Para>Wait for the specified
<Emphasis>job</Emphasis> and <Emphasis>job</Emphasis> and
@ -5772,7 +5772,7 @@ See
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term>whence -apv name&hairsp; .&thinsp;.&thinsp;.</Term> <Term>whence -apv name&hairsp; ...</Term>
<ListItem> <ListItem>
<Para>For each <Para>For each
<Symbol Role="Variable">name</Symbol>, indicate how it <Symbol Role="Variable">name</Symbol>, indicate how it
@ -6040,7 +6040,7 @@ Use the
<Literal>hist&hairsp;</Literal> built-in command within a compound command will cause the whole <Literal>hist&hairsp;</Literal> built-in command within a compound command will cause the whole
command to disappear from the history file. command to disappear from the history file.
</Para> </Para>
<Para>The built-in command <Literal>&thinsp;.</Literal> <Emphasis>file&hairsp;</Emphasis> <Para>The built-in command <Literal>.</Literal> <Emphasis>file&hairsp;</Emphasis>
reads the whole file before any commands are executed. reads the whole file before any commands are executed.
Therefore, Therefore,
<Literal>alias</Literal> and <Literal>alias</Literal> and

View file

@ -49,7 +49,7 @@
<Arg Choice="opt">-s</Arg> <Arg Choice="opt">-s</Arg>
<Arg Choice="opt">-d <Replaceable>db</Replaceable></Arg> <Arg Choice="opt">-d <Replaceable>db</Replaceable></Arg>
<Arg><Replaceable>type</Replaceable></Arg> <Arg><Replaceable>type</Replaceable></Arg>
<Arg>.&thinsp;.&thinsp;.</Arg> <Arg>...</Arg>
</CmdSynopsis> </CmdSynopsis>
]]> ]]>
<![ %CDE.C.XO; [ <![ %CDE.C.XO; [
@ -58,7 +58,7 @@
<Arg>-r</Arg> <Arg>-r</Arg>
<Arg Choice="opt">-s</Arg> <Arg Choice="opt">-s</Arg>
<Arg><Replaceable>type</Replaceable></Arg> <Arg><Replaceable>type</Replaceable></Arg>
<Arg>.&thinsp;.&thinsp;.</Arg> <Arg>...</Arg>
</CmdSynopsis> </CmdSynopsis>
]]> ]]>
<![ %CDE.C.CDE; [ <![ %CDE.C.CDE; [

View file

@ -44,7 +44,7 @@
<Command>ttcp</Command> <Command>ttcp</Command>
<Arg Choice="opt">-prL</Arg> <Arg Choice="opt">-prL</Arg>
<Arg><Replaceable>filename</Replaceable></Arg> <Arg><Replaceable>filename</Replaceable></Arg>
<Arg>.&thinsp;.&thinsp;.</Arg> <Arg>...</Arg>
<Arg><Replaceable>directory</Replaceable></Arg> <Arg><Replaceable>directory</Replaceable></Arg>
<!-- --> <!-- -->
</CmdSynopsis> </CmdSynopsis>

View file

@ -36,7 +36,7 @@
<Command>ttmv</Command> <Command>ttmv</Command>
<Arg Choice="opt">-fL</Arg> <Arg Choice="opt">-fL</Arg>
<Arg><Replaceable>pathname</Replaceable></Arg> <Arg><Replaceable>pathname</Replaceable></Arg>
<Arg>.&thinsp;.&thinsp;.</Arg> <Arg>...</Arg>
<Arg><Replaceable>directory</Replaceable></Arg> <Arg><Replaceable>directory</Replaceable></Arg>
<!-- --> <!-- -->
</CmdSynopsis> </CmdSynopsis>

View file

@ -29,7 +29,7 @@
<Command>ttrm</Command> <Command>ttrm</Command>
<Arg Choice="opt">-frL</Arg> <Arg Choice="opt">-frL</Arg>
<Arg><Replaceable>pathname</Replaceable></Arg> <Arg><Replaceable>pathname</Replaceable></Arg>
<Arg>.&thinsp;.&thinsp;.</Arg> <Arg>...</Arg>
</CmdSynopsis> </CmdSynopsis>
<CmdSynopsis> <CmdSynopsis>
<Command>ttrm</Command> <Command>ttrm</Command>

View file

@ -29,7 +29,7 @@
<Command>ttrmdir</Command> <Command>ttrmdir</Command>
<Arg Choice="opt">-L</Arg> <Arg Choice="opt">-L</Arg>
<Arg><Replaceable>directory</Replaceable></Arg> <Arg><Replaceable>directory</Replaceable></Arg>
<Arg>.&thinsp;.&thinsp;.</Arg> <Arg>...</Arg>
</CmdSynopsis> </CmdSynopsis>
<CmdSynopsis> <CmdSynopsis>
<Command>ttrmdir</Command> <Command>ttrmdir</Command>

View file

@ -16,12 +16,12 @@ objects in an archive</refpurpose></refnamediv><!-- $XConsortium: tttar.sgm
(c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.--><!-- (c) Copyright (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.--><!-- (c) Copyright
1993, 1994, 1995 Novell, Inc.--><refsynopsisdiv> 1993, 1994, 1995 Novell, Inc.--><refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>tttar c</command><arg>t</arg><arg>x</arg><arg choice="opt">EfhpSv</arg><arg choice="opt"><replaceable>tarfile</replaceable></arg><arg><replaceable>pathname</replaceable></arg><arg>.&thinsp;.&thinsp;.</arg> <command>tttar c</command><arg>t</arg><arg>x</arg><arg choice="opt">EfhpSv</arg><arg choice="opt"><replaceable>tarfile</replaceable></arg><arg><replaceable>pathname</replaceable></arg><arg>...</arg>
</cmdsynopsis> </cmdsynopsis>
<cmdsynopsis> <cmdsynopsis>
<command>tttar c</command><arg>t</arg><arg>xfL</arg><arg choice="opt">EhpRSv</arg><arg><replaceable>tttarfile</replaceable></arg><group><group><arg>-rename <replaceable>oldname</replaceable></arg><arg><replaceable>newname</replaceable></arg></group> <command>tttar c</command><arg>t</arg><arg>xfL</arg><arg choice="opt">EhpRSv</arg><arg><replaceable>tttarfile</replaceable></arg><group><group><arg>-rename <replaceable>oldname</replaceable></arg><arg><replaceable>newname</replaceable></arg></group>
<arg>.&thinsp;.&thinsp;.</arg></group><arg><replaceable>pathname</replaceable></arg> <arg>...</arg></group><arg><replaceable>pathname</replaceable></arg>
<arg>.&thinsp;.&thinsp;.</arg> <arg>...</arg>
</cmdsynopsis> </cmdsynopsis>
<cmdsynopsis> <cmdsynopsis>
<command>tttar</command><arg>-h</arg><arg>-help</arg> <command>tttar</command><arg>-h</arg><arg>-help</arg>

View file

@ -21,7 +21,7 @@ Inc.--><refsynopsisdiv><![ %CDE.C.CDE; [<cmdsynopsis>
</group><group><arg>-np</arg><arg>-noproject</arg></group><arg </group><group><arg>-np</arg><arg>-noproject</arg></group><arg
choice="opt">-showall</arg><arg choice="opt">-noshowall</arg> choice="opt">-showall</arg><arg choice="opt">-noshowall</arg>
<group><arg>-s</arg><arg>-silent</arg></group><group><arg>-v</arg><arg>-verbose</arg></group><group><arg><replaceable>file</replaceable></arg> <group><arg>-s</arg><arg>-silent</arg></group><group><arg>-v</arg><arg>-verbose</arg></group><group><arg><replaceable>file</replaceable></arg>
<arg> .&thinsp;.&thinsp;.</arg></group> <arg> ...</arg></group>
</cmdsynopsis>]]><![ %CDE.C.XO; [<CmdSynopsis> </cmdsynopsis>]]><![ %CDE.C.XO; [<CmdSynopsis>
<Command>dtcodegen</Command> <Command>dtcodegen</Command>
<Arg Choice="opt">-changed</Arg> <Arg Choice="opt">-changed</Arg>
@ -39,7 +39,7 @@ choice="opt">-showall</arg><arg choice="opt">-noshowall</arg>
<Arg>-verbose</Arg> <Arg>-verbose</Arg>
</Group> </Group>
<Arg><Replaceable>file</Replaceable></Arg> <Arg><Replaceable>file</Replaceable></Arg>
<Arg> .&thinsp;.&thinsp;.</Arg> <Arg> ...</Arg>
</CmdSynopsis> </CmdSynopsis>
]]> ]]>
<cmdsynopsis> <cmdsynopsis>
@ -116,7 +116,7 @@ widgets. This value retains the CDE 1.0 behavior.</para>
</variablelist> </variablelist>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><literal>-p&thinsp;|&thinsp;-project </literal> <emphasis>myproj</emphasis></term> <varlistentry><term><literal>-p|-project </literal> <emphasis>myproj</emphasis></term>
<listitem> <listitem>
<para>Generate code for the project <emphasis>myproj</emphasis>, (which is <para>Generate code for the project <emphasis>myproj</emphasis>, (which is
expected to be defined in the file <emphasis>myproj</emphasis> <Filename>.bip</Filename>).</para> expected to be defined in the file <emphasis>myproj</emphasis> <Filename>.bip</Filename>).</para>
@ -150,13 +150,13 @@ been specified. (The <literal>-showall</literal> option suppresses this
behavior).</para> behavior).</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><literal>-s&thinsp;|&thinsp;-silent</literal></term> <varlistentry><term><literal>-s|-silent</literal></term>
<listitem> <listitem>
<para>Work silently, producing no output except error messages while generating <para>Work silently, producing no output except error messages while generating
source code.</para> source code.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><literal>-v&thinsp;|&thinsp;-verbose</literal></term> <varlistentry><term><literal>-v|-verbose</literal></term>
<listitem> <listitem>
<para>Be more verbose in providing progress and status messages during the <para>Be more verbose in providing progress and status messages during the
generation of source code.</para> generation of source code.</para>

View file

@ -14,7 +14,7 @@ print utility for DtHelpDialog and DtHelpQuickDialog widgets</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>dthelpprint</command><arg choice="opt"><replaceable>options&thinsp;</replaceable></arg> <command>dthelpprint</command><arg choice="opt"><replaceable>options</replaceable></arg>
</cmdsynopsis> </cmdsynopsis>
<refsect2> <refsect2>
<title>Options</title> <title>Options</title>

View file

@ -2045,7 +2045,7 @@ termOpts execHost contextDir useIndicator</replaceable></arg><arg><replaceable>d
used to specify file arguments to be used by <command>DtActionInvoke</command> used to specify file arguments to be used by <command>DtActionInvoke</command>
when invoking the specified action. The <emphasis>dtksh-command</emphasis> when invoking the specified action. The <emphasis>dtksh-command</emphasis>
argument <![ %CDE.C.CDE; [is not supported in &str-XZ; 1.0, and should be ]]><![ %CDE.C.XO; [must argument <![ %CDE.C.CDE; [is not supported in &str-XZ; 1.0, and should be ]]><![ %CDE.C.XO; [must
be ]]>specified as a null ("&thinsp;") value. <!--.LE--></para> be ]]>specified as a null ("") value. <!--.LE--></para>
</refsect2> </refsect2>
<refsect2> <refsect2>
<title>Built-in Data Typing Commands</title> <title>Built-in Data Typing Commands</title>

View file

@ -36,7 +36,7 @@ use the Tooltalk API to compose and send messages.</para>
<varlistentry><term>-a file1 ... fileN</term> <varlistentry><term>-a file1 ... fileN</term>
<listitem> <listitem>
<!-- ex-TP--> <!-- ex-TP-->
<para>Bring up a Compose window with &thinsp;file1&thinsp; through &thinsp;fileN&thinsp; <para>Bring up a Compose window with file1 through fileN
as attachments.</para> as attachments.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View file

@ -47,7 +47,7 @@ user cmd</manvolnum></refmeta><refnamediv><refname><command>dtterm</command></re
<arg choice="opt">&plusmn;sb</arg> <arg choice="opt">&plusmn;sb</arg>
<arg choice="opt">&plusmn;sf</arg> <arg choice="opt">&plusmn;sf</arg>
<group><arg>-sl <replaceable>screens</replaceable></arg> <group><arg>-sl <replaceable>screens</replaceable></arg>
<group><arg>s&thinsp;</arg><arg>&thinsp;l</arg></group></group> <group><arg>s</arg><arg>l</arg></group></group>
<arg choice="opt">-ti <replaceable>term_id</replaceable></arg> <arg choice="opt">-ti <replaceable>term_id</replaceable></arg>
<arg choice="opt">-title <replaceable>title_string</replaceable></arg> <arg choice="opt">-title <replaceable>title_string</replaceable></arg>
<arg choice="opt">-tm <replaceable>term_modes</replaceable></arg> <arg choice="opt">-tm <replaceable>term_modes</replaceable></arg>
@ -275,7 +275,7 @@ enable and disable logging via escape sequences.</para>
<listitem> <listitem>
<para>Name the file to which <command>dtterm</command> writes the output log. <para>Name the file to which <command>dtterm</command> writes the output log.
If the <symbol role="Variable">file_name</symbol> argument begins with a pipe If the <symbol role="Variable">file_name</symbol> argument begins with a pipe
symbol (&thinsp;|&thinsp;), <command>dtterm</command> assumes the rest of symbol (|), <command>dtterm</command> assumes the rest of
the string to be a command to be used as the endpoint of a pipe. The default the string to be a command to be used as the endpoint of a pipe. The default
file name is <literal>DttermLog</literal> <symbol role="variable">XXXXX</symbol> (where <symbol role="variable">XXXXX</symbol> is a unique value) and is created file name is <literal>DttermLog</literal> <symbol role="variable">XXXXX</symbol> (where <symbol role="variable">XXXXX</symbol> is a unique value) and is created
in the directory from which the subprocess was started. The <symbol role="Variable">file_name</symbol> argument specifies the log file name used by <command>dtterm</command> for logging.</para> in the directory from which the subprocess was started. The <symbol role="Variable">file_name</symbol> argument specifies the log file name used by <command>dtterm</command> for logging.</para>
@ -1020,7 +1020,7 @@ and disabled via escape sequences.</para>
<varlistentry><term><systemitem class="environvar">logFile</systemitem></term> <varlistentry><term><systemitem class="environvar">logFile</systemitem></term>
<listitem> <listitem>
<para>Specifies the filename to which <command>dtterm</command> writes the <para>Specifies the filename to which <command>dtterm</command> writes the
output log. If the filename begins with a pipe symbol (&thinsp;|&thinsp;), <command>dtterm</command> assumes the rest of the string is a command to be used as output log. If the filename begins with a pipe symbol (|), <command>dtterm</command> assumes the rest of the string is a command to be used as
the endpoint of a pipe. The default filename is the endpoint of a pipe. The default filename is
<filename>DttermLog</filename><symbol role="variable">XXXXX</symbol> <filename>DttermLog</filename><symbol role="variable">XXXXX</symbol>
(where <symbol role="variable">XXXXX</symbol> is a unique value) and (where <symbol role="variable">XXXXX</symbol> is a unique value) and

View file

@ -48,7 +48,7 @@ If no value (in other words,
argument, then the variable was not present in the argument, then the variable was not present in the
handler's environment. handler's environment.
This condition is not an error. This condition is not an error.
If an empty string (in other words, "&thinsp;") If an empty string (in other words, "")
is returned for this argument, then the variable was present in the is returned for this argument, then the variable was present in the
handler's environment, but had a null value. handler's environment, but had a null value.
</Para> </Para>

View file

@ -299,15 +299,15 @@ in buffers.</para>
<refsect2> <refsect2>
<title>Pattern Matching Notation</title> <title>Pattern Matching Notation</title>
<para>The pattern-matching text field permits use of the shell pattern-matching <para>The pattern-matching text field permits use of the shell pattern-matching
characters *, ?, and [&thinsp;]. The asterisk (*) matches any set of characters, characters *, ?, and []. The asterisk (*) matches any set of characters,
the question mark (?) matches a single character, and the square brackets the question mark (?) matches a single character, and the square brackets
([&thinsp;]) match any one of a set of characters enclosed in the square brackets. ([]) match any one of a set of characters enclosed in the square brackets.
The full definition of shell pattern matching is in the X/Open <literal>CAE The full definition of shell pattern matching is in the X/Open <literal>CAE
Specification, Commands and Utilities, Issue 4</literal>.</para> Specification, Commands and Utilities, Issue 4</literal>.</para>
</refsect2> </refsect2>
<refsect2> <refsect2>
<title>Logical Expressions</title> <title>Logical Expressions</title>
<para>The logical operators AND (&amp;), OR (&thinsp;|&thinsp;) and NOT (!) <para>The logical operators AND (&amp;), OR (|) and NOT (!)
can be used in any of the data criteria fields, except for <systemitem class="Constant">DATA_ATTRIBUTES_NAME</systemitem>, as shown in Data Criteria Format, below. can be used in any of the data criteria fields, except for <systemitem class="Constant">DATA_ATTRIBUTES_NAME</systemitem>, as shown in Data Criteria Format, below.
The resultant expressions are evaluated from left to right.</para> The resultant expressions are evaluated from left to right.</para>
</refsect2> </refsect2>
@ -585,7 +585,7 @@ in their patterns:</para>
<para>Patterns with any <literal>?</literal> (most specific)</para> <para>Patterns with any <literal>?</literal> (most specific)</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Patterns with any <literal>[&thinsp;]</literal></para> <para>Patterns with any <literal>[]</literal></para>
</listitem> </listitem>
<listitem> <listitem>
<para>Patterns with any <literal>*</literal> (least specific)</para> <para>Patterns with any <literal>*</literal> (least specific)</para>
@ -615,7 +615,7 @@ patterns, in the following sequence:</para>
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para>Path patterns with fewer <literal>[&thinsp;]</literal> characters are <para>Path patterns with fewer <literal>[]</literal> characters are
more specific.</para> more specific.</para>
</listitem> </listitem>
<listitem> <listitem>

View file

@ -33,7 +33,7 @@
<Title>DESCRIPTION</Title> <Title>DESCRIPTION</Title>
<Para><Emphasis>HelpTag</Emphasis> is a markup <Para><Emphasis>HelpTag</Emphasis> is a markup
language used for authoring &str-XZ; help volumes. language used for authoring &str-XZ; help volumes.
It is based on the ISO 8879:&thinsp;1986 Standard Generalized Markup Language It is based on the ISO 8879:1986 Standard Generalized Markup Language
(SGML) standard and is defined with the following (SGML) standard and is defined with the following
Document Type Description (DTD). Document Type Description (DTD).
</Para> </Para>

View file

@ -87,22 +87,22 @@ Dtfoo.l_m.bm</programlisting>
<variablelist> <variablelist>
<varlistentry><term>Large</term> <varlistentry><term>Large</term>
<listitem> <listitem>
<para>48&thinsp;&times;&thinsp;48 icon with <Filename>.l</Filename> suffix</para> <para>48&times;48 icon with <Filename>.l</Filename> suffix</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term>Medium</term> <varlistentry><term>Medium</term>
<listitem> <listitem>
<para>32&thinsp;&times;&thinsp;32 icon with <Filename>.m</Filename> suffix</para> <para>32&times;32 icon with <Filename>.m</Filename> suffix</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term>Small</term> <varlistentry><term>Small</term>
<listitem> <listitem>
<para>24&thinsp;&times;&thinsp;24 icon with <Filename>.s</Filename> suffix</para> <para>24&times;24 icon with <Filename>.s</Filename> suffix</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term>Tiny</term> <varlistentry><term>Tiny</term>
<listitem> <listitem>
<para>16&thinsp;&times;&thinsp;16 icon with <Filename>.t</Filename> suffix</para> <para>16&times;16 icon with <Filename>.t</Filename> suffix</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
@ -124,33 +124,33 @@ on the display hardware.</para>
<entry align="left" valign="top"><literal>LoRes(vga)</literal></entry></row> <entry align="left" valign="top"><literal>LoRes(vga)</literal></entry></row>
<row> <row>
<entry align="left" valign="top"><literal>Front Panel</literal></entry> <entry align="left" valign="top"><literal>Front Panel</literal></entry>
<entry align="left" valign="top"><literal>48&thinsp;&times;&thinsp;48</literal></entry> <entry align="left" valign="top"><literal>48&times;48</literal></entry>
<entry align="left" valign="top"><literal>32&thinsp;&times;&thinsp;32</literal></entry> <entry align="left" valign="top"><literal>32&times;32</literal></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><literal>FP Subpanels</literal></entry> <entry align="left" valign="top"><literal>FP Subpanels</literal></entry>
<entry align="left" valign="top"><literal>32&thinsp;&times;&thinsp;32</literal></entry> <entry align="left" valign="top"><literal>32&times;32</literal></entry>
<entry align="left" valign="top"><literal>24&thinsp;&times;&thinsp;24</literal></entry> <entry align="left" valign="top"><literal>24&times;24</literal></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><literal>FP Inset FP</literal></entry> <entry align="left" valign="top"><literal>FP Inset FP</literal></entry>
<entry align="left" valign="top"><literal>24&thinsp;&times;&thinsp;24</literal></entry> <entry align="left" valign="top"><literal>24&times;24</literal></entry>
<entry align="left" valign="top"><literal>16&thinsp;&times;&thinsp;16</literal></entry> <entry align="left" valign="top"><literal>16&times;16</literal></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><literal>WMgr ClientIcon</literal></entry> <entry align="left" valign="top"><literal>WMgr ClientIcon</literal></entry>
<entry align="left" valign="top"><literal>48&thinsp;&times;&thinsp;48</literal></entry> <entry align="left" valign="top"><literal>48&times;48</literal></entry>
<entry align="left" valign="top"><literal>32&thinsp;&times;&thinsp;32</literal></entry> <entry align="left" valign="top"><literal>32&times;32</literal></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><literal>File Mgr (Large)</literal></entry> <entry align="left" valign="top"><literal>File Mgr (Large)</literal></entry>
<entry align="left" valign="top"><literal>32&thinsp;&times;&thinsp;32</literal></entry> <entry align="left" valign="top"><literal>32&times;32</literal></entry>
<entry align="left" valign="top"><literal>32&thinsp;&times;&thinsp;32</literal></entry> <entry align="left" valign="top"><literal>32&times;32</literal></entry>
</row> </row>
<row> <row>
<entry align="left" valign="top"><literal>File Mgr (Small)</literal></entry> <entry align="left" valign="top"><literal>File Mgr (Small)</literal></entry>
<entry align="left" valign="top"><literal>16&thinsp;&times;&thinsp;16</literal></entry> <entry align="left" valign="top"><literal>16&times;16</literal></entry>
<entry align="left" valign="top"><literal>16&thinsp;&times;&thinsp;16</literal></entry> <entry align="left" valign="top"><literal>16&times;16</literal></entry>
</row></tbody></tgroup></informaltable> </row></tbody></tgroup></informaltable>
</refsect2> </refsect2>
<refsect2> <refsect2>

View file

@ -383,8 +383,8 @@ font:</para>
as:</para> as:</para>
<informalexample> <informalexample>
<programlisting> <programlisting>
-dt-interface system-medium-r-normal-xs&thinsp;sans-11-90-85-85-p-81-iso8859-1 -dt-interface system-medium-r-normal-xssans-11-90-85-85-p-81-iso8859-1
-dt-interface system-medium-r-normal-xs&thinsp;serif Expert-8-80-75-75-m-72-iso8859-1 -dt-interface system-medium-r-normal-xsserif Expert-8-80-75-75-m-72-iso8859-1
</programlisting> </programlisting>
</informalexample> </informalexample>
<para>Defined this way, both names will match the single XLFD pattern used <para>Defined this way, both names will match the single XLFD pattern used

View file

@ -43,7 +43,7 @@ Print <Symbol Role="Variable">file</Symbol>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry> <VarListEntry>
<Term><Literal>Compose</Literal> <Symbol Role="Variable">file</Symbol> .&thinsp;.&thinsp;.</Term> <Term><Literal>Compose</Literal> <Symbol Role="Variable">file</Symbol> ...</Term>
<ListItem> <ListItem>
<Para>Open a mail composition view with attachments named <Para>Open a mail composition view with attachments named
by the pathnames in the by the pathnames in the

View file

@ -583,7 +583,7 @@ a carriage-return ( <systemitem class="Constant">CR</systemitem>).</para>
</variablelist> </variablelist>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis> pi</emphasis> <literal> ; .&thinsp;.&thinsp;. m</literal></term> <varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis> pi</emphasis> <literal> ; ... m</literal></term>
<listitem> <listitem>
<para>( <systemitem class="Constant">SG</systemitem>) Graphics rendition. <para>( <systemitem class="Constant">SG</systemitem>) Graphics rendition.
The default value is 0. This escape sequence selects one or more character The default value is 0. This escape sequence selects one or more character