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:
parent
0c0f64dbf6
commit
df5cb30ec6
23 changed files with 239 additions and 239 deletions
|
@ -8,6 +8,6 @@
|
|||
<!ENTITY str-Z3 "ISO C standard">
|
||||
<!ENTITY str-XX "X/Open">
|
||||
|
||||
<!ENTITY str.OK "[ ">
|
||||
<!ENTITY str.OK "[">
|
||||
|
||||
<!ENTITY str.CK " ]">
|
||||
<!ENTITY str.CK "]">
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
<!ENTITY str-Z3 "ISO C standard">
|
||||
<!ENTITY str-XX "X/Open">
|
||||
|
||||
<!ENTITY str.OK "[ ">
|
||||
<!ENTITY str.OK "[">
|
||||
|
||||
<!ENTITY str.CK " ]">
|
||||
<!ENTITY str.CK "]">
|
||||
|
||||
<!ENTITY % CDE.C.XO "IGNORE">
|
||||
<!ENTITY % CDE.C.CDE "INCLUDE">
|
||||
|
|
|
@ -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> ( )</term>
|
||||
<varlistentry><term><emphasis>backward-character</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>clear-selection</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>copy-clipboard</emphasis> ()</term>
|
||||
<listitem>
|
||||
<para>This action copies the current selection to the clipboard.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>cut-clipboard</emphasis> ( )</term>
|
||||
<varlistentry><term><emphasis>cut-clipboard</emphasis> ()</term>
|
||||
<listitem>
|
||||
<para>This action cuts the current selection to the clipboard.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>delete-next-character</emphasis> ( )</term>
|
||||
<varlistentry><term><emphasis>delete-next-character</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>delete-next-word</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>delete-previous-character</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>delete-previous-word</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>delete-to-end-of-line</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>delete-to-start-of-line</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>deselect-all</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>forward-character</emphasis> ()</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> ( )</Term>
|
||||
<Term><Emphasis>go-to-line</Emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>Help</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>newline-and-backup</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>newline-and-indent</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>page-left</emphasis> ()</term>
|
||||
<listitem>
|
||||
<para>This action scrolls the viewing window left one page of text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>page-right</emphasis> ( )</term>
|
||||
<varlistentry><term><emphasis>page-right</emphasis> ()</term>
|
||||
<listitem>
|
||||
<para>This action scrolls the viewing window right one page of text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>paste-clipboard</emphasis> ( )</term>
|
||||
<varlistentry><term><emphasis>paste-clipboard</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>process-cancel</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>process-down</emphasis> ()</term>
|
||||
<listitem>
|
||||
<para>This action moves the insertion cursor down one line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>process-shift-down</emphasis> ( )</term>
|
||||
<varlistentry><term><emphasis>process-shift-down</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>process-shift-up</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>process-up</emphasis> ()</term>
|
||||
<listitem>
|
||||
<para>This action moves the insertion cursor up one line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>select-all</emphasis> ( )</term>
|
||||
<varlistentry><term><emphasis>select-all</emphasis> ()</term>
|
||||
<listitem>
|
||||
<para>Selects all text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>toggle-insert-mode</emphasis> ( )</term>
|
||||
<varlistentry><term><emphasis>toggle-insert-mode</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>quote-next-character</emphasis> ()</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> ( )</term>
|
||||
<varlistentry><term><emphasis>undo-edit</emphasis> ()</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> ( )</Term>
|
||||
<Term><Function>DtCreateEditor</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Creates a new instance of a DtEditor widget.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorReset</Function> ( )</Term>
|
||||
<Term><Function>DtEditorReset</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorAppend</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorAppendFromFile</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorGetContents</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Retrieves the entire contents of a DtEditor
|
||||
widget.
|
||||
|
@ -2366,42 +2366,42 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorInsert</Function> ( )</Term>
|
||||
<Term><Function>DtEditorInsert</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Inserts content data at the current insert position.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorInsertFromFile</Function> ( )</Term>
|
||||
<Term><Function>DtEditorInsertFromFile</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Inserts the contents of a file at the current insert position.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorReplace</Function> ( )</Term>
|
||||
<Term><Function>DtEditorReplace</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Replaces a portion of text with the supplied data.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorReplaceFromFile</Function> ( )</Term>
|
||||
<Term><Function>DtEditorReplaceFromFile</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Replaces a portion of text with the contents of a file.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorSaveContentsToFile</Function> ( )</Term>
|
||||
<Term><Function>DtEditorSaveContentsToFile</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Saves the entire contents to a file.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorSetContents</Function> ( )</Term>
|
||||
<Term><Function>DtEditorSetContents</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorSetContentsFromFile</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorClearSelection</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Replaces the currently selected contents with blanks.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorCopyToClipboard</Function> ( )</Term>
|
||||
<Term><Function>DtEditorCopyToClipboard</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Copies the currently selected contents to the clipboard.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorCutToClipboard</Function> ( )</Term>
|
||||
<Term><Function>DtEditorCutToClipboard</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Removes the currently selected contents, placing it on the clipboard.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorDeleteSelection</Function> ( )</Term>
|
||||
<Term><Function>DtEditorDeleteSelection</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Removes the currently selected contents.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorDeselect</Function> ( )</Term>
|
||||
<Term><Function>DtEditorDeselect</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Deselects any selected contents.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorPasteFromClipboard</Function> ( )</Term>
|
||||
<Term><Function>DtEditorPasteFromClipboard</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorSelectAll</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorFormat</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorInvokeFormatDialog</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorChange</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Changes one or all occurrences of a string.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorFind</Function> ( )</Term>
|
||||
<Term><Function>DtEditorFind</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Finds the next occurrence of a string.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorInvokeFindChangeDialog</Function> ( )</Term>
|
||||
<Term><Function>DtEditorInvokeFindChangeDialog</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorInvokeSpellDialog</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorDisableRedisplay</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Temporarily prevents visual update of a DtEditor widget.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorEnableRedisplay</Function> ( )</Term>
|
||||
<Term><Function>DtEditorEnableRedisplay</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorCheckForUnsavedChanges</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorGetInsertionPosition</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Returns the insertion cursor position of a DtEditor
|
||||
widget.
|
||||
|
@ -2568,7 +2568,7 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorGetLastPosition</Function> ( )</Term>
|
||||
<Term><Function>DtEditorGetLastPosition</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorGetMessageTextFieldID</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorGetSizeHints</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Retrieves sizing information from a DtEditor
|
||||
widget.
|
||||
|
@ -2592,21 +2592,21 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorGoToLine</Function> ( )</Term>
|
||||
<Term><Function>DtEditorGoToLine</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Moves the insert cursor to the specified line.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorSetInsertionPosition</Function> ( )</Term>
|
||||
<Term><Function>DtEditorSetInsertionPosition</Function> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Sets the position of the insertion cursor.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorTraverseToEditor</Function> ( )</Term>
|
||||
<Term><Function>DtEditorTraverseToEditor</Function> ()</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> ( )</Term>
|
||||
<Term><Function>DtEditorUndoEdit</Function> ()</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> ( )</Term>
|
||||
<Term><Emphasis>/usr/dt/lib/nls/msg/$LANG/DtWidget.cat</Emphasis> ()</Term>
|
||||
<ListItem>
|
||||
<Para>Message catalog for DtWidget library.
|
||||
</Para>
|
||||
|
|
|
@ -1251,31 +1251,31 @@ the child process.</entry></row></tbody></tgroup></informaltable>
|
|||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>Shift ~Ctrl<Key>KP_Multiply:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>XtDisplayInstalledAccelerators( )</computeroutput></entry></row>
|
||||
<entry align="left" valign="top"><computeroutput>XtDisplayInstalledAccelerators()</computeroutput></entry></row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>~Shift Ctrl<Key>KP_Multiply:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>XtDisplayAccelerators( )</computeroutput></entry></row>
|
||||
<entry align="left" valign="top"><computeroutput>XtDisplayAccelerators()</computeroutput></entry></row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>Shift Ctrl<Key>KP_Multiply:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>XtDisplayTranslations( )</computeroutput></entry></row>
|
||||
<entry align="left" valign="top"><computeroutput>XtDisplayTranslations()</computeroutput></entry></row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><Key>osfCancel:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>process-cancel( )</computeroutput></entry></row>
|
||||
<entry align="left" valign="top"><computeroutput>process-cancel()</computeroutput></entry></row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><Key>osfCopy:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>copy-clipboard( )</computeroutput></entry></row>
|
||||
<entry align="left" valign="top"><computeroutput>copy-clipboard()</computeroutput></entry></row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><Key>osfCut:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>copy-clipboard( )</computeroutput></entry></row>
|
||||
<entry align="left" valign="top"><computeroutput>copy-clipboard()</computeroutput></entry></row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><Key>osfPaste:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>paste-clipboard( )</computeroutput></entry></row>
|
||||
<entry align="left" valign="top"><computeroutput>paste-clipboard()</computeroutput></entry></row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><Key>osfBeginLine:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>beginning-of-buffer( )</computeroutput></entry></row>
|
||||
<entry align="left" valign="top"><computeroutput>beginning-of-buffer()</computeroutput></entry></row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><Key>osfEndLine:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>end-of-buffer( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>end-of-buffer()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>Shift<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<Key>Break:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>soft-reset( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>soft-reset()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>Shift<Key>Break:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>hard-reset( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>hard-reset()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>~Shift ~Mod1<Key>Break:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>vt-break( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>vt-break()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>Ctrl<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<Key>Cancel:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>stop( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>stop()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>~Shift<Key>Tab:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>tab( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>tab()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>~Mod1<Key>KP_Space:</computeroutput></entry>
|
||||
|
@ -1735,51 +1735,51 @@ function)</computeroutput></entry></row>
|
|||
function)</computeroutput></entry></row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><KeyRelease>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>key-release( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>key-release()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><KeyPress>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>insert( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>insert()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>~Shift~Ctrl<Btn1Down>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>grab-focus( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>grab-focus()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>Shift~Ctrl<Btn1Down>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>extend-start( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>extend-start()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>~Ctrl<Btn1Motion>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>select-adjust( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>select-adjust()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>~Ctrl<Btn1Up>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>extend-end( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>extend-end()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>~Shift<Btn2Down>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>process-bdrag( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>process-bdrag()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput>~Shift<Btn2Up>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>copy-to( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>copy-to()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><EnterWindow>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>enter( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>enter()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><LeaveWindow>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>leave( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>leave()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><FocusIn>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>focus-in( )</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>focus-in()</computeroutput></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><computeroutput><FocusOut>:</computeroutput></entry>
|
||||
<entry align="left" valign="top"><computeroutput>focus-out( )</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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>break </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends an RS232 break signal to the child process.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>cancel </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>cancel </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends a <Symbol>CAN</Symbol> (cancel) character to the child process.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>copy-clipboard </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>copy-clipboard </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Copies current selection to the clipboard.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>copy-to </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>copy-to </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends the primary selection to the subprocess.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>do </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>do </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>extend-start </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>extend-end </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>grab-focus </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>hard-reset </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>help </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>paste-clipboard </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends the contents of the clipboard to the subprocess.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>process-bdrag </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>process-bdrag </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>redraw-display </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>select-adjust </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>select-all </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Selects all text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>select-page </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>select-page </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Selects all text currently displayed on the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>self-insert </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>self-insert </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends the character associated with the key pressed to the child process.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>soft-reset </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>soft-reset </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 </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>tab </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends a tab to the child process.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>visual-bell </emphasis>( )</term>
|
||||
<varlistentry><term><emphasis>visual-bell </emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Flashes the window quickly.</para>
|
||||
</listitem>
|
||||
|
|
|
@ -29,9 +29,9 @@ standard/restricted command and programming language
|
|||
<Arg>±o</Arg>
|
||||
<Arg>option</Arg>
|
||||
</Group>
|
||||
<Arg>. . .</Arg>
|
||||
<Arg>...</Arg>
|
||||
<Arg Choice="opt">-</Arg>
|
||||
<Arg Choice="opt">arg . . .</Arg>
|
||||
<Arg Choice="opt">arg ...</Arg>
|
||||
<Arg>rksh</Arg>
|
||||
<Arg Choice="opt">±abcefhikmnoprstuvxCP</Arg>
|
||||
<Group>
|
||||
|
@ -42,9 +42,9 @@ standard/restricted command and programming language
|
|||
<Arg>±o</Arg>
|
||||
<Arg>option</Arg>
|
||||
</Group>
|
||||
<Arg>. . .</Arg>
|
||||
<Arg>...</Arg>
|
||||
<Arg Choice="opt">-</Arg>
|
||||
<Arg Choice="opt">arg . . .</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>&</Literal>, <Literal>|&</Literal>, <Literal>&&</Literal>, or
|
||||
<Literal>| |</Literal>, and optionally terminated by
|
||||
<Literal>||</Literal>, and optionally terminated by
|
||||
<Literal>;</Literal>, <Literal>&</Literal>, or
|
||||
<Literal>|&</Literal>. Of these five symbols,
|
||||
<Literal>;</Literal>, <Literal>&</Literal>, and
|
||||
<Literal>|&</Literal> have equal precedence,
|
||||
which is lower than that of
|
||||
<Literal>&&</Literal> and
|
||||
<Literal>| |</Literal>. The symbols
|
||||
<Literal>||</Literal>. The symbols
|
||||
<Literal>&&</Literal> and
|
||||
<Literal>| |</Literal> also have equal precedence.
|
||||
<Literal>||</Literal> also have equal precedence.
|
||||
A semicolon
|
||||
(<Literal>;</Literal>) causes sequential execution of the preceding pipeline; an ampersand
|
||||
(<Literal>&</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>&&</Literal> ( <Literal>| |</Literal> ) causes the
|
||||
<Literal>&&</Literal> (<Literal>||</Literal> ) causes the
|
||||
<Emphasis>list </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  in word  . . . ;do list  ;done</Term>
|
||||
<Term>for vname  in word  ... ;do list  ;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 </Emphasis> taken from the
|
||||
<Literal>in</Literal> <Emphasis>word </Emphasis> list.
|
||||
If
|
||||
<Literal>in</Literal> <Emphasis>word </Emphasis> . . .
|
||||
<Literal>in</Literal> <Emphasis>word </Emphasis> ...
|
||||
is omitted, then
|
||||
the
|
||||
<Literal>for</Literal> command executes the <Literal>do</Literal> <Emphasis>list </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  in word  . . . ;do list  ;done</Term>
|
||||
<Term>select vname  in word  ... ;do list  ;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 </Emphasis> . . .
|
||||
<Literal>in</Literal> <Emphasis>word </Emphasis> ...
|
||||
is omitted, then
|
||||
the
|
||||
positional parameters
|
||||
|
@ -286,7 +286,7 @@ displaying the
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>case word  in (pattern  | pattern  . . .) list  ;; . . . esac</Term>
|
||||
<Term>case word  in (pattern  | pattern  ...) list  ;; ... esac</Term>
|
||||
<ListItem>
|
||||
<Para>A
|
||||
<Literal>case</Literal> command executes the
|
||||
|
@ -308,7 +308,7 @@ If
|
|||
<VarListEntry>
|
||||
<Term>if list  ;then list </Term>
|
||||
<ListItem>
|
||||
<Para><Literal>elif</Literal> <Emphasis>list </Emphasis> <Literal>;then</Literal> <Emphasis>list </Emphasis> &str.CK; . . .
|
||||
<Para><Literal>elif</Literal> <Emphasis>list </Emphasis> <Literal>;then</Literal> <Emphasis>list </Emphasis> &str.CK; ...
|
||||
&str.OK; <Literal>;else</Literal> <Emphasis>list </Emphasis> &str.CK; <Literal>;fi</Literal>
|
||||
The
|
||||
<Emphasis>list </Emphasis> following <Literal>if</Literal> is executed and,
|
||||
|
@ -481,21 +481,21 @@ An <Emphasis>assign_list </Emphasis> can be one of the following:
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>[word ]=word  . . .</Term>
|
||||
<Term>[word ]=word  ...</Term>
|
||||
<ListItem>
|
||||
<Para>Associative array assignment.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>assignment  . . .</Term>
|
||||
<Term>assignment  ...</Term>
|
||||
<ListItem>
|
||||
<Para>Nested variable assignment.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>typeset options assignment  . . .</Term>
|
||||
<Term>typeset options assignment  ...</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>$( )</Literal>)
|
||||
<Literal>$()</Literal>)
|
||||
or a pair of grave accents ( <Literal>` `</Literal> )
|
||||
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>$(( ))</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> . . ..
|
||||
<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 </Emphasis> of a
|
||||
<Emphasis>variable </Emphasis> may be assigned by writing:
|
||||
</Para>
|
||||
<Para><Emphasis>vname</Emphasis><Literal>=</Literal><Emphasis>value  </Emphasis> &str.OK;
|
||||
<Emphasis>vname</Emphasis><Literal>=</Literal><Emphasis>value </Emphasis> &str.CK; . . .
|
||||
<Para><Emphasis>vname</Emphasis><Literal>=</Literal><Emphasis>value </Emphasis> &str.OK;
|
||||
<Emphasis>vname</Emphasis><Literal>=</Literal><Emphasis>value </Emphasis> &str.CK; ...
|
||||
</Para>
|
||||
<Para>or
|
||||
</Para>
|
||||
<Para><Emphasis>vname</Emphasis><Literal>[</Literal><Emphasis>subscript</Emphasis><Literal>]=</Literal><Emphasis>value  </Emphasis> &str.OK;
|
||||
<Emphasis>vname</Emphasis><Literal>[</Literal><Emphasis>subscript</Emphasis><Literal>]=</Literal><Emphasis>value </Emphasis> &str.CK; . . .
|
||||
<Para><Emphasis>vname</Emphasis><Literal>[</Literal><Emphasis>subscript</Emphasis><Literal>]=</Literal><Emphasis>value </Emphasis> &str.OK;
|
||||
<Emphasis>vname</Emphasis><Literal>[</Literal><Emphasis>subscript</Emphasis><Literal>]=</Literal><Emphasis>value </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  ${d:- $( pwd ) }
|
||||
<Para>print ${d:- $( pwd ) }
|
||||
</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>$   </Literal>''. The character
|
||||
``<Literal>$</Literal>''. The character
|
||||
<Literal>!</Literal> in the primary prompt string is replaced by the
|
||||
<Emphasis>command </Emphasis> number (see
|
||||
<Emphasis>Command Re-entry</Emphasis> <Emphasis> </Emphasis> below).
|
||||
|
@ -1531,7 +1531,7 @@ Two successive occurrences of
|
|||
<Term>PS2</Term>
|
||||
<ListItem>
|
||||
<Para>Secondary prompt string, by default
|
||||
``<Literal>>  </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>#?  </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>+  </Literal>''.</Para>
|
||||
``<Literal>+ </Literal>''.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
|
@ -1673,7 +1673,7 @@ uses of pattern matching the
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term> . . . </Term>
|
||||
<Term> ... </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>"$*"
|
||||
is equivalent to</Literal> <Literal>"$1</Literal><Symbol Role="Variable">d</Symbol><Literal> $2</Literal><Symbol Role="Variable">d</Symbol> . . .<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" </Literal> <Literal>"$2" 
|
||||
. . . .
|
||||
is equivalent to</Literal> <Literal>"$1"</Literal> <Literal>"$2"
|
||||
... .
|
||||
Inside grave quote marks
|
||||
(</Literal><Literal>` `</Literal>),
|
||||
<Literal>\</Literal> quotes the characters
|
||||
|
@ -2402,7 +2402,7 @@ by the digit
|
|||
(instead of the default 0 or 1).
|
||||
For example:
|
||||
</Para>
|
||||
<Para>. . .  2>&1
|
||||
<Para>... 2>&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>. . .  1><Emphasis>fname </Emphasis> 2>&1
|
||||
<Para>... 1><Emphasis>fname </Emphasis> 2>&1
|
||||
</Para>
|
||||
<Para>first associates file descriptor 1 with file
|
||||
<Emphasis>fname </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  cmd  args
|
||||
TERM=450 cmd args
|
||||
</programlisting>
|
||||
<Para>and
|
||||
</Para>
|
||||
<programlisting>
|
||||
(export  TERM;  TERM=450;  cmd  args)
|
||||
(export TERM; TERM=450; cmd args)
|
||||
</programlisting>
|
||||
<Para>are equivalent (as far as the above execution of
|
||||
<Emphasis>cmd </Emphasis> is concerned except for special built-in commands listed below -
|
||||
|
@ -4082,14 +4082,14 @@ performed.
|
|||
</OrderedList>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>-: arg  . . .</Term>
|
||||
<Term>-: arg  ...</Term>
|
||||
<ListItem>
|
||||
<Para>The command only expands parameters.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>-  . name  arg  . . .</Term>
|
||||
<Term>- . name  arg  ...</Term>
|
||||
<ListItem>
|
||||
<Para>If
|
||||
<Emphasis>name </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  . . .</Term>
|
||||
<Term>-- alias -ptx name =value  ...</Term>
|
||||
<ListItem>
|
||||
<Para><Literal>alias </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 . . .</Term>
|
||||
<Term>bg job ...</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  name  . . .</Term>
|
||||
<Term>builtin -ds -f file  name  ...</Term>
|
||||
<ListItem>
|
||||
<Para>If
|
||||
<Emphasis>name </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  arg  . . .</Term>
|
||||
<Term>command -pvV name  arg  ...</Term>
|
||||
<ListItem>
|
||||
<Para>Without the
|
||||
<Literal>-v</Literal> or
|
||||
|
@ -4313,7 +4313,7 @@ If
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>disown job . . .</Term>
|
||||
<Term>disown job ...</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  . . .</Term>
|
||||
<Term>echo arg  ...</Term>
|
||||
<ListItem>
|
||||
<Para>When the first
|
||||
<Emphasis>arg </Emphasis> does not begin with a -, and
|
||||
|
@ -4343,7 +4343,7 @@ See
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>- eval arg  . . .</Term>
|
||||
<Term>- eval arg  ...</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  arg  . . .</Term>
|
||||
<Term>- exec -c -a name  arg  ...</Term>
|
||||
<ListItem>
|
||||
<Para>If
|
||||
<Emphasis>arg </Emphasis> is given,
|
||||
|
@ -4400,7 +4400,7 @@ shell which has the
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>-- export -p name =value  . . .</Term>
|
||||
<Term>-- export -p name =value  ...</Term>
|
||||
<ListItem>
|
||||
<Para>If
|
||||
<Emphasis>name </Emphasis> is not given,
|
||||
|
@ -4419,7 +4419,7 @@ export to the
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>fg job . . .</Term>
|
||||
<Term>fg job ...</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  arg  . . .</Term>
|
||||
<Term>getopts optstring vname  arg  ...</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>- -</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  job  . . .</Term>
|
||||
<Term>jobs -lnp  job  ...</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  job  . . .</Term>
|
||||
<Term>kill -s signame  job  ...</Term>
|
||||
<ListItem>
|
||||
<Para></Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>kill -n signum  job  . . .</Term>
|
||||
<Term>kill -n signum  job  ...</Term>
|
||||
<ListItem>
|
||||
<Para></Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>kill -l sig  . . .</Term>
|
||||
<Term>kill -l sig  ...</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  . . .</Term>
|
||||
<Term>let arg  ...</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  . . .</Term>
|
||||
<Term>- newgrp arg  ...</Term>
|
||||
<ListItem>
|
||||
<Para>Equivalent to
|
||||
<Literal>exec /bin/newgrp</Literal> <Emphasis>arg </Emphasis> . . . .
|
||||
<Literal>exec /bin/newgrp</Literal> <Emphasis>arg </Emphasis> ... .
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>print -Rnprs  -u unit  -f format  arg  . . .</Term>
|
||||
<Term>print -Rnprs  -u unit  -f format  arg  ...</Term>
|
||||
<ListItem>
|
||||
<Para>With no options or with option
|
||||
<Literal>-</Literal> or
|
||||
<Literal>- -</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  arg  . . .</Term>
|
||||
<Term>printf format  arg  ...</Term>
|
||||
<ListItem>
|
||||
<Para>The arguments
|
||||
<Emphasis>arg </Emphasis> are printed on standard output
|
||||
|
@ -4801,7 +4801,7 @@ all symbolic links are resolved from the name.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>read -Aprs  -d delim  -t timeout  -u unit  vname?prompt  vname  . . .</Term>
|
||||
<Term>read -Aprs  -d delim  -t timeout  -u unit  vname?prompt  vname  ...</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  . . .</Term>
|
||||
<Term>-- readonly -p vname=value  ...</Term>
|
||||
<ListItem>
|
||||
<Para>If
|
||||
<Emphasis>vname </Emphasis> is not given
|
||||
|
@ -4885,7 +4885,7 @@ by subsequent assignment.
|
|||
<ListItem>
|
||||
<Para>Causes a shell
|
||||
<Symbol Role="Variable">function</Symbol> or
|
||||
<Literal> .</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> .</Literal>
|
||||
<Literal>.</Literal>
|
||||
script,
|
||||
then it behaves the same as
|
||||
<Literal>exit</Literal>.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>- set ±CPabefhkmnopstuvx ±o option  . . . ±A vname  arg  . . .</Term>
|
||||
<Term>- set ±CPabefhkmnopstuvx ±o option  ... ±A vname  arg  ...</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>- -</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> . . . .
|
||||
<Literal>$1</Literal> <Literal>$2</Literal> ... .
|
||||
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>
|
||||
. . .
|
||||
...
|
||||
are renamed
|
||||
<Literal>$1</Literal> . . . 
|
||||
<Literal>$1</Literal> ... 
|
||||
, default
|
||||
<Emphasis>n </Emphasis> is 1.
|
||||
The parameter
|
||||
|
@ -5296,7 +5296,7 @@ second given by
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>- trap -p action  sig  . . .</Term>
|
||||
<Term>- trap -p action  sig  ...</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 ±AHflnprtux  ±EFLRZin  vname =value    . . .</Term>
|
||||
<Term>-- typeset ±AHflnprtux  ±EFLRZin  vname =value    ...</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  . . .</Term>
|
||||
<Term>- unalias -a name  ...</Term>
|
||||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>aliases </Emphasis> given by the list of
|
||||
|
@ -5734,7 +5734,7 @@ aliases to be unset.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>-unset -fv vname  . . .</Term>
|
||||
<Term>-unset -fv vname  ...</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  . . .</Term>
|
||||
<Term>wait job  ...</Term>
|
||||
<ListItem>
|
||||
<Para>Wait for the specified
|
||||
<Emphasis>job</Emphasis> and
|
||||
|
@ -5772,7 +5772,7 @@ See
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>whence -apv name  . . .</Term>
|
||||
<Term>whence -apv name  ...</Term>
|
||||
<ListItem>
|
||||
<Para>For each
|
||||
<Symbol Role="Variable">name</Symbol>, indicate how it
|
||||
|
@ -6040,7 +6040,7 @@ Use the
|
|||
<Literal>hist </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> .</Literal> <Emphasis>file </Emphasis>
|
||||
<Para>The built-in command <Literal>.</Literal> <Emphasis>file </Emphasis>
|
||||
reads the whole file before any commands are executed.
|
||||
Therefore,
|
||||
<Literal>alias</Literal> and
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<Arg Choice="opt">-s</Arg>
|
||||
<Arg Choice="opt">-d <Replaceable>db</Replaceable></Arg>
|
||||
<Arg><Replaceable>type</Replaceable></Arg>
|
||||
<Arg>. . .</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>. . .</Arg>
|
||||
<Arg>...</Arg>
|
||||
</CmdSynopsis>
|
||||
]]>
|
||||
<![ %CDE.C.CDE; [
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<Command>ttcp</Command>
|
||||
<Arg Choice="opt">-prL</Arg>
|
||||
<Arg><Replaceable>filename</Replaceable></Arg>
|
||||
<Arg>. . .</Arg>
|
||||
<Arg>...</Arg>
|
||||
<Arg><Replaceable>directory</Replaceable></Arg>
|
||||
<!-- -->
|
||||
</CmdSynopsis>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<Command>ttmv</Command>
|
||||
<Arg Choice="opt">-fL</Arg>
|
||||
<Arg><Replaceable>pathname</Replaceable></Arg>
|
||||
<Arg>. . .</Arg>
|
||||
<Arg>...</Arg>
|
||||
<Arg><Replaceable>directory</Replaceable></Arg>
|
||||
<!-- -->
|
||||
</CmdSynopsis>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<Command>ttrm</Command>
|
||||
<Arg Choice="opt">-frL</Arg>
|
||||
<Arg><Replaceable>pathname</Replaceable></Arg>
|
||||
<Arg>. . .</Arg>
|
||||
<Arg>...</Arg>
|
||||
</CmdSynopsis>
|
||||
<CmdSynopsis>
|
||||
<Command>ttrm</Command>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<Command>ttrmdir</Command>
|
||||
<Arg Choice="opt">-L</Arg>
|
||||
<Arg><Replaceable>directory</Replaceable></Arg>
|
||||
<Arg>. . .</Arg>
|
||||
<Arg>...</Arg>
|
||||
</CmdSynopsis>
|
||||
<CmdSynopsis>
|
||||
<Command>ttrmdir</Command>
|
||||
|
|
|
@ -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>. . .</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>. . .</arg></group><arg><replaceable>pathname</replaceable></arg>
|
||||
<arg>. . .</arg>
|
||||
<arg>...</arg></group><arg><replaceable>pathname</replaceable></arg>
|
||||
<arg>...</arg>
|
||||
</cmdsynopsis>
|
||||
<cmdsynopsis>
|
||||
<command>tttar</command><arg>-h</arg><arg>-help</arg>
|
||||
|
|
|
@ -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> . . .</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> . . .</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 | -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 | -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 | -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>
|
||||
|
|
|
@ -14,7 +14,7 @@ print utility for DtHelpDialog and DtHelpQuickDialog widgets</refpurpose>
|
|||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>dthelpprint</command><arg choice="opt"><replaceable>options </replaceable></arg>
|
||||
<command>dthelpprint</command><arg choice="opt"><replaceable>options</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
<refsect2>
|
||||
<title>Options</title>
|
||||
|
|
|
@ -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 (" ") value. <!--.LE--></para>
|
||||
be ]]>specified as a null ("") value. <!--.LE--></para>
|
||||
</refsect2>
|
||||
<refsect2>
|
||||
<title>Built-in Data Typing Commands</title>
|
||||
|
|
|
@ -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  file1  through  fileN 
|
||||
<para>Bring up a Compose window with file1 through fileN
|
||||
as attachments.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -47,7 +47,7 @@ user cmd</manvolnum></refmeta><refnamediv><refname><command>dtterm</command></re
|
|||
<arg choice="opt">±sb</arg>
|
||||
<arg choice="opt">±sf</arg>
|
||||
<group><arg>-sl <replaceable>screens</replaceable></arg>
|
||||
<group><arg>s </arg><arg> 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 ( | ), <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 ( | ), <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
|
||||
|
|
|
@ -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, " ")
|
||||
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>
|
||||
|
|
|
@ -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 [ ]. 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
|
||||
([ ]) 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 (&), OR ( | ) and NOT (!)
|
||||
<para>The logical operators AND (&), 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>[ ]</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>[ ]</literal> characters are
|
||||
<para>Path patterns with fewer <literal>[]</literal> characters are
|
||||
more specific.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
|
@ -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: 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>
|
||||
|
|
|
@ -87,22 +87,22 @@ Dtfoo.l_m.bm</programlisting>
|
|||
<variablelist>
|
||||
<varlistentry><term>Large</term>
|
||||
<listitem>
|
||||
<para>48 × 48 icon with <Filename>.l</Filename> suffix</para>
|
||||
<para>48×48 icon with <Filename>.l</Filename> suffix</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Medium</term>
|
||||
<listitem>
|
||||
<para>32 × 32 icon with <Filename>.m</Filename> suffix</para>
|
||||
<para>32×32 icon with <Filename>.m</Filename> suffix</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Small</term>
|
||||
<listitem>
|
||||
<para>24 × 24 icon with <Filename>.s</Filename> suffix</para>
|
||||
<para>24×24 icon with <Filename>.s</Filename> suffix</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Tiny</term>
|
||||
<listitem>
|
||||
<para>16 × 16 icon with <Filename>.t</Filename> suffix</para>
|
||||
<para>16×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 × 48</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32 × 32</literal></entry>
|
||||
<entry align="left" valign="top"><literal>48×48</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32×32</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><literal>FP Subpanels</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32 × 32</literal></entry>
|
||||
<entry align="left" valign="top"><literal>24 × 24</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32×32</literal></entry>
|
||||
<entry align="left" valign="top"><literal>24×24</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><literal>FP Inset FP</literal></entry>
|
||||
<entry align="left" valign="top"><literal>24 × 24</literal></entry>
|
||||
<entry align="left" valign="top"><literal>16 × 16</literal></entry>
|
||||
<entry align="left" valign="top"><literal>24×24</literal></entry>
|
||||
<entry align="left" valign="top"><literal>16×16</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><literal>WMgr ClientIcon</literal></entry>
|
||||
<entry align="left" valign="top"><literal>48 × 48</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32 × 32</literal></entry>
|
||||
<entry align="left" valign="top"><literal>48×48</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32×32</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><literal>File Mgr (Large)</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32 × 32</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32 × 32</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32×32</literal></entry>
|
||||
<entry align="left" valign="top"><literal>32×32</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry align="left" valign="top"><literal>File Mgr (Small)</literal></entry>
|
||||
<entry align="left" valign="top"><literal>16 × 16</literal></entry>
|
||||
<entry align="left" valign="top"><literal>16 × 16</literal></entry>
|
||||
<entry align="left" valign="top"><literal>16×16</literal></entry>
|
||||
<entry align="left" valign="top"><literal>16×16</literal></entry>
|
||||
</row></tbody></tgroup></informaltable>
|
||||
</refsect2>
|
||||
<refsect2>
|
||||
|
|
|
@ -383,8 +383,8 @@ font:</para>
|
|||
as:</para>
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
-dt-interface system-medium-r-normal-xs sans-11-90-85-85-p-81-iso8859-1
|
||||
-dt-interface system-medium-r-normal-xs 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
|
||||
|
|
|
@ -43,7 +43,7 @@ Print <Symbol Role="Variable">file</Symbol>
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Literal>Compose</Literal> <Symbol Role="Variable">file</Symbol> . . .</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
|
||||
|
|
|
@ -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> ; . . . 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
|
||||
|
|
Loading…
Reference in a new issue