From df5cb30ec69e9012e4c76651bd07ce70cdad233f Mon Sep 17 00:00:00 2001 From: Liang Chang Date: Thu, 3 Mar 2022 09:47:39 +0000 Subject: [PATCH] doc: update man pages to display   correctly. --- cde/doc/en_US.UTF-8/guides/man/SEntity.sgm | 4 +- cde/doc/en_US.UTF-8/guides/man/adbook.sgm | 4 +- .../en_US.UTF-8/guides/man/m3_Dt/Editor.sgm | 130 +++++++-------- cde/doc/en_US.UTF-8/guides/man/m3_Dt/Term.sgm | 92 +++++------ cde/doc/en_US.UTF-8/guides/man/man1/ksh93.sgm | 154 +++++++++--------- .../en_US.UTF-8/guides/man/man1/tt_typ_c.sgm | 4 +- cde/doc/en_US.UTF-8/guides/man/man1/ttcp.sgm | 2 +- cde/doc/en_US.UTF-8/guides/man/man1/ttmv.sgm | 2 +- cde/doc/en_US.UTF-8/guides/man/man1/ttrm.sgm | 2 +- .../en_US.UTF-8/guides/man/man1/ttrmdir.sgm | 2 +- cde/doc/en_US.UTF-8/guides/man/man1/tttar.sgm | 6 +- .../guides/man/man1_dt/codegen.sgm | 10 +- .../guides/man/man1_dt/helpprin.sgm | 2 +- .../en_US.UTF-8/guides/man/man1_dt/ksh.sgm | 2 +- .../en_US.UTF-8/guides/man/man1_dt/mail.sgm | 2 +- .../en_US.UTF-8/guides/man/man1_dt/term.sgm | 6 +- .../en_US.UTF-8/guides/man/man4/Get_Env.sgm | 2 +- .../en_US.UTF-8/guides/man/man4/dtdtsfil.sgm | 10 +- .../en_US.UTF-8/guides/man/man4/dthelpta.sgm | 2 +- .../en_US.UTF-8/guides/man/man4/dticonfi.sgm | 32 ++-- .../en_US.UTF-8/guides/man/man5/DtStdInt.sgm | 4 +- .../en_US.UTF-8/guides/man/man5/dtmaiact.sgm | 2 +- .../en_US.UTF-8/guides/man/man5/dttermes.sgm | 2 +- 23 files changed, 239 insertions(+), 239 deletions(-) diff --git a/cde/doc/en_US.UTF-8/guides/man/SEntity.sgm b/cde/doc/en_US.UTF-8/guides/man/SEntity.sgm index 8efbb7480..4a475ccc8 100644 --- a/cde/doc/en_US.UTF-8/guides/man/SEntity.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/SEntity.sgm @@ -8,6 +8,6 @@ - + - + diff --git a/cde/doc/en_US.UTF-8/guides/man/adbook.sgm b/cde/doc/en_US.UTF-8/guides/man/adbook.sgm index d8f072a96..ef4b65f6b 100644 --- a/cde/doc/en_US.UTF-8/guides/man/adbook.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/adbook.sgm @@ -10,9 +10,9 @@ - + - + diff --git a/cde/doc/en_US.UTF-8/guides/man/m3_Dt/Editor.sgm b/cde/doc/en_US.UTF-8/guides/man/m3_Dt/Editor.sgm index 13213f792..e1f6590a2 100644 --- a/cde/doc/en_US.UTF-8/guides/man/m3_Dt/Editor.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/m3_Dt/Editor.sgm @@ -2005,7 +2005,7 @@ resource can be used to modify these translations. Action Routines The DtEditor widget action routines are described here: -backward-character ( ) +backward-character () 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. and extends the current selection. -clear-selection ( ) +clear-selection () This action clears the current selection by replacing each character except carriage-return with a space character. -copy-clipboard ( ) +copy-clipboard () This action copies the current selection to the clipboard. -cut-clipboard ( ) +cut-clipboard () This action cuts the current selection to the clipboard. -delete-next-character ( ) +delete-next-character () If there is a non-NULL selection, this action deletes the selection; otherwise, it deletes the character following the insertion cursor. -delete-next-word ( ) +delete-next-word () If there is a non-NULL 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. -delete-previous-character ( ) +delete-previous-character () If there is a non-NULL selection, this action deletes the selection; otherwise, it deletes the character of text immediately preceding the insertion cursor. -delete-previous-word ( ) +delete-previous-word () If there is a non-NULL 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. -delete-to-end-of-line ( ) +delete-to-end-of-line () If there is a non-NULL selection, this action deletes the selection; otherwise, it deletes the characters following the insertion cursor to the next end-of-line character. -delete-to-start-of-line ( ) +delete-to-start-of-line () If there is a non-NULL selection, this action deletes the selection; otherwise, it deletes the characters preceding the insertion cursor to the previous beginning-of-line character. -deselect-all ( ) +deselect-all () This action deselects the current selection. @@ -2133,7 +2133,7 @@ to the end of the line. and extends the current selection. -forward-character ( ) +forward-character () 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. -go-to-line ( ) +go-to-line () 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 ]]> -Help ( ) +Help () This action calls the callbacks for XmNhelpCallback 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. -newline-and-backup ( ) +newline-and-backup () If there is a non-NULL 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. -newline-and-indent ( ) +newline-and-indent () If there is a non-NULL selection and the cursor is not disjoint from it, this action deletes the entire selection, @@ -2222,17 +2222,17 @@ forward one page. and extends the current selection. -page-left ( ) +page-left () This action scrolls the viewing window left one page of text. -page-right ( ) +page-right () This action scrolls the viewing window right one page of text. -paste-clipboard ( ) +paste-clipboard () This action pastes the contents of the clipboard before the insertion cursor. @@ -2246,41 +2246,41 @@ back one page. and extends the current selection. -process-cancel ( ) +process-cancel () This action cancels the current extend-adjust or secondary-adjust 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. -process-down ( ) +process-down () This action moves the insertion cursor down one line. -process-shift-down ( ) +process-shift-down () This action moves the insertion cursor down one line, extending the current selection. -process-shift-up ( ) +process-shift-up () This action moves the insertion cursor up one line, extending the current selection. -process-up ( ) +process-up () This action moves the insertion cursor up one line. -select-all ( ) +select-all () Selects all text. -toggle-insert-mode ( ) +toggle-insert-mode () 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. -quote-next-character ( ) +quote-next-character () 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. -undo-edit ( ) +undo-edit () 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. DtEditor Life Cycle Functions -DtCreateEditor ( ) +DtCreateEditor () Creates a new instance of a DtEditor widget. -DtEditorReset ( ) +DtEditorReset () Restores a DtEditor widget to its initial state. @@ -2342,7 +2342,7 @@ The following lists summarize these functions. DtEditor Input/Output Functions -DtEditorAppend ( ) +DtEditorAppend () Appends content data to the end of a DtEditor widget. @@ -2350,7 +2350,7 @@ widget. -DtEditorAppendFromFile ( ) +DtEditorAppendFromFile () Appends the contents of a file to the end of a DtEditor widget. @@ -2358,7 +2358,7 @@ widget. -DtEditorGetContents ( ) +DtEditorGetContents () Retrieves the entire contents of a DtEditor widget. @@ -2366,42 +2366,42 @@ widget. -DtEditorInsert ( ) +DtEditorInsert () Inserts content data at the current insert position. -DtEditorInsertFromFile ( ) +DtEditorInsertFromFile () Inserts the contents of a file at the current insert position. -DtEditorReplace ( ) +DtEditorReplace () Replaces a portion of text with the supplied data. -DtEditorReplaceFromFile ( ) +DtEditorReplaceFromFile () Replaces a portion of text with the contents of a file. -DtEditorSaveContentsToFile ( ) +DtEditorSaveContentsToFile () Saves the entire contents to a file. -DtEditorSetContents ( ) +DtEditorSetContents () 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. -DtEditorSetContentsFromFile ( ) +DtEditorSetContentsFromFile () 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. DtEditor Selection Functions -DtEditorClearSelection ( ) +DtEditorClearSelection () Replaces the currently selected contents with blanks. -DtEditorCopyToClipboard ( ) +DtEditorCopyToClipboard () Copies the currently selected contents to the clipboard. -DtEditorCutToClipboard ( ) +DtEditorCutToClipboard () Removes the currently selected contents, placing it on the clipboard. -DtEditorDeleteSelection ( ) +DtEditorDeleteSelection () Removes the currently selected contents. -DtEditorDeselect ( ) +DtEditorDeselect () Deselects any selected contents. -DtEditorPasteFromClipboard ( ) +DtEditorPasteFromClipboard () 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. -DtEditorSelectAll ( ) +DtEditorSelectAll () Selects the entire contents of a DtEditor widget. @@ -2477,7 +2477,7 @@ widget, replacing any currently selected contents. DtEditor Format Functions -DtEditorFormat ( ) +DtEditorFormat () Formats the contents of all or part of a DtEditor widget. @@ -2485,7 +2485,7 @@ widget. -DtEditorInvokeFormatDialog ( ) +DtEditorInvokeFormatDialog () Displays the format dialog that enables the user to specify format settings for margins and @@ -2500,21 +2500,21 @@ operations. DtEditor Find and Change Text Functions -DtEditorChange ( ) +DtEditorChange () Changes one or all occurrences of a string. -DtEditorFind ( ) +DtEditorFind () Finds the next occurrence of a string. -DtEditorInvokeFindChangeDialog ( ) +DtEditorInvokeFindChangeDialog () 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. -DtEditorInvokeSpellDialog ( ) +DtEditorInvokeSpellDialog () Displays a dialog with a list of misspelled words in the current contents. @@ -2536,14 +2536,14 @@ words in the current contents. -DtEditorDisableRedisplay ( ) +DtEditorDisableRedisplay () Temporarily prevents visual update of a DtEditor widget. -DtEditorEnableRedisplay ( ) +DtEditorEnableRedisplay () Forces the visual update of a DtEditor widget. @@ -2551,7 +2551,7 @@ words in the current contents. ]]> -DtEditorCheckForUnsavedChanges ( ) +DtEditorCheckForUnsavedChanges () Reports whether the contents of a DtEditor widget have been altered since they were last @@ -2560,7 +2560,7 @@ retrieved or saved. -DtEditorGetInsertionPosition ( ) +DtEditorGetInsertionPosition () Returns the insertion cursor position of a DtEditor widget. @@ -2568,7 +2568,7 @@ widget. -DtEditorGetLastPosition ( ) +DtEditorGetLastPosition () Returns the position of the last character in the edit window. @@ -2576,7 +2576,7 @@ in the edit window. -DtEditorGetMessageTextFieldID ( ) +DtEditorGetMessageTextFieldID () Retrieves the widget ID of the Text Field widget used to display application messages. @@ -2584,7 +2584,7 @@ widget used to display application messages. -DtEditorGetSizeHints ( ) +DtEditorGetSizeHints () Retrieves sizing information from a DtEditor widget. @@ -2592,21 +2592,21 @@ widget. -DtEditorGoToLine ( ) +DtEditorGoToLine () Moves the insert cursor to the specified line. -DtEditorSetInsertionPosition ( ) +DtEditorSetInsertionPosition () Sets the position of the insertion cursor. -DtEditorTraverseToEditor ( ) +DtEditorTraverseToEditor () Sets keyboard traversal to the edit window of a DtEditor widget. @@ -2614,7 +2614,7 @@ widget. -DtEditorUndoEdit ( ) +DtEditorUndoEdit () Undoes the last edit made by a user. @@ -2627,7 +2627,7 @@ widget. FILES -/usr/dt/lib/nls/msg/$LANG/DtWidget.cat ( ) +/usr/dt/lib/nls/msg/$LANG/DtWidget.cat () Message catalog for DtWidget library. diff --git a/cde/doc/en_US.UTF-8/guides/man/m3_Dt/Term.sgm b/cde/doc/en_US.UTF-8/guides/man/m3_Dt/Term.sgm index 8e012da4d..f23e2f51b 100644 --- a/cde/doc/en_US.UTF-8/guides/man/m3_Dt/Term.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/m3_Dt/Term.sgm @@ -1251,31 +1251,31 @@ the child process. Shift ~Ctrl<Key>KP_Multiply: -XtDisplayInstalledAccelerators( ) +XtDisplayInstalledAccelerators() ~Shift Ctrl<Key>KP_Multiply: -XtDisplayAccelerators( ) +XtDisplayAccelerators() Shift Ctrl<Key>KP_Multiply: -XtDisplayTranslations( ) +XtDisplayTranslations() <Key>osfCancel: -process-cancel( ) +process-cancel() <Key>osfCopy: -copy-clipboard( ) +copy-clipboard() <Key>osfCut: -copy-clipboard( ) +copy-clipboard() <Key>osfPaste: -paste-clipboard( ) +paste-clipboard() <Key>osfBeginLine: -beginning-of-buffer( ) +beginning-of-buffer() <Key>osfEndLine: -end-of-buffer( ) +end-of-buffer() Shift<Key>osfUp: @@ -1343,15 +1343,15 @@ the child process. Mod1<Key>Break: -soft-reset( ) +soft-reset() Shift<Key>Break: -hard-reset( ) +hard-reset() ~Shift ~Mod1<Key>Break: -vt-break( ) +vt-break() Ctrl<Key>Cancel: @@ -1359,11 +1359,11 @@ the child process. ~Ctrl<Key>Cancel: -stop( ) +stop() ~Shift<Key>Tab: -tab( ) +tab() ~Mod1<Key>KP_Space: @@ -1735,51 +1735,51 @@ function) function) <KeyRelease>: -key-release( ) +key-release() <KeyPress>: -insert( ) +insert() ~Shift~Ctrl<Btn1Down>: -grab-focus( ) +grab-focus() Shift~Ctrl<Btn1Down>: -extend-start( ) +extend-start() ~Ctrl<Btn1Motion>: -select-adjust( ) +select-adjust() ~Ctrl<Btn1Up>: -extend-end( ) +extend-end() ~Shift<Btn2Down>: -process-bdrag( ) +process-bdrag() ~Shift<Btn2Up>: -copy-to( ) +copy-to() <EnterWindow>: -enter( ) +enter() <LeaveWindow>: -leave( ) +leave() <FocusIn>: -focus-in( ) +focus-in() <FocusOut>: -focus-out( ) +focus-out() @@ -1795,28 +1795,28 @@ action sends a \f3\s-1DEL\s0\fP (delete) character to the child--> diff --git a/cde/doc/en_US.UTF-8/guides/man/man1/ttmv.sgm b/cde/doc/en_US.UTF-8/guides/man/man1/ttmv.sgm index 6d0d6b39b..0675a7940 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man1/ttmv.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man1/ttmv.sgm @@ -36,7 +36,7 @@ ttmv -fL pathname -. . . +... directory diff --git a/cde/doc/en_US.UTF-8/guides/man/man1/ttrm.sgm b/cde/doc/en_US.UTF-8/guides/man/man1/ttrm.sgm index 575bd9b78..72f74eecc 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man1/ttrm.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man1/ttrm.sgm @@ -29,7 +29,7 @@ ttrm -frL pathname -. . . +... ttrm diff --git a/cde/doc/en_US.UTF-8/guides/man/man1/ttrmdir.sgm b/cde/doc/en_US.UTF-8/guides/man/man1/ttrmdir.sgm index 63130ab73..c6da695da 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man1/ttrmdir.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man1/ttrmdir.sgm @@ -29,7 +29,7 @@ ttrmdir -L directory -. . . +... ttrmdir diff --git a/cde/doc/en_US.UTF-8/guides/man/man1/tttar.sgm b/cde/doc/en_US.UTF-8/guides/man/man1/tttar.sgm index d479133e7..b79e4742a 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man1/tttar.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man1/tttar.sgm @@ -16,12 +16,12 @@ objects in an archive -tttar ctxEfhpSvtarfilepathname. . . +tttar ctxEfhpSvtarfilepathname... tttar ctxfLEhpRSvtttarfile-rename oldnamenewname -. . .pathname -. . . +...pathname +... tttar-h-help diff --git a/cde/doc/en_US.UTF-8/guides/man/man1_dt/codegen.sgm b/cde/doc/en_US.UTF-8/guides/man/man1_dt/codegen.sgm index 2fd65989d..2417f9d56 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man1_dt/codegen.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man1_dt/codegen.sgm @@ -21,7 +21,7 @@ Inc.--> -np-noproject-showall-noshowall -s-silent-v-verbosefile - . . . + ... ]]> dtcodegen -changed @@ -39,7 +39,7 @@ choice="opt">-showall-noshowall -verbose file - . . . + ... ]]> @@ -116,7 +116,7 @@ widgets. This value retains the CDE 1.0 behavior. --p | -project myproj +-p|-project myproj Generate code for the project myproj, (which is expected to be defined in the file myproj .bip). @@ -150,13 +150,13 @@ been specified. (The -showall option suppresses this behavior). --s | -silent +-s|-silent Work silently, producing no output except error messages while generating source code. --v | -verbose +-v|-verbose Be more verbose in providing progress and status messages during the generation of source code. diff --git a/cde/doc/en_US.UTF-8/guides/man/man1_dt/helpprin.sgm b/cde/doc/en_US.UTF-8/guides/man/man1_dt/helpprin.sgm index 6d23c7cf1..75882b688 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man1_dt/helpprin.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man1_dt/helpprin.sgm @@ -14,7 +14,7 @@ print utility for DtHelpDialog and DtHelpQuickDialog widgets -dthelpprintoptions  +dthelpprintoptions Options diff --git a/cde/doc/en_US.UTF-8/guides/man/man1_dt/ksh.sgm b/cde/doc/en_US.UTF-8/guides/man/man1_dt/ksh.sgm index 8934bf7e4..6e9e961b5 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man1_dt/ksh.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man1_dt/ksh.sgm @@ -2045,7 +2045,7 @@ termOpts execHost contextDir useIndicatord used to specify file arguments to be used by DtActionInvoke when invoking the specified action. The dtksh-command argument specified as a null (" ") value. +be ]]>specified as a null ("") value. Built-in Data Typing Commands diff --git a/cde/doc/en_US.UTF-8/guides/man/man1_dt/mail.sgm b/cde/doc/en_US.UTF-8/guides/man/man1_dt/mail.sgm index 2e18d8760..79e847c2a 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man1_dt/mail.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man1_dt/mail.sgm @@ -36,7 +36,7 @@ use the Tooltalk API to compose and send messages. -a file1 ... fileN -Bring up a Compose window with  file1  through  fileN  +Bring up a Compose window with file1 through fileN as attachments. diff --git a/cde/doc/en_US.UTF-8/guides/man/man1_dt/term.sgm b/cde/doc/en_US.UTF-8/guides/man/man1_dt/term.sgm index 410ede9bc..333c7aa0b 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man1_dt/term.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man1_dt/term.sgm @@ -47,7 +47,7 @@ user cmddtterm±sb ±sf -sl screens -s  l +sl -ti term_id -title title_string -tm term_modes @@ -275,7 +275,7 @@ enable and disable logging via escape sequences. Name the file to which dtterm writes the output log. If the file_name argument begins with a pipe -symbol ( | ), dtterm assumes the rest of +symbol (|), dtterm assumes the rest of the string to be a command to be used as the endpoint of a pipe. The default file name is DttermLog XXXXX (where XXXXX is a unique value) and is created in the directory from which the subprocess was started. The file_name argument specifies the log file name used by dtterm for logging. @@ -1020,7 +1020,7 @@ and disabled via escape sequences. logFile Specifies the filename to which dtterm writes the -output log. If the filename begins with a pipe symbol ( | ), dtterm assumes the rest of the string is a command to be used as +output log. If the filename begins with a pipe symbol (|), dtterm assumes the rest of the string is a command to be used as the endpoint of a pipe. The default filename is DttermLogXXXXX (where XXXXX is a unique value) and diff --git a/cde/doc/en_US.UTF-8/guides/man/man4/Get_Env.sgm b/cde/doc/en_US.UTF-8/guides/man/man4/Get_Env.sgm index c1ab25a58..a59dbd3c4 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man4/Get_Env.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man4/Get_Env.sgm @@ -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. diff --git a/cde/doc/en_US.UTF-8/guides/man/man4/dtdtsfil.sgm b/cde/doc/en_US.UTF-8/guides/man/man4/dtdtsfil.sgm index c9a658e67..e270e73ed 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man4/dtdtsfil.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man4/dtdtsfil.sgm @@ -299,15 +299,15 @@ in buffers. Pattern Matching Notation 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 CAE Specification, Commands and Utilities, Issue 4. Logical Expressions -The logical operators AND (&), OR ( | ) and NOT (!) +The logical operators AND (&), OR (|) and NOT (!) can be used in any of the data criteria fields, except for DATA_ATTRIBUTES_NAME, as shown in Data Criteria Format, below. The resultant expressions are evaluated from left to right. @@ -585,7 +585,7 @@ in their patterns: Patterns with any ? (most specific) -Patterns with any [ ] +Patterns with any [] Patterns with any * (least specific) @@ -615,7 +615,7 @@ patterns, in the following sequence: -Path patterns with fewer [ ] characters are +Path patterns with fewer [] characters are more specific. diff --git a/cde/doc/en_US.UTF-8/guides/man/man4/dthelpta.sgm b/cde/doc/en_US.UTF-8/guides/man/man4/dthelpta.sgm index 5f8a7e9df..742df7c4a 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man4/dthelpta.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man4/dthelpta.sgm @@ -33,7 +33,7 @@ DESCRIPTION HelpTag 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). diff --git a/cde/doc/en_US.UTF-8/guides/man/man4/dticonfi.sgm b/cde/doc/en_US.UTF-8/guides/man/man4/dticonfi.sgm index 201f52ef7..4bdb9b67b 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man4/dticonfi.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man4/dticonfi.sgm @@ -87,22 +87,22 @@ Dtfoo.l_m.bm Large -48 × 48 icon with .l suffix +48×48 icon with .l suffix Medium -32 × 32 icon with .m suffix +32×32 icon with .m suffix Small -24 × 24 icon with .s suffix +24×24 icon with .s suffix Tiny -16 × 16 icon with .t suffix +16×16 icon with .t suffix @@ -124,33 +124,33 @@ on the display hardware. LoRes(vga) Front Panel -48 × 48 -32 × 32 +48×48 +32×32 FP Subpanels -32 × 32 -24 × 24 +32×32 +24×24 FP Inset FP -24 × 24 -16 × 16 +24×24 +16×16 WMgr ClientIcon -48 × 48 -32 × 32 +48×48 +32×32 File Mgr (Large) -32 × 32 -32 × 32 +32×32 +32×32 File Mgr (Small) -16 × 16 -16 × 16 +16×16 +16×16 diff --git a/cde/doc/en_US.UTF-8/guides/man/man5/DtStdInt.sgm b/cde/doc/en_US.UTF-8/guides/man/man5/DtStdInt.sgm index 09d0cc2a3..f6a503483 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man5/DtStdInt.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man5/DtStdInt.sgm @@ -383,8 +383,8 @@ font: as: --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 Defined this way, both names will match the single XLFD pattern used diff --git a/cde/doc/en_US.UTF-8/guides/man/man5/dtmaiact.sgm b/cde/doc/en_US.UTF-8/guides/man/man5/dtmaiact.sgm index b01efe777..b68206326 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man5/dtmaiact.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man5/dtmaiact.sgm @@ -43,7 +43,7 @@ Print file -Compose file . . . +Compose file ... Open a mail composition view with attachments named by the pathnames in the diff --git a/cde/doc/en_US.UTF-8/guides/man/man5/dttermes.sgm b/cde/doc/en_US.UTF-8/guides/man/man5/dttermes.sgm index 875752ce9..d0ec29f8b 100644 --- a/cde/doc/en_US.UTF-8/guides/man/man5/dttermes.sgm +++ b/cde/doc/en_US.UTF-8/guides/man/man5/dttermes.sgm @@ -583,7 +583,7 @@ a carriage-return ( CR). -Esc [ pi ; . . . m +Esc [ pi ; ... m ( SG) Graphics rendition. The default value is 0. This escape sequence selects one or more character