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-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-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.CDE "INCLUDE">

View file

@ -2005,7 +2005,7 @@ resource can be used to modify these translations.</para>
<title>Action Routines</title>
<para>The DtEditor widget action routines are described here:</para>
<variablelist>
<varlistentry><term><emphasis>backward-character</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>backward-character</emphasis>&hairsp;()</term>
<listitem>
<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.
@ -2051,45 +2051,45 @@ to the beginning of the line.</para>
and extends the current selection.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>clear-selection</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>clear-selection</emphasis>&hairsp;()</term>
<listitem>
<para>This action clears the current selection by replacing each character
except <keysym>carriage-return</keysym> with a <keysym>space</keysym> character.
</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>copy-clipboard</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>copy-clipboard</emphasis>&hairsp;()</term>
<listitem>
<para>This action copies the current selection to the clipboard.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>cut-clipboard</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>cut-clipboard</emphasis>&hairsp;()</term>
<listitem>
<para>This action cuts the current selection to the clipboard.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>delete-next-character</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>delete-next-character</emphasis>&hairsp;()</term>
<listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the character following
the insertion cursor.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>delete-next-word</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>delete-next-word</emphasis>&hairsp;()</term>
<listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
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>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>delete-previous-character</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>delete-previous-character</emphasis>&hairsp;()</term>
<listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the character of
text immediately preceding the insertion cursor.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>delete-previous-word</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>delete-previous-word</emphasis>&hairsp;()</term>
<listitem>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
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>
</listitem>
</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>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the characters following
the insertion cursor to the next end-of-line character.</para>
</listitem>
</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>
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
this action deletes the selection; otherwise, it deletes the characters preceding
the insertion cursor to the previous beginning-of-line character.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>deselect-all</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>deselect-all</emphasis>&hairsp;()</term>
<listitem>
<para>This action deselects the current selection.</para>
</listitem>
@ -2133,7 +2133,7 @@ to the end of the line.</para>
and extends the current selection.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>forward-character</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>forward-character</emphasis>&hairsp;()</term>
<listitem>
<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.
@ -2163,7 +2163,7 @@ extends the current selection. <![ %CDE.C.CDE; [</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Emphasis>go-to-line</Emphasis>&hairsp;(&thinsp;)</Term>
<Term><Emphasis>go-to-line</Emphasis>&hairsp;()</Term>
<ListItem>
<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.
@ -2175,7 +2175,7 @@ For a description of the status line, see the
]]></para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>Help</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>Help</emphasis>&hairsp;()</term>
<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,
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>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>newline-and-backup</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>newline-and-backup</emphasis>&hairsp;()</term>
<listitem>
<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,
@ -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>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>newline-and-indent</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>newline-and-indent</emphasis>&hairsp;()</term>
<listitem>
<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,
@ -2222,17 +2222,17 @@ forward one page.</para>
and extends the current selection.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>page-left</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>page-left</emphasis>&hairsp;()</term>
<listitem>
<para>This action scrolls the viewing window left one page of text.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>page-right</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>page-right</emphasis>&hairsp;()</term>
<listitem>
<para>This action scrolls the viewing window right one page of text.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>paste-clipboard</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>paste-clipboard</emphasis>&hairsp;()</term>
<listitem>
<para>This action pastes the contents of the clipboard before the insertion
cursor.</para>
@ -2246,41 +2246,41 @@ back one page.</para>
and extends the current selection.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>process-cancel</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>process-cancel</emphasis>&hairsp;()</term>
<listitem>
<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
the event to the parent.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>process-down</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>process-down</emphasis>&hairsp;()</term>
<listitem>
<para>This action moves the insertion cursor down one line.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>process-shift-down</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>process-shift-down</emphasis>&hairsp;()</term>
<listitem>
<para>This action moves the insertion cursor down one line, extending the
current selection.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>process-shift-up</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>process-shift-up</emphasis>&hairsp;()</term>
<listitem>
<para>This action moves the insertion cursor up one line, extending the current
selection.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>process-up</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>process-up</emphasis>&hairsp;()</term>
<listitem>
<para>This action moves the insertion cursor up one line.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>select-all</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>select-all</emphasis>&hairsp;()</term>
<listitem>
<para>Selects all text.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>toggle-insert-mode</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>toggle-insert-mode</emphasis>&hairsp;()</term>
<listitem>
<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
@ -2290,7 +2290,7 @@ overstrike mode, characters are appended to the end of the line when the end
of a line is reached.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>quote-next-character</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>quote-next-character</emphasis>&hairsp;()</term>
<listitem>
<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
@ -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>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>undo-edit</emphasis>&hairsp;(&thinsp;)</term>
<varlistentry><term><emphasis>undo-edit</emphasis>&hairsp;()</term>
<listitem>
<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
@ -2323,14 +2323,14 @@ The following lists summarize these functions.
<Title>DtEditor Life Cycle Functions</Title>
<VariableList>
<VarListEntry>
<Term><Function>DtCreateEditor</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtCreateEditor</Function>&hairsp;()</Term>
<ListItem>
<Para>Creates a new instance of a DtEditor widget.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorReset</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorReset</Function>&hairsp;()</Term>
<ListItem>
<Para>Restores a DtEditor widget to its initial state.
</Para>
@ -2342,7 +2342,7 @@ The following lists summarize these functions.
<Title>DtEditor Input/Output Functions</Title>
<VariableList>
<VarListEntry>
<Term><Function>DtEditorAppend</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorAppend</Function>&hairsp;()</Term>
<ListItem>
<Para>Appends content data to the end of a DtEditor
widget.
@ -2350,7 +2350,7 @@ widget.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorAppendFromFile</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorAppendFromFile</Function>&hairsp;()</Term>
<ListItem>
<Para>Appends the contents of a file to the end of a DtEditor
widget.
@ -2358,7 +2358,7 @@ widget.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorGetContents</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorGetContents</Function>&hairsp;()</Term>
<ListItem>
<Para>Retrieves the entire contents of a DtEditor
widget.
@ -2366,42 +2366,42 @@ widget.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorInsert</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorInsert</Function>&hairsp;()</Term>
<ListItem>
<Para>Inserts content data at the current insert position.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorInsertFromFile</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorInsertFromFile</Function>&hairsp;()</Term>
<ListItem>
<Para>Inserts the contents of a file at the current insert position.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorReplace</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorReplace</Function>&hairsp;()</Term>
<ListItem>
<Para>Replaces a portion of text with the supplied data.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorReplaceFromFile</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorReplaceFromFile</Function>&hairsp;()</Term>
<ListItem>
<Para>Replaces a portion of text with the contents of a file.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorSaveContentsToFile</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorSaveContentsToFile</Function>&hairsp;()</Term>
<ListItem>
<Para>Saves the entire contents to a file.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorSetContents</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorSetContents</Function>&hairsp;()</Term>
<ListItem>
<Para>Loads content data into a DtEditor
widget, replacing the entire contents of the widget.
@ -2409,7 +2409,7 @@ widget, replacing the entire contents of the widget.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorSetContentsFromFile</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorSetContentsFromFile</Function>&hairsp;()</Term>
<ListItem>
<Para>Loads the contents of a file into a DtEditor
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>
<VariableList>
<VarListEntry>
<Term><Function>DtEditorClearSelection</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorClearSelection</Function>&hairsp;()</Term>
<ListItem>
<Para>Replaces the currently selected contents with blanks.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorCopyToClipboard</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorCopyToClipboard</Function>&hairsp;()</Term>
<ListItem>
<Para>Copies the currently selected contents to the clipboard.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorCutToClipboard</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorCutToClipboard</Function>&hairsp;()</Term>
<ListItem>
<Para>Removes the currently selected contents, placing it on the clipboard.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorDeleteSelection</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorDeleteSelection</Function>&hairsp;()</Term>
<ListItem>
<Para>Removes the currently selected contents.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorDeselect</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorDeselect</Function>&hairsp;()</Term>
<ListItem>
<Para>Deselects any selected contents.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorPasteFromClipboard</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorPasteFromClipboard</Function>&hairsp;()</Term>
<ListItem>
<Para>Pastes the contents of the clipboard into a DtEditor
widget, replacing any currently selected contents.
@ -2465,7 +2465,7 @@ widget, replacing any currently selected contents.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorSelectAll</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorSelectAll</Function>&hairsp;()</Term>
<ListItem>
<Para>Selects the entire contents of a DtEditor widget.
</Para>
@ -2477,7 +2477,7 @@ widget, replacing any currently selected contents.
<Title>DtEditor Format Functions</Title>
<VariableList>
<VarListEntry>
<Term><Function>DtEditorFormat</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorFormat</Function>&hairsp;()</Term>
<ListItem>
<Para>Formats the contents of all or part of a DtEditor
widget.
@ -2485,7 +2485,7 @@ widget.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorInvokeFormatDialog</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorInvokeFormatDialog</Function>&hairsp;()</Term>
<ListItem>
<Para>Displays the format dialog that enables the user
to specify format settings for margins and
@ -2500,21 +2500,21 @@ operations.
<Title>DtEditor Find and Change Text Functions</Title>
<VariableList>
<VarListEntry>
<Term><Function>DtEditorChange</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorChange</Function>&hairsp;()</Term>
<ListItem>
<Para>Changes one or all occurrences of a string.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorFind</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorFind</Function>&hairsp;()</Term>
<ListItem>
<Para>Finds the next occurrence of a string.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorInvokeFindChangeDialog</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorInvokeFindChangeDialog</Function>&hairsp;()</Term>
<ListItem>
<Para>Displays the dialog that enables the user
to search for, and optionally change, a string.
@ -2522,7 +2522,7 @@ to search for, and optionally change, a string.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorInvokeSpellDialog</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorInvokeSpellDialog</Function>&hairsp;()</Term>
<ListItem>
<Para>Displays a dialog with a list of misspelled
words in the current contents.
@ -2536,14 +2536,14 @@ words in the current contents.
<VariableList>
<![ %CDE.C.CDE; [
<VarListEntry>
<Term><Function>DtEditorDisableRedisplay</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorDisableRedisplay</Function>&hairsp;()</Term>
<ListItem>
<Para>Temporarily prevents visual update of a DtEditor widget.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorEnableRedisplay</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorEnableRedisplay</Function>&hairsp;()</Term>
<ListItem>
<Para>Forces the visual update of a DtEditor widget.
</Para>
@ -2551,7 +2551,7 @@ words in the current contents.
</VarListEntry>
]]>
<VarListEntry>
<Term><Function>DtEditorCheckForUnsavedChanges</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorCheckForUnsavedChanges</Function>&hairsp;()</Term>
<ListItem>
<Para>Reports whether the contents of a DtEditor
widget have been altered since they were last
@ -2560,7 +2560,7 @@ retrieved or saved.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorGetInsertionPosition</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorGetInsertionPosition</Function>&hairsp;()</Term>
<ListItem>
<Para>Returns the insertion cursor position of a DtEditor
widget.
@ -2568,7 +2568,7 @@ widget.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorGetLastPosition</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorGetLastPosition</Function>&hairsp;()</Term>
<ListItem>
<Para>Returns the position of the last character
in the edit window.
@ -2576,7 +2576,7 @@ in the edit window.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorGetMessageTextFieldID</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorGetMessageTextFieldID</Function>&hairsp;()</Term>
<ListItem>
<Para>Retrieves the widget ID of the Text Field
widget used to display application messages.
@ -2584,7 +2584,7 @@ widget used to display application messages.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorGetSizeHints</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorGetSizeHints</Function>&hairsp;()</Term>
<ListItem>
<Para>Retrieves sizing information from a DtEditor
widget.
@ -2592,21 +2592,21 @@ widget.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorGoToLine</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorGoToLine</Function>&hairsp;()</Term>
<ListItem>
<Para>Moves the insert cursor to the specified line.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorSetInsertionPosition</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorSetInsertionPosition</Function>&hairsp;()</Term>
<ListItem>
<Para>Sets the position of the insertion cursor.
</Para>
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorTraverseToEditor</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorTraverseToEditor</Function>&hairsp;()</Term>
<ListItem>
<Para>Sets keyboard traversal to the edit window of a DtEditor
widget.
@ -2614,7 +2614,7 @@ widget.
</ListItem>
</VarListEntry>
<VarListEntry>
<Term><Function>DtEditorUndoEdit</Function>&hairsp;(&thinsp;)</Term>
<Term><Function>DtEditorUndoEdit</Function>&hairsp;()</Term>
<ListItem>
<Para>Undoes the last edit made by a user.
</Para>
@ -2627,7 +2627,7 @@ widget.
<Title>FILES</Title>
<VariableList>
<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>
<Para>Message catalog for DtWidget library.
</Para>

View file

@ -1251,31 +1251,31 @@ the child process.</entry></row></tbody></tgroup></informaltable>
</row>
<row>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<row>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</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>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>break&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>break&hairsp;</emphasis>()</term>
<listitem>
<para>Sends an RS232 break signal to the child process.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>cancel&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>cancel&hairsp;</emphasis>()</term>
<listitem>
<para>Sends a <Symbol>CAN</Symbol> (cancel) character to the child process.
</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>copy-clipboard&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>copy-clipboard&hairsp;</emphasis>()</term>
<listitem>
<para>Copies current selection to the clipboard.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>copy-to&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>copy-to&hairsp;</emphasis>()</term>
<listitem>
<para>Sends the primary selection to the subprocess.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>do&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>do&hairsp;</emphasis>()</term>
<listitem>
<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>
@ -1838,14 +1838,14 @@ select</programlisting>
</informalexample>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>extend-start&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>extend-start&hairsp;</emphasis>()</term>
<listitem>
<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>).
</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>extend-end&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>extend-end&hairsp;</emphasis>()</term>
<listitem>
<para>Extends the current selection. The amount of text selected depends on
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>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>grab-focus&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>grab-focus&hairsp;</emphasis>()</term>
<listitem>
<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
@ -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>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>hard-reset&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>hard-reset&hairsp;</emphasis>()</term>
<listitem>
<para>Performs a hard reset on the terminal emulator. <![ %CDE.C.CDE; [See &cdeman.dttermesc; for a definition of hard reset. ]]></para>
</listitem>
</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
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
@ -1928,12 +1928,12 @@ forward</programlisting>
</informalexample>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>paste-clipboard&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>paste-clipboard&hairsp;</emphasis>()</term>
<listitem>
<para>Sends the contents of the clipboard to the subprocess.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>process-bdrag&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>process-bdrag&hairsp;</emphasis>()</term>
<listitem>
<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
@ -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>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>redraw-display&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>redraw-display&hairsp;</emphasis>()</term>
<listitem>
<para>Redraws the contents of the text window.</para>
</listitem>
@ -1966,30 +1966,30 @@ line</programlisting>
</informalexample>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>select-adjust&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>select-adjust&hairsp;</emphasis>()</term>
<listitem>
<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
clicks selects lines; and four clicks selects the entire buffer.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>select-all&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>select-all&hairsp;</emphasis>()</term>
<listitem>
<para>Selects all text.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>select-page&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>select-page&hairsp;</emphasis>()</term>
<listitem>
<para>Selects all text currently displayed on the screen.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>self-insert&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>self-insert&hairsp;</emphasis>()</term>
<listitem>
<para>Sends the character associated with the key pressed to the child process.
</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>soft-reset&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>soft-reset&hairsp;</emphasis>()</term>
<listitem>
<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>
@ -2014,12 +2014,12 @@ The string is interpreted as a hexadecimal character constant if it begins
with the characters <literal>0x</literal>.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>tab&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>tab&hairsp;</emphasis>()</term>
<listitem>
<para>Sends a tab to the child process.</para>
</listitem>
</varlistentry>
<varlistentry><term><emphasis>visual-bell&hairsp;</emphasis>(&thinsp;)</term>
<varlistentry><term><emphasis>visual-bell&hairsp;</emphasis>()</term>
<listitem>
<para>Flashes the window quickly.</para>
</listitem>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -29,7 +29,7 @@
<Command>ttrmdir</Command>
<Arg Choice="opt">-L</Arg>
<Arg><Replaceable>directory</Replaceable></Arg>
<Arg>.&thinsp;.&thinsp;.</Arg>
<Arg>...</Arg>
</CmdSynopsis>
<CmdSynopsis>
<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
1993, 1994, 1995 Novell, Inc.--><refsynopsisdiv>
<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>
<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>.&thinsp;.&thinsp;.</arg>
<arg>...</arg></group><arg><replaceable>pathname</replaceable></arg>
<arg>...</arg>
</cmdsynopsis>
<cmdsynopsis>
<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
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>
<arg> .&thinsp;.&thinsp;.</arg></group>
<arg> ...</arg></group>
</cmdsynopsis>]]><![ %CDE.C.XO; [<CmdSynopsis>
<Command>dtcodegen</Command>
<Arg Choice="opt">-changed</Arg>
@ -39,7 +39,7 @@ choice="opt">-showall</arg><arg choice="opt">-noshowall</arg>
<Arg>-verbose</Arg>
</Group>
<Arg><Replaceable>file</Replaceable></Arg>
<Arg> .&thinsp;.&thinsp;.</Arg>
<Arg> ...</Arg>
</CmdSynopsis>
]]>
<cmdsynopsis>
@ -116,7 +116,7 @@ widgets. This value retains the CDE 1.0 behavior.</para>
</variablelist>
</listitem>
</varlistentry>
<varlistentry><term><literal>-p&thinsp;|&thinsp;-project </literal> <emphasis>myproj</emphasis></term>
<varlistentry><term><literal>-p|-project </literal> <emphasis>myproj</emphasis></term>
<listitem>
<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>
@ -150,13 +150,13 @@ been specified. (The <literal>-showall</literal> option suppresses this
behavior).</para>
</listitem>
</varlistentry>
<varlistentry><term><literal>-s&thinsp;|&thinsp;-silent</literal></term>
<varlistentry><term><literal>-s|-silent</literal></term>
<listitem>
<para>Work silently, producing no output except error messages while generating
source code.</para>
</listitem>
</varlistentry>
<varlistentry><term><literal>-v&thinsp;|&thinsp;-verbose</literal></term>
<varlistentry><term><literal>-v|-verbose</literal></term>
<listitem>
<para>Be more verbose in providing progress and status messages during the
generation of source code.</para>

View file

@ -14,7 +14,7 @@ print utility for DtHelpDialog and DtHelpQuickDialog widgets</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>dthelpprint</command><arg choice="opt"><replaceable>options&thinsp;</replaceable></arg>
<command>dthelpprint</command><arg choice="opt"><replaceable>options</replaceable></arg>
</cmdsynopsis>
<refsect2>
<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>
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
be ]]>specified as a null ("&thinsp;") value. <!--.LE--></para>
be ]]>specified as a null ("") value. <!--.LE--></para>
</refsect2>
<refsect2>
<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>
<listitem>
<!-- 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>
</listitem>
</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;sf</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">-title <replaceable>title_string</replaceable></arg>
<arg choice="opt">-tm <replaceable>term_modes</replaceable></arg>
@ -275,7 +275,7 @@ enable and disable logging via escape sequences.</para>
<listitem>
<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
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
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>
@ -1020,7 +1020,7 @@ and disabled via escape sequences.</para>
<varlistentry><term><systemitem class="environvar">logFile</systemitem></term>
<listitem>
<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
<filename>DttermLog</filename><symbol role="variable">XXXXX</symbol>
(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
handler's environment.
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
handler's environment, but had a null value.
</Para>

View file

@ -299,15 +299,15 @@ in buffers.</para>
<refsect2>
<title>Pattern Matching Notation</title>
<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
([&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
Specification, Commands and Utilities, Issue 4</literal>.</para>
</refsect2>
<refsect2>
<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.
The resultant expressions are evaluated from left to right.</para>
</refsect2>
@ -585,7 +585,7 @@ in their patterns:</para>
<para>Patterns with any <literal>?</literal> (most specific)</para>
</listitem>
<listitem>
<para>Patterns with any <literal>[&thinsp;]</literal></para>
<para>Patterns with any <literal>[]</literal></para>
</listitem>
<listitem>
<para>Patterns with any <literal>*</literal> (least specific)</para>
@ -615,7 +615,7 @@ patterns, in the following sequence:</para>
</para>
</listitem>
<listitem>
<para>Path patterns with fewer <literal>[&thinsp;]</literal> characters are
<para>Path patterns with fewer <literal>[]</literal> characters are
more specific.</para>
</listitem>
<listitem>

View file

@ -33,7 +33,7 @@
<Title>DESCRIPTION</Title>
<Para><Emphasis>HelpTag</Emphasis> is a markup
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
Document Type Description (DTD).
</Para>

View file

@ -87,22 +87,22 @@ Dtfoo.l_m.bm</programlisting>
<variablelist>
<varlistentry><term>Large</term>
<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>
</varlistentry>
<varlistentry><term>Medium</term>
<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>
</varlistentry>
<varlistentry><term>Small</term>
<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>
</varlistentry>
<varlistentry><term>Tiny</term>
<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>
</varlistentry>
</variablelist>
@ -124,33 +124,33 @@ on the display hardware.</para>
<entry align="left" valign="top"><literal>LoRes(vga)</literal></entry></row>
<row>
<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>32&thinsp;&times;&thinsp;32</literal></entry>
<entry align="left" valign="top"><literal>48&times;48</literal></entry>
<entry align="left" valign="top"><literal>32&times;32</literal></entry>
</row>
<row>
<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>24&thinsp;&times;&thinsp;24</literal></entry>
<entry align="left" valign="top"><literal>32&times;32</literal></entry>
<entry align="left" valign="top"><literal>24&times;24</literal></entry>
</row>
<row>
<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>16&thinsp;&times;&thinsp;16</literal></entry>
<entry align="left" valign="top"><literal>24&times;24</literal></entry>
<entry align="left" valign="top"><literal>16&times;16</literal></entry>
</row>
<row>
<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>32&thinsp;&times;&thinsp;32</literal></entry>
<entry align="left" valign="top"><literal>48&times;48</literal></entry>
<entry align="left" valign="top"><literal>32&times;32</literal></entry>
</row>
<row>
<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&thinsp;&times;&thinsp;32</literal></entry>
<entry align="left" valign="top"><literal>32&times;32</literal></entry>
<entry align="left" valign="top"><literal>32&times;32</literal></entry>
</row>
<row>
<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&thinsp;&times;&thinsp;16</literal></entry>
<entry align="left" valign="top"><literal>16&times;16</literal></entry>
<entry align="left" valign="top"><literal>16&times;16</literal></entry>
</row></tbody></tgroup></informaltable>
</refsect2>
<refsect2>

View file

@ -383,8 +383,8 @@ font:</para>
as:</para>
<informalexample>
<programlisting>
-dt-interface system-medium-r-normal-xs&thinsp;sans-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-xssans-11-90-85-85-p-81-iso8859-1
-dt-interface system-medium-r-normal-xsserif Expert-8-80-75-75-m-72-iso8859-1
</programlisting>
</informalexample>
<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>
</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>
<Para>Open a mail composition view with attachments named
by the pathnames in the

View file

@ -583,7 +583,7 @@ a carriage-return ( <systemitem class="Constant">CR</systemitem>).</para>
</variablelist>
</listitem>
</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>
<para>( <systemitem class="Constant">SG</systemitem>) Graphics rendition.
The default value is 0. This escape sequence selects one or more character