_____________________________________________________________________________ comment Enhancement Request Number 1 Jon.Hitchcock@uniplex.co.uk Bug in XCUd4 (various) (rdvk# 25) {jjh8} Fri, 22 Sep 2000 20:11:00 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 0 Line: 0 Section: (various) Problem: For most utilities (e.g. at lines 4819-4821 for admin) it is specified that the implementation-defined default locale shall be used if one of the LC_* variables has an invalid setting. This is contradicted in the other documents. For more explanation see austin-group message 1280, which was not disagreed with. Action: In each utility that is affected by LANG and LC_ALL, replace the description of them by: LANG and LC_ALL Provide overall control of internationalization (see XBD chapter 8.2). _______________________________________________________________________________ objection Enhancement Request Number 2 roysterc@ncr.disa.mil Bug in XCUd4 entire Document (rdvk# 741) {App usage section(s)/entire document} Wed, 27 Sep 2000 03:30:02 +0100 (BST) _______________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _______________________________________________________________________________ Page: 0 Line: 0 Section: entire Problem: Need to identify all of the different types of Feature Groups b4 approving this draft. Also, each API/Function should be labeled to indicated if it is part of an existing POSIX profile like 1003.13:1998. This will inform the implementor to maybe use this API by profile name (1003.13:1998 PSE54 instead of standard reference number e.g., 1003.1:xxxx. Action: In the Front section of the document. List all the types of feature groups with their meanings. Also, list if a particular API/function is part of an existing profile like 1003.13:1998 etc. The application usage section should indicate if a function/API is listed in 1003.13:1998. If an API is not noted, this would be helpful to the implementor/user of the spec. [Ed recommendation: Reject. It is not appropriate to put normative text in informative frontmatter. The Option groups are already described in one location in conformance definitions. It is also inappropriate to refer to a standard which is a profile of an earlier version of this standard. Additional option groups have been added to support profiling, details of that profiling should be external to this document. ] _____________________________________________________________________________ objection Enhancement Request Number 3 gwc@unisoft.com BUG in XCUd4 1.7.1.4 (rdvk# 18) {gwc create existing file} Tue, 5 Sep 2000 16:07:08 +0100 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2209 Line: 174-183 Section: 1.7.1.4 Problem: The text here refers to "the file type" as if there is only one type of file to consider. But there are two - the file type that the utility is attempting to create, and the file type of the existing file. For the cases where the two file types are the same, the behaviour described is exactly what would happen if the mkfifo(), mkdir() and creat() calls are used when creating the files. However, it is not clear how to apply this text to the cases where the two file types differ. (Which file type is the one that "shall depend on the file type" refers to?) Based on the semantics of mkfifo(), mkdir() and creat(), I have attempted to come up with some suitable replacement text, but it may need some alterations. E.g. should it be extended to cover the case of attempting to create a regular file when the file that exists is a terminal device file, and should some utilities be allowed to treat the creation attempt as failing when the file that exists is a FIFO special file (case 4)? Action: Replace lines 174-183 with the following: When an attempt is made to create a file that already exists, the action shall depend on the type of file that the utility is attempting to create and on the type of the existing file: 1. When attempting to create a directory or FIFO special file, and the existing file is a directory, FIFO special file or regular file, the attempt shall fail and the utility shall either continue with its operation or exit immediately with a nonzero exit status, depending on the description of the utility. 2. When attempting to create a regular file, and the existing file is a regular file: a. The user ID, group ID and permission bits of the file shall not be changed. b. The file shall be truncated to zero length. c. The st_ctime and st_mtime fields shall be marked for update. 3. When attempting to create a regular file, and the existing file is a directory, the attempt shall fail and the utility shall either continue with its operation or exit immediately with a nonzero exit status, depending on the description of the utility. 4. When attempting to create a regular file, and the existing file is a FIFO special file: a. If the FIFO is not already open for reading, the attempt shall block until the FIFO is opened for reading. b. Once the FIFO is open for reading, the utility shall open the FIFO for writing and continue with its operation. 5. For other file type combinations the effect is implementation defined. _____________________________________________________________________________ Objection Enhancement Request Number 4 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 26) [DST-57] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2225 Line: 752 Section: 1.11 Problem: 1) "8-bit transparency" is undefined. 2) Nevertheless, consider promoting this to MAN (for base POSIX). Action: 1) Add definition. 8-bit transparency: Processing data so that all 8 bits of an 8-bit character set are actually treated as part of the character. (Add to Definitions in proper order, whatever that is for a leading digit.) 2) Add rationale in corresponding place in the parallel section of definitions in the rationale. 8-bit transparency: Some historical implementations of commands used the 8 bit of the byte in which a 7-bit ASCII character was stored as a flag. This term refers to the requirement that 8-bit character sets (e.g. 8859-*) must be correctly processed. 3) Change XSI to MAN (here and any other uses of 8-bit transparency). _____________________________________________________________________________ Editorial Enhancement Request Number 5 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 114) [DWC-43] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2226 Line: 835 Section: 1.11 Problem: (utility description defaults: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2226, L835 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ objection Enhancement Request Number 6 ajosey@opengroup.org Bug in XCUd4 1.11 (rdvk# 17) {tog.aug31.2} Thu, 31 Aug 2000 09:25:52 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2229 Line: 966 Section: 1.11 Problem: wording change caused loss of strict conformance requirement for applications. Action: change "A portable application" -> "A strictly conforming application" [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 7 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 377) [DWC-306] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2236 Line: 1124 Section: 2.2 Problem: (quoting: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character. If a character" on P2236, L1124 to ". If a ". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 8 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 378) [DWC-307] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2236 Line: 1125 Section: 2.2 Problem: (quoting: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2236, L1125 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 9 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 379) [DWC-308] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2236 Line: 1126 Section: 2.2.1 Problem: (escape character: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2236, L1126 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 10 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 380) [DWC-309] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2238 Line: 1199 Section: 2.3 Problem: (token recognition: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2238, L1199 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 11 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 381) [DWC-310] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2239 Line: 1218 Section: 2.3 Problem: (token recognition: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2239, L1218 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 12 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 115) [DWC-44] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2239 Line: 1220 Section: 2.3 Problem: (token recognition: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P2239, L1220 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 13 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 382) [DWC-311] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2239 Line: 1225 Section: 2.3 Problem: (token recognition: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character shall be discarded as a comment. The character" on P2239, L1225 to " shall be discarded as a comment. The ". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 14 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 116) [DWC-45] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2239 Line: 1244 Section: 2.3.1 Problem: (alias substitution: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P2239, L1244 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 15 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 117) [DWC-46] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2239 Line: 1246 Section: 2.3.1 Problem: (alias substitution: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character." on P2239, L1246 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 16 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 102) [DWC-31] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2241 Line: 1295-1296 Section: 2.5.2 Problem: (special parameters: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2241, L1295-1296 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 17 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 383) [DWC-312] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2242 Line: 1341 Section: 2.3.1 Problem: (alias substitution: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters;" on P2242, L1341 to "s;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 18 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 118) [DWC-47] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2242 Line: 1355 Section: 2.5.3 Problem: (shell variables: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2242, L1355 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 19 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 384) [DWC-313] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2243 Line: 1391 Section: 2.5.3 Problem: (shell variables: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2243, L1391 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 20 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 61) [DST-121] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2247 Line: 1575 Section: 2.6.3 Problem: The backtick form of command substitution may be commonly used, but it is a poorer (and more dangerous) design. This feature should be marked obsolescent, not necessarily with the intent of deleting it in the short term (or long term), but simply emphasizing that it should not be used for new work. (This is the sort of construct that when later modified ends up creating surprising, and sometimes very obscure, bugs. $() doesn't.) Action: Mark `` obsolescent (or deprecated). [Ed recommendation: None This same request was submitted on the previous draft: XCUd3 ERN 20 The response was as follows: See L2042 for warning. There is no reason given for requiring existing strictly conforming applications to have to convert from `` to $(). The `` form works just fine for cases that don't need nesting or embedded quotes.] _____________________________________________________________________________ Editorial Enhancement Request Number 21 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 385) [DWC-314] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2247 Line: 1579 Section: 2.6.3 Problem: (command substitution: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2247, L1579 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 22 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 386) [DWC-315] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2247 Line: 1580 Section: 2.6.3 Problem: (command substitution: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2247, L1580 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 23 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 387) [DWC-316] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2249 Line: 1637 Section: 2.6.5 Problem: (field splitting: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2249, L1637 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 24 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 388) [DWC-317] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2249 Line: 1638 Section: 2.6.5 Problem: (field splitting: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Note that other changes are needed here as well! Action: Change ", , or characters" on P2249, L1638 to "s, s, or s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 25 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 675) [DWC-604] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2249 Line: 1647 Section: 2.6.5 Problem: (field splitting: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " and characters" on P2249, L1647 to "s and s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 26 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 119) [DWC-48] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2251 Line: 1683 Section: 2.7 Problem: (redirection: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2251, L1683 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 27 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 389) [DWC-318] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2252 Line: 1727-1728 Section: 2.7.4 Problem: (here-document: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2252, L1727-1728 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 28 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 120) [DWC-49] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2252 Line: 1729 Section: 2.7.4 Problem: (here-document: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2252, L1729 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 29 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 390) [DWC-319] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2259 Line: 1947 Section: 2.9.3 Problem: (lists: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2259, L1947 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 30 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 391) [DWC-320] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2259 Line: 1950 Section: 2.9.3 Problem: (lists: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters," on P2259, L1950 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 31 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 392) [DWC-321] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2259 Line: 1951 Section: 2.9.3 Problem: (lists: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2259, L1951 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 32 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 393) [DWC-322] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2259 Line: 1953 Section: 2.9.3 Problem: (lists: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2259, L1953 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 33 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 394) [DWC-323] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2261 Line: 2026 Section: 2.9.4.1 Problem: (grouping commands: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2261, L2026 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 34 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 27) [DST-58] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2265 Line: 2151 Section: Executable Problem: For the record, I still think that mandating executable (#!) scripts in the standard is at the very best unwise until the issue of path searching is solved. If nothing else, by mandating it, we are both stifling the innovation needed to make it truly useful, and tacitly saying that we believe that the current state of affairs is acceptable. As I was so roundly (and rightly) chastized for almost 20 years ago, "We don't standardize brokenness." It also works against some aspects of application portability: it makes applications (that use it) less portable because it requires at best a more complex installation procedure. In the meantime it is a very useful stopgap, so we certainly should do everything we can to permit it, but mandating it is the wrong thing at this time. Action: Remove section. _____________________________________________________________________________ Editorial Enhancement Request Number 35 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 28) [DST-59] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2265 Line: 2167 Section: 2.10 Problem: OK... so you didn't do as I asked and delete #!. Nevertheless the string "" should be replaced with the greek delta character that's used elsewhere for an explicit space. (Check the whole document, and please be careful about this in the future.) Action: -> the greek character delta. [Ed recommendation: Accept] _____________________________________________________________________________ Comment Enhancement Request Number 36 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 29) [DST-60] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2265 Line: 2176 Section: 2.10 Problem: 80 bytes; in a 2-byte multibyte character set, or in Unicode, this is 40 characters. For a 4-byte code (full 10646) this is 20 characters. I understand that this is an implementation limit, but in an internationalized context this becomes a fairly significant limit. Also, in what locale is this interpreted? In particular, if there are multiple locales where the representation of the portable filename character set varies, in which locale is this interpreted. (Remember, this is happening in the kernel, not user space, so the concept of locale gets a lot spookier to deal with.) (Is it required to be "in the character set of the filesystem", even if not operating in a compataible locale.) (All other locale issues can be hidden by wrappers, but this can't be because it's, like executable files in general, handled directly by the OS.) (Consider, for example, an OS that names files in (8-bit) 646 like characters, but with a locale set for Unicode (so the, for example, awk program is written in Unicode). How does the user create a file where the first few bytes are in 646 (not even the first line, because the arguments are in Unicode). Also consider that many (most?) Unicode files themselves begin with a feff or ffef flag word.) Action: To address the first problem, require implementations to accept at least 80 characters in the "default" character set. However, I don't see a good solution to the second problem, so... Delete the section. _____________________________________________________________________________ Editorial Enhancement Request Number 37 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 395) [DWC-324] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2266 Line: 2186 Section: 2.11.1 Problem: (shell grammar lexical conventions: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2266, L2186 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 38 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 30) [DST-61] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2266 Line: 2212 Section: 2.11.2 Problem: This is an odd usage of "shall". Originally most of this paragraph was rationale (and it used the word was "must"; it made sense then). In normative text, however, "must" isn't allowed, but this "shall" appears to require that if a reserved word is permitted, it shall be used (thus the only legal shell scripts are those which contain only if, while, and the like statements). Action: Restore from l 2206 ("This rule applies...") to the end of the paragraph to the original wording and move back to rationale (or make into a note). [Ed recommendation: Accept as marked. Delete lines 2206-2212 from "This rule applies ...". The text is duplicated in rationale, see page 3542] _____________________________________________________________________________ Editorial Enhancement Request Number 39 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 396) [DWC-325] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2266 Line: 2216 Section: 2.11.2 Problem: (shell grammar rules: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2266, L2216 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 40 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 397) [DWC-326] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2267 Line: 2229 Section: 2.11.2 Problem: (shell grammar rules: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2267, L2229 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 41 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 398) [DWC-327] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2267 Line: 2240 Section: 2.11.2 Problem: (shell grammar rules: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2267, L2240 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 42 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 604) [DWC-533] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2285 Line: 2827 Section: eval Problem: (eval: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2285, L2827 to ".". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 43 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 605) [DWC-534] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2297 Line: 3215 Section: set Problem: (set: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2297, L3215 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ objection Enhancement Request Number 44 ajosey@opengroup.org Bug in XCUd4 (rdvk# 11) {tog.aug29.pasc.185} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2322 Line: 4033 Section: 3.2.2.1 Problem: IEEE PASC Interpretation 1003.2 #185 raises an issue that has been forwarded to the sponsor. The sponsor recommends changing the wording as in the action below. Action: Delete the sentence "Where the batch server buffers standard error....". Add to CH PASC Interpretation 1003.2 #185 is applied. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 45 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 31) [DST-62] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2323 Line: 4067 Section: 3.2.2 Problem: The characters 'ss' et. al are doubled; they should be a single character (see 4057). This was a recurring error last time in the batch stuff, and it looks as if some slipped through. Fix all. Action: ss->s (etc. on this line and elsewhere). Editor to search for a delimited ss, which is trivial given a real editor but rather difficult using pdf. [Ed recommendation: Accept Also note that the text version is searchable] _____________________________________________________________________________ Objection Enhancement Request Number 46 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 32) [DST-63] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2341 Line: 4741 Section: admin Problem: Although the grammar is partially fixed, it still leaves the nonterminal undefined. Action: I haven't a clue. (And please don't get me wrong, I'm still not in favor of SCCS, either.) [Ed recommendation: None No action is specified - a proper action is needed] _____________________________________________________________________________ Comment Enhancement Request Number 47 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 730) [DWC-781] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2349 Line: 5021 Section: ar Problem: (ar: -q option) The rationale on P2352, L5168-5172 state that "quickly" need not remain true for the ar utility -q option, but "quickly" still appears in the description of the -q option. Action: Change "Quickly append" on P2349, L5021 to "Append". ------------------------------------------------------------------------------ _____________________________________________________________________________ comment Enhancement Request Number 48 Jon.Hitchcock@uniplex.co.uk who (rdvk# 23) {jjh4} Thu, 14 Sep 2000 23:08:38 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2350,2530,2775,2796,2920,2961,2975-3020,3265 Line: 5082,12169,21596,22451,27327,29066, Section: ar,diff,lp,mailx,pax,ps,qalter...,who Problem: In general, if a utility is affected by LC_TIME then it should also be affected by the TZ environment variable. This is not always stated. (I believe that, exceptionally, the 'patch' utility is not affected by TZ.) While checking this, I also noticed these inconsistencies: Line 12169 (diff) says TZ determines a locale - most utilities (e.g. date and ls) say it determines a timezone. The rational at line 23237 (mailx) says the words "may affect" are used, but they are not used. Lines 29626-31335 (qalter-qsub) say "If the TZ variable is not set, an unspecified system default timezone is used" - other utilities do not bother to say this. Action: Line 5082 (ar): Add a description of TZ based on that for LC_TIME. Line 12169 (diff): Omit the words "the locale for affecting". Line 21596 (lp): Add a description of TZ based on that for LC_TIME. Line 22451 (mailx): Change "Determine" to "May determine". Add a description of TZ based on that for LC_TIME. Line 27327 (pax): Add a description of TZ based on that for LC_TIME. Line 29066 (ps): Add a description of TZ based on that for LC_TIME. Lines 29626-31335 (qalter, qdel, qhold, qmove, qmsg, qrerun, qris, qselect, qsig, qstat, qsub): Remove sentence "If the TZ variable is not set, an unspecified system default timezone is used." Line 40386 (who): Add a description of TZ based on that for LC_TIME. _____________________________________________________________________________ Objection Enhancement Request Number 49 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 33) [DST-64] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2351 Line: 5103 Section: ar Problem: This Note is actually just part of the problem, in that the term "file" is variously used both for the archive member (often as "file in the archive") and for the file (otherwise) in the file system. This is exacerbated by the fact that the operand "file" can be either. Eliminating "member" initially seems tempting, but then it has to be very consistently replaced with "file in the archive" which is asking for trouble later (because of very easy slips made in further changes). Note that the proposed .2b interp would also appear to apply to the starting at 5110. Consider ar -t libc.a /thisdirectoryneverexisted/setjmp.o should this list JUST setjmp.o, the nonsensical pathname as well, or yield an error. (I prefer "just the member name".) Action: Use "member" consistently when referring to the content of the archive, and live with the problem of occasionally having the operand "file" refer to an object which is a member. Indicate that where a member is being referred to by a pathname, that only the basename is ever used except when opening a file in the file system. (Markup on acceptance of principle.) _____________________________________________________________________________ Editorial Enhancement Request Number 50 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 34) [DST-65] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2351 Line: 5122 Section: ar Problem: Typo. Action: " "" (omitted ">"). [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 51 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 606) [DWC-535] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2353 Line: 5202 Section: ar Problem: (ar: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters." on P2353, L5202 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 52 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 399) [DWC-328] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2353 Line: 5206 Section: ar Problem: (ar: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2353, L5206 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 53 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 400) [DWC-329] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2355 Line: 5260 Section: asa Problem: (asa: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2355, L5260 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 54 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 401) [DWC-330] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2355 Line: 5263 Section: asa Problem: (asa: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2355, L5263 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 55 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 607) [DWC-536] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2355 Line: 5266 Section: asa Problem: (asa: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2355, L5266 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 56 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 369) [DWC-298] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2356 Line: 5328 Section: asa Problem: (asa: character) The term is defined (XBD6d4, P73, L2181-2186) to be a synonym for "form-feed character". Therefore, the phrase " character" expands to "form-feed character character". Action: Change " character" on P2356, L5328 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 57 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 608) [DWC-537] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2359 Line: 5403 Section: at Problem: (at: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2359, L5403 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ editorial Enhancement Request Number 58 gwc@unisoft.com vi (rdvk# 20) {gwc the word "line"} Tue, 12 Sep 2000 13:05:11 +0100 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2367,2375 Line: 5730,6086 Section: awk Problem: PASC interpretation 1003.2-92 #174 identified a problem where the word "line" was used incorrectly in the description of the sort utility. This particular problem has been fixed, however it is only one example of a much more widespread problem. There are many more places in XCU where similar incorrect usage of the word "line" can be found. (The definition of "line" includes the terminating newline character, so any uses where the intention is for the terminating newline not to be included need to say so explicitly.) I have checked a few likely candidates, and identified changes needed for awk, ed, ex, grep, sed and vi. I expect the problem affects many other text-processing utilities as well. The actions below also correct some other sloppy wording, such as use of "containing" instead of "matching". Action: On line 5730 change "a record is a line" to "a record is a line, less its terminating " On line 6086 change "sequences of one or more blank lines" to "sequences consisting of a character plus one or more blank lines" Similar changes needed elsewhere: page 2547-2556 line 12818-13162 section ed editorial On line 12818 change "single lines" to "single lines (excluding the terminating characters)" On lines 12837 and 12845 change "line containing a string matching" to "line for which the line excluding the terminating character matches" On lines 12838 and 12847 change "line containing the last BRE" to "line for which the line excluding the terminating character matches the last BRE" On lines 12986 and 13002 change "line that matches" to "line for which the line excluding the terminating character matches" On line 12993 change "ended with a backslash" to "ended with a backslash preceding the terminating character" On lines 13158 and 13162 change "those that do not match" to "those for which the line excluding the terminating character does not match" page 2569-2598 line 13694-14827 section ex editorial On lines 13694 and 14417 change "non-" to "non- non-" On lines 13695 and 14418 change "last character" to "last non- character" On lines 13727 and 14537 change "that contain no characters or only characters" to "that are blank lines" On lines 13784 and 13794 change "line containing a string matching" to "line for which the line excluding the terminating character matches" On line 13786 change "line containing the last" to "line for which the line excluding the terminating character matches the last" On line 14289 change "lines that match (global) or do not match" to "lines for which the line excluding the terminating character matches (global) or does not match" On lines 14821 and 14827 change "Current line" to "Current column" page 2703-2704 line 18861-18911 section grep editorial On line 18861 change "part of the line" to "part of the line excluding the terminating character" On line 18865 change "individual lines" to "individual lines (excluding the terminating characters)" On line 18874 change "input line" to "input line excluding the terminating character" On line 18911 change "in the line" to "in the line excluding the terminating character" page 3055 line 32527,32530 section sed editorial On lines 32527 and 32530 change "line of input" to "line of input, less its terminating " page 3202-3240 line 37963-39390 section vi editorial On line 37963 change "symbol is" to "symbols are" After line 37965 add the lines: end of a line The point located between the last non- character (if any) and the terminating character of a line. For an empty line this location coincides with the beginning of the line. end of the edit buffer The location corresponding to the end of the last line in the edit buffer. On lines 37972, 37986, 37998, 38071, 38247, 38248, 38278, 38283, 38288, 38290, 38362, 38379, 38555, 38652, 38662, 38842, 38924, 38948, 39029, 39036 and 39083 change "last character" to "last non- character" On lines 37970, 37984, and 38007 change "empty or character-filled lines" to "blank lines" On line 38020 after "tilde ('~') character" append "(plus the terminating character)" On line 38026 change "by a character" to "by a character" On line 38059 after "single '@' character" append "(plus the terminating character)" On lines 38244, 38245, 38253, 38507, 38966, 39028, 39035, 39077, 39078, 39082, 39216 and 39390 change "characters" to "non- characters" On lines 38316, 38317, 38321, 38322, 38355, 38361, 38413 (x2), 38415, 38416, 38418, 38419 and 38548 change "non-" to "non- non-" On line 38554 change "non-" to "non- non- character" On line 39162 change "categories:" to "categories, plus the terminating character:" _____________________________________________________________________________ Editorial Enhancement Request Number 59 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 121) [DWC-50] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2367 Line: 5734 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- characters." on P2367, L5734 to "non-s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 60 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 402) [DWC-331] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2367 Line: 5758 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2367, L5758 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 61 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 403) [DWC-332] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2368 Line: 5799 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2368, L5799 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 62 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 122) [DWC-51] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2372 Line: 5942 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P2372, L5942 to "non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 63 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 609) [DWC-538] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2374 Line: 6068 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2374, L6068 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 64 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 404) [DWC-333] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2375 Line: 6082 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2375, L6082 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 65 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 405) [DWC-334] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2375 Line: 6085 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2375, L6085 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 66 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 406) [DWC-335] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2375 Line: 6088 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2375, L6088 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 67 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 407) [DWC-336] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2375 Line: 6101 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2375, L6101 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 68 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 408) [DWC-337] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2375 Line: 6102 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters," on P2375, L6102 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 69 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 610) [DWC-539] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2376 Line: 6151 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2376, L6151 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 70 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 611) [DWC-540] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2377 Line: 6154 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character," on P2377, L6154 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 71 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 123) [DWC-52] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2377 Line: 6154 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters;" on P2377, L6154 to "s;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 72 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 124) [DWC-53] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2377 Line: 6155 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2377, L6155 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 73 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 409) [DWC-338] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2377 Line: 6165 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change ", characters" on P2377, L6165 to ", s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 74 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 410) [DWC-339] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2378 Line: 6202 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2378, L6202 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 75 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 612) [DWC-541] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2379 Line: 6268 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2379, L6268 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 76 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 125) [DWC-54] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2380 Line: 6281 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2380, L6281 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 77 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 613) [DWC-542] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2383 Line: 6424 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters," on P2383, L6424 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 78 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 411) [DWC-340] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2383 Line: 6447 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2383, L6447 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 79 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 412) [DWC-341] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2390 Line: 6746-6747 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2390, L6746-6747 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 80 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 413) [DWC-342] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2390 Line: 6748 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2390, L6748 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 81 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 414) [DWC-343] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2390 Line: 6749 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2390, L6749 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 82 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 415) [DWC-344] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2390 Line: 6760 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2390, L6760 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 83 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 416) [DWC-345] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2390 Line: 6762 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2390, L6762 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 84 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 417) [DWC-346] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2390 Line: 6763 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2390, L6763 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 85 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 418) [DWC-347] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2390 Line: 6769 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2390, L6769 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 86 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 419) [DWC-348] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2390 Line: 6779 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2390, L6779 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 87 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 126) [DWC-55] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2391 Line: 6784 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2391, L6784 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 88 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 676) [DWC-605] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2393 Line: 6890 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " and characters," on P2393, L6890 to "s and s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 89 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 420) [DWC-349] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2396 Line: 7030 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2396, L7030 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 90 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 421) [DWC-350] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2396 Line: 7032 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2396, L7032 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 91 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 422) [DWC-351] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2396 Line: 7033 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2396, L7033 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 92 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 423) [DWC-352] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2396 Line: 7038 Section: awk Problem: (awk: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2396, L7038 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ editorial Enhancement Request Number 93 roman@alerton.com Bug in XCUd4 basename (rdvk# 1) {1} Tue, 1 Aug 2000 16:14:32 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2401 Line: 7205 Section: 4/Utilities Problem: The sentence "Otherwise, string is modified by this step" should read "... is not modified ...". Action: Insert the word "not" as indicated in the problem description. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 94 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 424) [DWC-353] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2410 Line: 7571 Section: bc Problem: (bc: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2410, L7571 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 95 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 127) [DWC-56] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2410 Line: 7579 Section: bc Problem: (bc: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2410, L7579 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 96 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 425) [DWC-354] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2411 Line: 7581 Section: bc Problem: (bc: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2411, L7581 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 97 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 614) [DWC-543] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2413 Line: 7694-7695 Section: bc Problem: (bc: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2413, L7694-7695 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 98 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 426) [DWC-355] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2416 Line: 7812 Section: bc Problem: (bc: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2416, L7812 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 99 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 427) [DWC-356] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2416 Line: 7814 Section: bc Problem: (bc: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2416, L7814 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 100 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 428) [DWC-357] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2416 Line: 7815 Section: bc Problem: (bc: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2416, L7815 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 101 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 615) [DWC-544] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2420 Line: 8011 Section: bc Problem: (bc: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2420, L8011 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 102 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 35) [DST-66] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2426 Line: 8204 Section: c99 Problem: W.r.t. -O. It should have been -On (as it is in Fortran) in c89, but since arguments of "no change now" prevailed, it never was. However, this is a completely new (and invented by AG) command (yes, granted, it copies a lot from c89, but it is a new command!). Let's be consistent with Fortran and most of the real world and make it -O n (or -On). Action: Make it the same as the -O option for fort77. (Just copy that text here, replacing the current.) _____________________________________________________________________________ Comment Enhancement Request Number 103 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 36) [DST-67] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2427 Line: 8257 Section: c99 Problem: Having the compiler emit presents an interesting problem. First as I read it, the standard observes that if more than one operand is given, the compiler MAY emit filenames. However, it appears to be silent in the case of exactly one operand. (There's no "nothing shall be written".) It turns out that the commonly used "configure" command chokes rather badly if the compiler emits filenames in the single file case. (I don't believe it ever hits the multiple file case.) Action: At 8260, add "If only one such file operand is given, a filename shall not be written." (Also at 8271.) _____________________________________________________________________________ Objection Enhancement Request Number 104 donnte@microsoft.com Bug in XCUd4 chgrp (rdvk# 5) [DST-2] Thu, 24 Aug 2000 15:36:59 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2447 Line: 8955 Section: chgrp Problem: See DST-1 for some context. The text in the description doesn't QUITE make sense in the context of -R. Action: Change 8955/8956 to: For each file operand, or if the -R option is used, each file encountered while walking the directory trees specified by the file operands, it shall perform actions... _____________________________________________________________________________ Comment Enhancement Request Number 105 Andries.Brouwer@cwi.nl Bug in XCUd4 symlinks (rdvk# 2) [] Fri Aug 4, 4:23pm +0200 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2447 Line: 8986 Section: chgrp Problem: The Rationale (A.3 under symbolic link) says: "The fourth domain is symbolic links referencing files of type directory, specified to utilities that are performing a traversal of a file hierarchy. (This includes symbolic links specified as command line file name arguments or encountered during the traversal.)" "All standard utilities do not, by default, indirect into the file hierarchy referenced by the symbolic link." However, the description of the chgrp utility (XCU, p. 2447 line 8986) says: "Unless a -H, -L, or -P option is specified, it is unspecified which of these options will be used as the default." These contradict each other. Action: Change the description of chgrp to read: When no -H, -L or -P option is specified, -P will be used as default. _____________________________________________________________________________ Objection Enhancement Request Number 106 donnte@microsoft.com Bug in XCUd4 (rdvk# 4) [DST-1] Thu, 24 Aug 2000 15:36:59 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2450 Line: 9065 Section: chmod Problem: This is a "combination of omissions" problem; there are several ways to minimally fix it, but I suggest all of them be done. 1) Unlike chown and chgrp, chmod has no -L, -P (etc.) options, altho if I remember correctly, it did in some .2b drafts (but not in 13.1). I suspect this is intentional. (If not, then this objection is moot, and much more correction needs to be done.) 2) It is explicitly described NOT using the chmod() system call (see line 9256). chown and chgrp are described using the corresponding call. A side-effect of the difference is that there's no EXPLICIT statement about how filenames (pathnames) are to be interpreted. Implicitly, it does mean logical, but it doesn't have the reliance upon the system call pathname resolution rules that chown can use. The absence of an explicit statement that -L is always intended helps with the confusion. Action: 1) Add rationale (probably 9261): Unlike chown and chgrp, chmod only has a "logical" mode, and thus the -L, -P and related options are not provided. 2) Add text at 9073: Pathname resolution shall be that used for the chmod() function. (Yeah... that's overkill, but it will track more cleanly.) 3) Deal with -R a bit more cleanly (Avoid ambiguity): Add at 9068: When the -R option is used, this is done recursively. _____________________________________________________________________________ Objection Enhancement Request Number 107 donnte@microsoft.com Bug in XCUd4 (rdvk# 6) [DST-3] Thu, 24 Aug 2000 15:36:59 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2456 Line: 8955 Section: chown Problem: See DST-1 and DST-2 for some context. The text in the description doesn't QUITE make sense in the context of -R. Action: Change 9315/9316 to: For each file operand, or if the -R option is used, each file encountered while walking the directory trees specified by the file operands, it shall perform actions... _____________________________________________________________________________ Comment Enhancement Request Number 108 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 73) [DWC-2] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2465 Line: 9667 Section: cmp Problem: (cmp: shall) A conversion from declarative text to "shall" was missed. Action: Change "writes no" on P2465, L9667 to "shall write no". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 109 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 128) [DWC-57] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2466 Line: 9725 Section: cmp Problem: (cmp: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2466, L9725 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 110 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 429) [DWC-358] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2466 Line: 9726 Section: cmp Problem: (cmp: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2466, L9726 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 111 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 430) [DWC-359] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2466 Line: 9745-9746 Section: cmp Problem: (cmp: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2466, L9745-9746 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ comment Enhancement Request Number 112 gwc@unisoft.com BUG in XCUd4 (command -v) (rdvk# 3) {gwc command -v} Fri, 11 Aug 2000 13:04:01 +0100 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2471 Line: 9894,9908,9922 Section: command Problem: The description of "command" does not make it clear that when -v or -V is used, the specified command_name is not executed. I.e. a possible interpretation of the current description is that: command -v some_command first writes the path name for some_command to stdout and then executes some_command. I don't know of any implementations that have interpreted it this way, but it needs to be clarified. Action: On line 9894 change "the effect of command shall be the same as omitting command" to "the effect of command (with no options) shall be the same as omitting command". On line 9908 after "to invoke command_name" add ", but do not invoke command_name". On line 9922 after "(see Section 2.13 (on page 2273))" add ", but do not invoke command_name". _____________________________________________________________________________ Editorial Enhancement Request Number 113 jeffcope@microsoft.com (rdvk# 24) Fri, 15 Sep 2000 14:08:34 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2477 Line: 10108 Section: Problem: Missing patent number for Lempel-Ziv compression. Action: Add text: US Patent 4464650, issued to William Eastman, Abraham Lempel, Jacob Ziv, Martin Cohn on Aug 7, 1984, and assigned to Sperry Corp. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 114 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 129) [DWC-58] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2489 Line: 10577 Section: crontab Problem: (crontab: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2489, L10577 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 115 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 431) [DWC-360] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2489 Line: 10596 Section: crontab Problem: (crontab: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2489, L10596 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 116 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 130) [DWC-59] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2489 Line: 10601 Section: crontab Problem: (crontab: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P2489, L10601 to "non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 117 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 131) [DWC-60] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2501 Line: 11034 Section: cut Problem: (cut: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-separated" on P2501, L11034 to "- separated". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 118 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 677) [DWC-606] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2501 Line: 11048 Section: cut Problem: (cut: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2501, L11048 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 119 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 432) [DWC-361] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2501-2502 Line: 11064-11065 Section: cut Problem: (cut: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2501-2502, L11064-11065 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 120 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 678) [DWC-607] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2503 Line: 11117 Section: cut Problem: (cut: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2503, L11117 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 121 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 433) [DWC-362] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2503 Line: 11124 Section: cut Problem: (cut: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character in both file1 and file2 for each character" on P2503, L11124 to " in both file1 and file2 for each ". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 122 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 434) [DWC-363] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2503 Line: 11143 Section: cut Problem: (cut: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)" on P2503, L11143 to ")". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 123 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 103) [DWC-32] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2504 Line: 11149 Section: cut Problem: (cut: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " characters" on P2504, L11149 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 124 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 679) [DWC-608] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2504 Line: 11151 Section: cut Problem: (cut: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " or characters" on P2504, L11151 to "s or s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 125 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 435) [DWC-364] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2508 Line: 11300 Section: date Problem: (date: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2508, L11300 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 126 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 436) [DWC-365] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2509 Line: 11319 Section: date Problem: (date: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2509, L11319 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 127 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 680) [DWC-609] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2509 Line: 11324 Section: date Problem: (date: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2509, L11324 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 128 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 437) [DWC-366] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2511 Line: 11432 Section: date Problem: (date: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2511, L11432 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 129 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 616) [DWC-545] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2515 Line: 11565 Section: dd Problem: (dd: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2515, L11565 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 130 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 617) [DWC-546] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2516 Line: 11605 Section: dd Problem: (dd: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2516, L11605 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 131 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 618) [DWC-547] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2516 Line: 11608 Section: dd Problem: (dd: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2516, L11608 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 132 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 438) [DWC-367] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2516 Line: 11625 Section: dd Problem: (dd: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character-terminated" on P2516, L11625 to "- terminated". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 133 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 619) [DWC-548] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2516 Line: 11629-11630 Section: dd Problem: (dd: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2516, L11629-11630 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 134 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 439) [DWC-368] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2516 Line: 11629 Section: dd Problem: (dd: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2516, L11629 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 135 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 620) [DWC-549] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2517 Line: 11639 Section: dd Problem: (dd: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters," on P2517, L11639 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 136 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 440) [DWC-369] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2517 Line: 11639 Section: dd Problem: (dd: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2517, L11639 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 137 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 621) [DWC-550] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2517 Line: 11661-11662 Section: dd Problem: (dd: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters," on P2517, L11661-11662 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 138 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 37) [DST-68] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2522 Line: 11845 Section: delta Problem: "cannot" -> "shall not" (see the corresponding place in admin where this has been done.) Action: As above. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 139 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 441) [DWC-370] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2522 Line: 11864 Section: delta Problem: (delta: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2522, L11864 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 140 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 442) [DWC-371] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2522 Line: 11878 Section: delta Problem: (delta: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2522, L11878 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 141 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 38) [DST-69] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2523 Line: 11888 Section: delta Problem: "If a single instance file".... I thought we'd corrected these last time. It appears to have been fixed at 31922 (ONLY!). Action: Change at all lines listed below to match 31922. Search the document for the string "single instance file" and "single instance of file" and correct there as well. (If any remain.) (Lines 4804, 11888, 18239, 28818, 31922, 32068.) [Ed recommendation: Accept as marked Change "If a single instance file...;" to "If exactly one file operand appears, and it is '-',the standard input shall be read;" Do on lines : 4804 If a single instance of file or newfile is specified as '-', 11888 If a single instance file is specified as '-', 18239 If a single instance file is specified as '-', 28818 If a single instance file is specified as '-', 32086 If a single instance file is specified as '-', 36806 If a single instance file is specified as '-', ] _____________________________________________________________________________ Objection Enhancement Request Number 142 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 39) [DST-70] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2523 Line: 11897 Section: delta Problem: The character name "SOH" may or may not (i18n experts, please) be portable. The use of an explicit binary value as a flag in this way also presents a problem. There is at least one (OK, obsolete) character set out there where 001 is 'A'. This should be stated in a character set independent fashion. Action: On principle, I should leave this for those who advocate SCCS, but here's a clue: make it an implementation-defined character. _____________________________________________________________________________ Editorial Enhancement Request Number 143 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 443) [DWC-372] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2529 Line: 12114-12115 Section: diff Problem: (diff: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character (that is, the white-space characters preceding the character" on P2529, L12114-12115 to " (that is, the white-space characters preceding the ". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 144 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 444) [DWC-373] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2529 Line: 12116 Section: diff Problem: (diff: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters," on P2529, L12116 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 145 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 74) [DWC-3] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2530 Line: 12143-12149 Section: diff Problem: (diff: binary files) The problem raised in D3, XCU, ERN 75 has identified a real problem, but the proposed change was not reasonable. Action: Change P2529, L12142 from: The input files shall be text files. to: The input files may be of any type. Delete P2530, L12143-12149. Delete the last sentence "Depending...differences." on P2531, L12191-12192. Add a new tag and two new paragraphs after P2531, L12194: Diff Binary Output Format In the POSIX locale, if one or both of the files being compared are not text files, an unspecified format shall be used that contains the path names of the two files being compared and the string "differ". If both files being compared are text files, depending on the options specified, one of the following formats shall be used to write the differences. ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 146 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 75) [DWC-4] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2531 Line: 12194 Section: diff Problem: (diff: shall) A conversion from declarative text to "shall" was missed. Action: Change "section are" on P2531, L12194 to "section shall be". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 147 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 622) [DWC-551] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2532 Line: 12231 Section: diff Problem: (diff: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character-separated," on P2532, L12231 to "- separated,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 148 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 445) [DWC-374] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2532 Line: 12247 Section: diff Problem: (diff: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2532, L12247 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 149 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 446) [DWC-375] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12622 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2543, L12622 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 150 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 447) [DWC-376] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12623 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2543, L12623 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 151 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 99) [DWC-28] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12634 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P42, L1463-1467) to be a synonym for "alert character". Therefore, the phrase " character" expands to "alert character character". Action: Change " character." on P2543, L12634 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 152 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 104) [DWC-33] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12635 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " character." on P2543, L12635 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 153 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 448) [DWC-377] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12636 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2543, L12636 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 154 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 370) [DWC-299] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12639 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P73, L2181-2186) to be a synonym for "form-feed character". Therefore, the phrase " character" expands to "form-feed character character". Action: Change " character." on P2543, L12639 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 155 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 449) [DWC-378] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12640 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2543, L12640 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 156 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 355) [DWC-284] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12641 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character." on P2543, L12641 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 157 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 681) [DWC-610] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12642 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2543, L12642 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 158 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 729) [DWC-658] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2543 Line: 12643 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P116, L3242-3247) to be a synonym for "vertical-tab character". Therefore, the phrase " character" expands to "vertical-tab character character". Action: Change " character." on P2543, L12643 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 159 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 623) [DWC-552] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2544 Line: 12670 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2544, L12670 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 160 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 450) [DWC-379] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2544 Line: 12670-12671 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2544, L12670-12671 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 161 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 451) [DWC-380] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2545 Line: 12713 Section: echo Problem: (echo: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2545, L12713 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 162 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 452) [DWC-381] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2547 Line: 12814 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2547, L12814 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 163 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 40) [DST-71] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2547 Line: 12819 Section: ed Problem: A new paragraph here would help readability. Action: Paragraph break before "A null RE...". [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 164 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 453) [DWC-382] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2547 Line: 12819 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2547, L12819 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 165 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 132) [DWC-61] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2549 Line: 12883 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2549, L12883 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 166 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 133) [DWC-62] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2549 Line: 12898 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2549, L12898 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 167 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 134) [DWC-63] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2549 Line: 12899 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2549, L12899 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 168 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 135) [DWC-64] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2549 Line: 12902 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2549, L12902 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 169 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 454) [DWC-383] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2550 Line: 12921 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)" on P2550, L12921 to ")". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 170 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 455) [DWC-384] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2550 Line: 12924 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2550, L12924 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 171 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 456) [DWC-385] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2552 Line: 13005 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2552, L13005 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 172 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 457) [DWC-386] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2553 Line: 13037 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2553, L13037 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 173 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 458) [DWC-387] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2553 Line: 13056-13057 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change "backslash/ character;" on P2553, L13056-13057 to "backslash/;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 174 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 682) [DWC-611] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2553 Line: 13071 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character;" on P2553, L13071 to ";". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 175 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 459) [DWC-388] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2555 Line: 13124 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2555, L13124 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 176 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 460) [DWC-389] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2555 Line: 13125 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2555, L13125 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 177 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 461) [DWC-390] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2557 Line: 13199 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2557, L13199 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 178 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 136) [DWC-65] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2560 Line: 13348-13349 Section: ed Problem: (ed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters;" on P2560, L13348-13349 to "s;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 179 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 41) [DST-72] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2565 Line: 13487 Section: ex Problem: Typo. However, see objection DST-74... this may be worse than it initially appears. Action: "-t tagstring]" -> "[-t tagstring]" (omitted '['). [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 180 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 462) [DWC-391] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2566 Line: 13555 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2566, L13555 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 181 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 137) [DWC-66] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2569 Line: 13693 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P2569, L13693 to "non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 182 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 138) [DWC-67] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2569 Line: 13694 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- characters," on P2569, L13694 to "no non-s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 183 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 139) [DWC-68] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2570 Line: 13727 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2570, L13727 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 184 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 42) [DST-73] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2571 Line: 13741 Section: ex Problem: Readability (add comma). Action: "option was specified" -> "option was specified," (also at line 13749). [Ed recommendation: Accept] _____________________________________________________________________________ Objection Enhancement Request Number 185 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 43) [DST-74] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2571 Line: 13749 Section: ex Problem: There is no "-" option. From looking at older drafts (mostly by accident) it appears that this should be "-s". Note also that having the description of -s (if this IS -s) split between here and 13527 is asking for trouble. Action: 1) Confirm that it is -s (or correct otherwise). 2) Consolidate text: move text from 13528 to here, convert the actions shown as free text here to continue the bulleted list (And set the conditions). 3) Add at 13528 (replacing deletion there): see "Initialization of vi" for further details. [Ed recommendation: NONE we did confirm that this is not a troff coding error] _____________________________________________________________________________ objection Enhancement Request Number 186 gwc@unisoft.com BUG in XCUd4 ex (rdvk# 21) {gwc ex missing "??"} Thu, 14 Sep 2000 16:06:43 +0100 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2572 Line: 13795 Section: ex Problem: The behaviour for a null RE is specified for ed and ex with "//", and for ed with "??", but is missing for ex with "??". Action: Change "The second" to "An address consisting of a null regular expression delimited by question marks "??" shall address the previous line for which the line excluding the terminating character matches the last regular expression encountered. In addition, the second" _____________________________________________________________________________ Editorial Enhancement Request Number 187 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 140) [DWC-69] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2572 Line: 13803-13804 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-separated" on P2572, L13803-13804 to "- separated". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 188 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 141) [DWC-70] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2572 Line: 13824 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2572, L13824 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 189 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 142) [DWC-71] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2573 Line: 13837 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2573, L13837 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 190 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 463) [DWC-392] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2573 Line: 13839 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2573, L13839 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 191 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 143) [DWC-72] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2573 Line: 13843 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2573, L13843 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 192 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 464) [DWC-393] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2573 Line: 13844 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character:" on P2573, L13844 to ":". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 193 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 465) [DWC-394] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2573 Line: 13845 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character:" on P2573, L13845 to ":". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 194 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 466) [DWC-395] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2573 Line: 13861 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2573, L13861 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 195 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 144) [DWC-73] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2573 Line: 13868 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P2573, L13868 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 196 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 145) [DWC-74] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2574 Line: 13874 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P2574, L13874 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 197 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 146) [DWC-75] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2574 Line: 13877-13878 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P2574, L13877-13878 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 198 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 147) [DWC-76] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2574 Line: 13893 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2574, L13893 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 199 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 148) [DWC-77] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2574 Line: 13894 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2574, L13894 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 200 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 467) [DWC-396] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2574 Line: 13895 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character. The character" on P2574, L13895 to ". The ". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 201 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 149) [DWC-78] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2574 Line: 13902 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2574, L13902 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 202 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 468) [DWC-397] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2574 Line: 13904 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2574, L13904 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 203 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 150) [DWC-79] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2574 Line: 13904 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2574, L13904 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 204 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 151) [DWC-80] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2574 Line: 13909 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2574, L13909 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 205 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 469) [DWC-398] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13914 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2575, L13914 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 206 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 470) [DWC-399] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13917 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2575, L13917 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 207 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 471) [DWC-400] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13920 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2575, L13920 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 208 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 472) [DWC-401] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13931 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2575, L13931 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 209 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 473) [DWC-402] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13933 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2575, L13933 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 210 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 152) [DWC-81] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13937 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-sensitive," on P2575, L13937 to "- sensitive,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 211 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 153) [DWC-82] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13938 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P2575, L13938 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 212 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 154) [DWC-83] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13940 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2575, L13940 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 213 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 155) [DWC-84] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13941 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters. Any character" on P2575, L13941 to "s. Any ". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 214 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 156) [DWC-85] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13943 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2575, L13943 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 215 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 157) [DWC-86] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13944 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2575, L13944 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 216 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 158) [DWC-87] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2575 Line: 13945 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2575, L13945 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 217 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 159) [DWC-88] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2576 Line: 13961 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2576, L13961 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 218 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 160) [DWC-89] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2576 Line: 13962 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2576, L13962 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 219 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 161) [DWC-90] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2576 Line: 13963 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P2576, L13963 to "non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 220 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 474) [DWC-403] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2576 Line: 13980 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2576, L13980 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 221 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 475) [DWC-404] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2576 Line: 13981 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2576, L13981 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 222 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 476) [DWC-405] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2577 Line: 14005 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2577, L14005 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 223 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 477) [DWC-406] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2577 Line: 14027-14028 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2577, L14027-14028 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 224 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 162) [DWC-91] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2578 Line: 14050-14051 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2578, L14050-14051 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 225 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 163) [DWC-92] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2580 Line: 14144 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2580, L14144 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 226 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 164) [DWC-93] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2580 Line: 14153 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2580, L14153 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 227 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 165) [DWC-94] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2581 Line: 14171 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2581, L14171 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 228 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 166) [DWC-95] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2582 Line: 14242 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-delimited; characters" on P2582, L14242 to "-delimited; s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 229 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 167) [DWC-96] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2584 Line: 14285 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P2584, L14285 to "non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 230 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 168) [DWC-97] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2585 Line: 14350 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P2585, L14350 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 231 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 624) [DWC-553] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2585 Line: 14352 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2585, L14352 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 232 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 625) [DWC-554] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2586 Line: 14354 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2586, L14354 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 233 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 169) [DWC-98] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2586 Line: 14369 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2586, L14369 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 234 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 170) [DWC-99] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2587 Line: 14417-14418 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P2587, L14417-14418 to "non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 235 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 171) [DWC-100] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2589 Line: 14475 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-delimited; characters" on P2589, L14475 to "-delimited; s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 236 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 172) [DWC-101] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2589 Line: 14496 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P2589, L14496 to "non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 237 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 478) [DWC-407] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2589 Line: 14497 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2589, L14497 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 238 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 683) [DWC-612] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2590 Line: 14513 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character," on P2590, L14513 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 239 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 173) [DWC-102] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2591 Line: 14552 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P2591, L14552 to "non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 240 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 479) [DWC-408] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2591 Line: 14566 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2591, L14566 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 241 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 480) [DWC-409] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2591 Line: 14567 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)," on P2591, L14567 to "),". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 242 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 481) [DWC-410] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2591 Line: 14568 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2591, L14568 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 243 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 482) [DWC-411] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2591 Line: 14569 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2591, L14569 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 244 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 174) [DWC-103] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2592 Line: 14611-14612 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2592, L14611-14612 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 245 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 175) [DWC-104] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2592 Line: 14614 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2592, L14614 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 246 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 176) [DWC-105] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2592 Line: 14617 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2592, L14617 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 247 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 177) [DWC-106] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2593 Line: 14630 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2593, L14630 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 248 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 483) [DWC-412] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2593 Line: 14639-14640 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2593, L14639-14640 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 249 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 626) [DWC-555] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2593 Line: 14654-14655 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2593, L14654-14655 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 250 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 178) [DWC-107] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2596 Line: 14779 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P2596, L14779 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 251 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 179) [DWC-108] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2597 Line: 14801 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P2597, L14801 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 252 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 484) [DWC-413] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2597 Line: 14808 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2597, L14808 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 253 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 180) [DWC-109] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2598 Line: 14833 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2598, L14833 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 254 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 485) [DWC-414] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2599 Line: 14890 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2599, L14890 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 255 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 486) [DWC-415] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2599 Line: 14891 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)," on P2599, L14891 to "),". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 256 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 487) [DWC-416] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2599 Line: 14892 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2599, L14892 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 257 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 488) [DWC-417] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2599 Line: 14893 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2599, L14893 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 258 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 181) [DWC-110] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2600 Line: 14910 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters shall be deleted or changed into other characters" on P2600, L14910 to "s shall be deleted or changed into other s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 259 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 182) [DWC-111] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2600 Line: 14921 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2600, L14921 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 260 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 183) [DWC-112] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2600 Line: 14922 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters into other characters." on P2600, L14922 to "s into other s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 261 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 489) [DWC-418] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2601 Line: 14949-14950 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2601, L14949-14950 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 262 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 684) [DWC-613] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2602 Line: 15004-15005 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P2602, L15004-15005 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 263 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 627) [DWC-556] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2602 Line: 15005-15006 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters)" on P2602, L15005-15006 to "s)". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 264 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 490) [DWC-419] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2603 Line: 15034 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2603, L15034 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 265 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 371) [DWC-300] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2603 Line: 15048-15049 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P73, L2181-2186) to be a synonym for "form-feed character". Therefore, the phrase " character" expands to "form-feed character character". Note that other changes are needed here as well! Action: Change ", , and characters," on P2603, L15048- 15049 to "s, s, and s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 266 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 45) [DST-76] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2604 Line: 15077 Section: ex Problem: The prior objection reminds me that I said I'd find a definition for S-expression. Here (taken from Sammet) is a somewhat simplified definition: ::= (Identifier consisting of upper case letters and digits, beginning with a letter) (The Sammet grammar here is "odd" by todays standards, but...). ::= | ( . ) | ( ... ) Action: None directly, but it may be useful for other changes. _____________________________________________________________________________ Objection Enhancement Request Number 267 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 44) [DST-75] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2604 Line: 15077 Section: ex Problem: "Unconstitutionally vague". That is, this is neither testable nor useful. I have no idea what it SHOULD do, but as it stands it's not useful. (This sort of vagueness leads to possible abuse of the standard.) Action: Define what this means, or *lacking that delete the lisp stuff*. _____________________________________________________________________________ Editorial Enhancement Request Number 268 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 685) [DWC-614] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2608 Line: 15200 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2608, L15200 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 269 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 184) [DWC-113] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2608 Line: 15209 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-delimited" on P2608, L15209 to "- delimited". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 270 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 185) [DWC-114] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2609 Line: 15248 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P2609, L15248 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 271 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 186) [DWC-115] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2609 Line: 15249 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2609, L15249 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 272 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 491) [DWC-420] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2609 Line: 15251 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2609, L15251 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 273 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 628) [DWC-557] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2609 Line: 15252 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character," on P2609, L15252 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 274 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 187) [DWC-116] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2609 Line: 15253 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2609, L15253 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 275 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 188) [DWC-117] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2609 Line: 15254 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- characters" on P2609, L15254 to "non-s". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 276 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 189) [DWC-118] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2609 Line: 15255 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2609, L15255 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 277 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 492) [DWC-421] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2609 Line: 15256 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2609, L15256 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 278 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 190) [DWC-119] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2609 Line: 15258 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2609, L15258 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 279 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 493) [DWC-422] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2611 Line: 15337 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2611, L15337 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 280 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 191) [DWC-120] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2615 Line: 15508-15509 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters;" on P2615, L15508-15509 to "s;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 281 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 494) [DWC-423] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2616 Line: 15533 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2616, L15533 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 282 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 495) [DWC-424] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2616 Line: 15557 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2616, L15557 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 283 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 192) [DWC-121] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2616 Line: 15562-15563 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2616, L15562-15563 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 284 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 193) [DWC-122] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2616 Line: 15565-15566 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2616, L15565-15566 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 285 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 194) [DWC-123] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2617 Line: 15613 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2617, L15613 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 286 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 496) [DWC-425] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2618 Line: 15638 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2618, L15638 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 287 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 497) [DWC-426] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2618 Line: 15640 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2618, L15640 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 288 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 498) [DWC-427] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2618 Line: 15642 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2618, L15642 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 289 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 499) [DWC-428] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2618 Line: 15648 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2618, L15648 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 290 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 195) [DWC-124] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2620 Line: 15749 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P2620, L15749 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 291 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 196) [DWC-125] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2621 Line: 15752 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2621, L15752 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 292 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 197) [DWC-126] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2622 Line: 15817 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2622, L15817 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 293 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 198) [DWC-127] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2622 Line: 15832 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P2622, L15832 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 294 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 686) [DWC-615] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2626 Line: 15973-15974 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2626, L15973-15974 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 295 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 629) [DWC-558] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2627 Line: 16036 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2627, L16036 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 296 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 199) [DWC-128] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2629 Line: 16104 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-sensitive" on P2629, L16104 to "- sensitive". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 297 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 200) [DWC-129] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2629 Line: 16108 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-sensitive" on P2629, L16108 to "- sensitive". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 298 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 201) [DWC-130] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2629 Line: 16109 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-delimited;" on P2629, L16109 to "- delimited;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 299 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 687) [DWC-616] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2635 Line: 16340 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P2635, L16340 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 300 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 688) [DWC-617] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2635 Line: 16342 Section: ex Problem: (ex: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2635, L16342 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 301 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 689) [DWC-618] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2636 Line: 16372-16373 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P2636, L16372-16373 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 302 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 630) [DWC-559] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2636 Line: 16373 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2636, L16373 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 303 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 105) [DWC-34] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2636 Line: 16374 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " characters" on P2636, L16374 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 304 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 202) [DWC-131] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2636 Line: 16386 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2636, L16386 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 305 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 690) [DWC-619] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2636 Line: 16392 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2636, L16392 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 306 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 691) [DWC-620] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2636 Line: 16393 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2636, L16393 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 307 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 631) [DWC-560] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2636 Line: 16394 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2636, L16394 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 308 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 632) [DWC-561] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2637 Line: 16413 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Note that other changes are needed here as well! Action: Change " and characters," on P2637, L16413 to "s and s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 309 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 692) [DWC-621] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2637 Line: 16423 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P2637, L16423 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 310 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 633) [DWC-562] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2637 Line: 16424 Section: expand Problem: (expand: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters." on P2637, L16424 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 311 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 500) [DWC-429] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2640 Line: 16503-16504 Section: expr Problem: (expr: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2640, L16503-16504 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 312 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 203) [DWC-132] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2642 Line: 16588-16589 Section: expr Problem: (expr: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2642, L16588-16589 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 313 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 634) [DWC-563] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2655 Line: 17059 Section: file Problem: (file: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2655, L17059 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 314 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 62) [DST-122] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2656 Line: 17064 Section: file Problem: Since c89 and fort77 discuss .o files (in terms of their existence at least), it seems reasonable to also have file recognize the type.) To address the arguments from last time: Note that nothing in the standard requires 100% accuracy, in it says "attempt to" (on 18199), so if something masquerades as a binary file, so be it. (I've seen C programs and awk programs claim to be "English Text", so....) Note also that since you have added "executable file" you've opened exactly the same problems that object files open up. Action: Add "object file (the output from c89 -c or fort77 -c) object" [Ed recommendation: NONE yet another candidate for l'aardvark reprise This is a repeat of XCUd3 ERN 98, which was rejected as it would break existing systems] _____________________________________________________________________________ objection Enhancement Request Number 315 ajosey@opengroup.org Bug in XCUd4 (rdvk# 7) {tog.aug29.pasc.192} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2657 Line: 17144-17146 Section: file Problem: IEEE PASC Interpretation 1003.2 #192 raises an issue that has been forwarded to the sponsor. The sponsor recommends changing the wording as in the action below. Action: Replace lines 17144-17146 with: If the specifier from the type field is 's' or 'string' then interpret the value as a string. Otherwise interpret it as a number. If the value is a sting then the test shall succeed only when a string value exactly matches the bytes from the file. Add to CH PASC Interpretation 1003.2 #192 is applied. [Ed recommendation: Accept] _____________________________________________________________________________ objection Enhancement Request Number 316 ajosey@opengroup.org Bug in XCUd4 (rdvk# 15) {tog.aug29.pasc.178} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2658 Line: 17174 Section: file Problem: IEEE PASC Interpretation 1003.2 #178 raises an issue that has been forwarded to the sponsor. The sponsor recommends changing the wording for "x" as in the action below. Action: Replace line 17174 with: "x The test shall succeed if the file is large enough to contain a value of the type specified starting at the offset specified" Add to CH PASC Interpretation 1003.2 #178 is applied. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 317 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 204) [DWC-133] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2665 Line: 17441 Section: find Problem: (find: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P2665, L17441 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 318 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 501) [DWC-430] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17576 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2669, L17576 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 319 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 693) [DWC-622] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17581 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Note that other changes are needed here as well! Action: Change "the , , or characters" on P2669, L17581 to "s, s, or s". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 320 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 502) [DWC-431] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17584 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2669, L17584 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 321 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 106) [DWC-35] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17585 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " character." on P2669, L17585 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 322 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 356) [DWC-285] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17588 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character." on P2669, L17588 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 323 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 503) [DWC-432] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17588 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2669, L17588 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 324 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 694) [DWC-623] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17589 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2669, L17589 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 325 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 205) [DWC-134] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17597 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2669, L17597 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 326 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 206) [DWC-135] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17598 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2669, L17598 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 327 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 207) [DWC-136] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2669 Line: 17599 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2669, L17599 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 328 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 504) [DWC-433] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2670 Line: 17635 Section: fold Problem: (fold: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2670, L17635 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 329 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 695) [DWC-624] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2673 Line: 17770 Section: fort77 Problem: (fort77: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2673, L17770 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 330 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 63) [DST-123] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2679 Line: 17974 Section: fuser Problem: Apparently the group thinks that there actually is a use for this very odd interleaving of stdout and stderr. That tells me that someone (not me!) can explain WHY it should be that way. ("Tradition" is a pretty weak argument.) Action: Provide rationale for the split (or drop the requirement, and altho I wouldn't be particularly pleased, I would accept ALLOWING the split.) _____________________________________________________________________________ Editorial Enhancement Request Number 331 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 505) [DWC-434] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2679 Line: 17993 Section: fuser Problem: (fuser: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2679, L17993 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 332 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 208) [DWC-137] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2682 Line: 18070 Section: gencat Problem: (gencat: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character." on P2682, L18070 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 333 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 209) [DWC-138] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2682 Line: 18071 Section: gencat Problem: (gencat: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2682, L18071 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 334 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 210) [DWC-139] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2682 Line: 18087 Section: gencat Problem: (gencat: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2682, L18087 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 335 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 211) [DWC-140] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2682 Line: 18094 Section: gencat Problem: (gencat: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2682, L18094 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 336 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 506) [DWC-435] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2683 Line: 18123 Section: gencat Problem: (gencat: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2683, L18123 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 337 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 635) [DWC-564] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2688 Line: 18308 Section: get Problem: (get: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2688, L18308 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 338 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 636) [DWC-565] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2688 Line: 18309 Section: get Problem: (get: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2688, L18309 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 339 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 696) [DWC-625] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2688 Line: 18317 Section: get Problem: (get: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2688, L18317 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 340 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 76) [DWC-5] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2697 Line: 18658 Section: getconf Problem: (getconf: missing change history) There should be a note in the change history pointing out that the XBS5* system_var values (P2694, L18525-18540) have been marked LEGACY. Action: Add new paragraph after P2693, L18505: XSI marked system_var (XBS5_*) values are marked LEGACY in this issue. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 341 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 212) [DWC-141] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2701 Line: 18812 Section: getopts Problem: (getopts: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2701, L18812 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 342 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 507) [DWC-436] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2703 Line: 18857 Section: grep Problem: (grep: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters;" on P2703, L18857 to "s;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 343 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 508) [DWC-437] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2703 Line: 18858 Section: grep Problem: (grep: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2703, L18858 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 344 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 509) [DWC-438] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2703 Line: 18863 Section: grep Problem: (grep: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2703, L18863 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 345 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 510) [DWC-439] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2703 Line: 18865 Section: grep Problem: (grep: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2703, L18865 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 346 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 511) [DWC-440] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2703 Line: 18866 Section: grep Problem: (grep: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2703, L18866 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 347 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 512) [DWC-441] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2703 Line: 18881-18882 Section: grep Problem: (grep: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2703, L18881-18882 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 348 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 513) [DWC-442] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2703 Line: 18882 Section: grep Problem: (grep: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2703, L18882 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 349 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 514) [DWC-443] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2703 Line: 18890 Section: grep Problem: (grep: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2703, L18890 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 350 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 515) [DWC-444] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2712 Line: 19178 Section: head Problem: (head: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2712, L19178 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 351 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 516) [DWC-445] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2717 Line: 19356 Section: id Problem: (id: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2717, L19356 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 352 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 77) [DWC-6] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2717 Line: 19358 Section: id Problem: (id: missing quotes) Even though the "%s" and "%u" are not complete format strings, they are still C-Language string constants. They should be surrounded by double quotes. Action: Change '%s' on P2717, L19358 to '"%s"'. Change '%u' on P2717, L19358 to '"%u"'. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 353 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 78) [DWC-7] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2718 Line: 19397 Section: id Problem: (id: angle brackets changed to quotes) The "effective user ID" on P2718 is the name of a field to be printed; not a format string. Action: Change '"effective user ID"' on P2718, L19397 to ''. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 354 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 517) [DWC-446] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2718 Line: 19405 Section: id Problem: (id: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2718, L19405 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 355 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 80) [DWC-9] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2719 Line: 19417 Section: id Problem: (id: shall) A conversion from declarative text to "shall" was missed. Action: Change "argument is omitted" on P2891, L26139 to "argument shall be omitted". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 356 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 79) [DWC-8] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2719 Line: 19417 Section: id Problem: (id: missing quotes) Even though "(%s)" is not a complete format string, it is still a C-Language string constant. It should be surrounded by double quotes. Action: Change '(%s)' on P2719, L19417 to '"(%s)"'. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 357 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 637) [DWC-566] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2725 Line: 19629 Section: ipcs Problem: (ipcs: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters." on P2725, L19629 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 358 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 638) [DWC-567] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2726 Line: 19669 Section: ipcs Problem: (ipcs: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2726, L19669 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 359 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 639) [DWC-568] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2731 Line: 19858 Section: jobs Problem: (jobs: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2731, L19858 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 360 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 213) [DWC-142] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2734 Line: 19968 Section: join Problem: (join: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2734, L19968 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 361 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 640) [DWC-569] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2734 Line: 19970 Section: join Problem: (join: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2734, L19970 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 362 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 214) [DWC-143] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2736 Line: 20045 Section: join Problem: (join: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "( characters)," on P2736, L20045 to "(s),". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 363 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 641) [DWC-570] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2736 Line: 20045 Section: join Problem: (join: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2736, L20045 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 364 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 697) [DWC-626] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2737 Line: 20073 Section: join Problem: (join: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character)," on P2737, L20073 to "),". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 365 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 518) [DWC-447] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2740 Line: 20214 Section: kill Problem: (kill: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2740, L20214 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 366 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 642) [DWC-571] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2740 Line: 20214 Section: kill Problem: (kill: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2740, L20214 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 367 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 519) [DWC-448] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2740 Line: 20215 Section: kill Problem: (kill: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2740, L20215 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 368 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 46) [DST-78] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2742 Line: 20286 Section: kill Problem: I think ps qualifies as a process browser, although this may be trying to say something else. Action: Either *delete* or make it say something relevant in the light of ps. [Ed recommendation: Accept as marked In parts of 1003.2-1992 it states that ps is excluded although it is present. This rationale was carried forward and lines 20286-20287 should be deleted] _____________________________________________________________________________ Objection Enhancement Request Number 369 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 740) [DWC-791] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2743 Line: 20307 Section: lex Problem: (lex: synopsis) The obsolescent -c option was removed from the options section, but it remains in the synopsis as a required option. There is also an unneeded space before "-v" in the synopsis. Action: Change "lex -c [-t][-n| -v] [file ...]" on P2743, L20309 to "lex [-t][-n|-v] [file ...]". ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 370 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 738) [DWC-789] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2743 Line: 20342 Section: lex Problem: (lex: environment variables) Problem: The sentence: If this variable is not set to the POSIX locale, the results are unspecified. does not make sense since no specific variable is mentioned. Later text makes it clear that this applies to LC_COLLATE and LC_CTYPE. Action: Remove P2743, L20342. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 371 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 215) [DWC-144] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2745 Line: 20414 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2745, L20414 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 372 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 216) [DWC-145] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2745 Line: 20418 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2745, L20418 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 373 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 737) [DWC-788] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2745-2753 Line: 20420-20791 Section: lex Problem: (lex) The function names referenced in the text should have opening and closing parentheses. Action: Change "for the yylex function" on P2745, L20420 to "for the yylex() function". Change "in yylex. Thus, user variables local to yylex can" on P2745, L20421 to "in yylex(). Thus, user variables local to yylex() can". Change "entry to yylex." on P2745, L20422 to "entry to yylex().". Change "yylex function." on P2745, L20426 to "yylex() function.". Change "following yylex." on P2747, L20484 to "following yylex().". Change "part of yylex." on P2750, L20632 to "part of yylex().". Change "using yyunput" on P2751, L20660 to "using yyunput()". Change "Called by yylex at end-of-file; the default yywrap always" on P2751, L20665 to "Called by yylex() at end-of-file; the default yywrap() always". Change "requires yylex to" on P2751, L20666 to "requires yylex() to". Change "a function yywrap" on P2751, L20667 to "a function yywrap()". Change "Calls yylex to perform lexical analysis, then exits. The user code can contain main" on P2751, L20670 to "Calls yylex() to perform lexical analysis, then exits. The user code can contain main()". Change "calling yylex as" on P2751, L20671 to "calling yylex() as". Change "for input, unput, and main, all" on P2751, L20672 to "for input(), unput(), and main(), all". Change "of input is" on P2751, L20684 to "of input() is". Change "areas of the yylex" on P2753, L20775 to "areas of the yylex()". Change "of the input function" on P2753, L20791 to "of the input() function". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 374 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 217) [DWC-146] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2745 Line: 20423 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2745, L20423 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 375 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 218) [DWC-147] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2745 Line: 20429 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2745, L20429 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 376 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 219) [DWC-148] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2746 Line: 20441-20442 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-separated" on P2746, L20441-20442 to "- separated". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 377 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 220) [DWC-149] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2746 Line: 20462-20463 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2746, L20462-20463 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 378 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 739) [DWC-790] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2746 Line: 20465 Section: lex Problem: (lex: extended description) After the changes made earlier in this sentence for this draft, "space" is too limiting. Most of these table size limitations are just "limitations", not "space limitations". Action: Change "space limitations" on P2746, L20465 to "limitations". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 379 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 221) [DWC-150] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2746 Line: 20478 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2746, L20478 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 380 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 222) [DWC-151] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2746 Line: 20481 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2746, L20481 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 381 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 223) [DWC-152] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2747 Line: 20482 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2747, L20482 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 382 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 520) [DWC-449] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2747 Line: 20519 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2747, L20519 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 383 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 521) [DWC-450] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2747 Line: 20520 Section: lex Problem: (lex: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character. A character" on P2747, L20520 to " character. A shall not be matched by a". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 384 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 47) [DST-79] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2748 Line: 20555 Section: lex Problem: I ran across an alternative to this problem just a little earlier, see line 20491. I believe that a Note is still required, but that the solution in 20491 is more useful. Action: Change to Note: If a \x sequence needs to be immetiately followed by a hexadecimal digit character, a sequence such as "\x1""1" can be used, which represents a character containing the value 1, followed by the character '1'. _____________________________________________________________________________ Objection Enhancement Request Number 385 Keld Simonsen bug in XCUd4 (rdvk# 750) [KS-9] Thu, 28 Sep 2000 02:13:18 +0200 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2766 Line: 21212 Section: 4 Problem: The localedef does not allow a locale to be compiled with a charmap with different symbolic character names. Action: The repertoiremaps introduced in KS-2 makes sufficient mapping data available to be able to allow different locales use charmaps with different symbolic character names, given that repertoiremaps exist for the locale and charmap. Introduce two new options: -l repertoire_name Specify the name of a repertoiremap for mapping the locale symbolic character names to IS 10646 -r repertoire_name Specify the name of a repertoiremap for mapping the charmap symbolic character names to IS 10646 Remove uhe -u option as the above covers the same functionality in a much more well defined way, and as much data for this is available. Introduce a naming convention to reference standard locales, charmaps and repertoiremaps from the international cultural conventions registry ISO/IEC 15897:1999, for example introduced by the three letters "std". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 386 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 643) [DWC-572] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2770 Line: 21383 Section: logname Problem: (logname: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters." on P2770, L21383 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 387 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 698) [DWC-627] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2780 Line: 21793 Section: ls Problem: (ls: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P2780, L21793 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 388 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 224) [DWC-153] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2782 Line: 21873 Section: ls Problem: (ls: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2782, L21873 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 389 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 644) [DWC-573] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2782 Line: 21882 Section: ls Problem: (ls: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2782, L21882 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 390 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 522) [DWC-451] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2782 Line: 21884 Section: ls Problem: (ls: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2782, L21884 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 391 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 645) [DWC-574] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2783 Line: 21895 Section: ls Problem: (ls: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2783, L21895 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 392 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 523) [DWC-452] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2784 Line: 21937 Section: ls Problem: (ls: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2784, L21937 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 393 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 646) [DWC-575] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2784 Line: 21940 Section: ls Problem: (ls: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2784, L21940 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 394 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 524) [DWC-453] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2788 Line: 22124 Section: m4 Problem: (m4: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2788, L22124 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 395 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 525) [DWC-454] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2788 Line: 22125 Section: m4 Problem: (m4: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Note that other changes are needed here as well! Action: Change "trailing and characters," on P2788, L22125 to "trailing s and s,". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 396 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 526) [DWC-455] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2788 Line: 22143 Section: m4 Problem: (m4: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2788, L22143 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 397 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 527) [DWC-456] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2789 Line: 22153 Section: m4 Problem: (m4: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2789, L22153 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 398 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 528) [DWC-457] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2789 Line: 22159-22160 Section: m4 Problem: (m4: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2789, L22159-22160 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 399 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 529) [DWC-458] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2789 Line: 22185 Section: m4 Problem: (m4: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2789, L22185 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 400 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 530) [DWC-459] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2795 Line: 22400 Section: mailx Problem: (mailx: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2795, L22400 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 401 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 225) [DWC-154] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2800 Line: 22626-22627 Section: mailx Problem: (mailx: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P2800, L22626-22627 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 402 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 699) [DWC-628] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2803 Line: 22734 Section: mailx Problem: (mailx: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2803, L22734 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 403 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 531) [DWC-460] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2803 Line: 22773 Section: mailx Problem: (mailx: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Note that other changes are needed here as well! Action: Change " and characters," on P2803, L22773 to "s and s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 404 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 532) [DWC-461] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2803 Line: 22777 Section: mailx Problem: (mailx: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Note that other changes are needed here as well! Action: Change " and characters," on P2803, L22777 to "s and s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 405 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 372) [DWC-301] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2808 Line: 22963-22964 Section: mailx Problem: (mailx: character) The term is defined (XBD6d4, P73, L2181-2186) to be a synonym for "form-feed character". Therefore, the phrase " character" expands to "form-feed character character". Action: Change " character" on P2808, L22963-22964 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 406 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 226) [DWC-155] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2812 Line: 23091 Section: mailx Problem: (mailx: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2812, L23091 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 407 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 533) [DWC-462] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2813 Line: 23123 Section: mailx Problem: (mailx: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2813, L23123 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 408 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 227) [DWC-156] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2820 Line: 23424-23425 Section: make Problem: (make: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P2820, L23424-23425 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 409 donnte@microsoft.com Bug in XCUd4 make and MAKEFLAGS (rdvk# 19) [DST-4] Mon, 11 Sep 2000 18:35:30 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2820 Line: 23426 Section: make Problem: This description of MAKEFLAGS creates a rather nasty set of little problems. Consider: make CFLAGS="-g -O" Naively, MAKEFLAGS should be set to: "CFLAGS=-g -O", because: 1) sh strips the quotes on the command line. 2) In response to line 23644, the value of the macro is inserted into the value of MAKEFLAGS. Adding a second macro set on the command line LDFLAGS="-g -s", MAKEFLAGS is now "CFLAGS=-g -O LDFLAGS=-g -s". Note that the grouped options are now losing their grouping, and in fact one possible interpretation of the value is that the -O and -s options stand alone (possibly as options to make!) This problem can be cured by appropriate quoting as individual fields from the command line are added to MAKEFLAGS. Now, let's consider a line of the form MAKEFLAGS=CFLAGS=$(CFLAGS) MFLAGS=$(LDFLAGS) in the makefile. We end up with a MAKEFLAGS variable with the same ambiguous value we had above, and we don't have the ability to separate fields based on being in separate arguments as we did in the command line case. All this is a problem because nowhere that I can find is the value taken from the command line (let alone from the Makefile) permitted to be (let alone required to be) quoted. Both Solaris make (xpg4 version) and gmake use backslash quoting to retain the spaces (and explicit quote characters) in the value of MAKEFLAGS (that is, in this case, both yield a value for MAKEFLAGS of CFLAGS=-g\ -O LDFLAGS=-g\ -s Arguably, this isn't permitted by the standard. (It certainnly isn't required, and there's no "unspecified" or "properly quoted" that would explicitly permit it.) And the explicit setting of MAKEFLAGS is still a problem. Action: 1) At line 23646, "shall be added to the MAKEFLAGS macro" -> "shall be added to the MAKEFLAGS macro quoted in an unspecified manner such that when MAKEFLAGS is read by another copy of the make command, the original macro's value is recovered". This, alone, leaves setting of MAKEFLAGS still a problem. (See 23649, "or, if the MAKEFLAGS macro is modified at any subsequent time".) We could add at 23650 "The result of setting MAKEFLAGS in the Makefile is unspecified." OR 2) At line 23646, "shall be added to the MAKEFLAGS macro" -> "shall be added to the MAKEFLAGS macro quoted so that all whitespace and quote characters are preceeded by a \ when they are to be interpreted as part of the value of a macro." At 23650: Any change to the value of MAKEFLAGS made by the make command shall insert quoting as required above. Any change to the value of MAKEFLAGS made in the Makefile itself shall have the value already quoted in the manner above. I'm not sure which of these I like better. The first one assures that the primary goal (of propagating the command line to subordinate makes) is met, but tells the user not to fiddle with MAKEFLAGS. The second allows the user to fiddle with MAKEFLAGS, but the rules about quoting will prove rather onerous for this version of make. (Many extended versions of make would make it fairly painless.) In either case, taken strictly, the current requirements are not helpful. _____________________________________________________________________________ Editorial Enhancement Request Number 410 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 228) [DWC-157] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2820 Line: 23427-23428 Section: make Problem: (make: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-separated" on P2820, L23427-23428 to "- separated". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 411 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 534) [DWC-463] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2821 Line: 23488-23489 Section: make Problem: (make: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2821, L23488-23489 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 412 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 700) [DWC-629] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2822 Line: 23509 Section: make Problem: (make: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2822, L23509 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 413 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 229) [DWC-158] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2822 Line: 23534 Section: make Problem: (make: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-separated," on P2822, L23534 to "- separated,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 414 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 230) [DWC-159] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2822 Line: 23535 Section: make Problem: (make: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-separated," on P2822, L23535 to "- separated,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 415 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 701) [DWC-630] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2822 Line: 23536 Section: make Problem: (make: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character," on P2822, L23536 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 416 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 702) [DWC-631] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2822 Line: 23538 Section: make Problem: (make: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2822, L23538 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 417 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 64) [DST-124] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2823 Line: 23577 Section: make Problem: "does some" is unconstitutionally vague (that is, it cannot be either verified or tested). Action: Replace "make does some... ." with "make performs the following operations:" _____________________________________________________________________________ Editorial Enhancement Request Number 418 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 231) [DWC-160] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2824 Line: 23603 Section: make Problem: (make: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2824, L23603 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 419 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 535) [DWC-464] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2824 Line: 23603 Section: make Problem: (make: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2824, L23603 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 420 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 536) [DWC-465] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2824 Line: 23624 Section: make Problem: (make: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)." on P2824, L23624 to ").". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 421 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 232) [DWC-161] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2826 Line: 23681 Section: make Problem: (make: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2826, L23681 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 422 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 537) [DWC-466] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2832 Line: 23964 Section: make Problem: (make: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2832, L23964 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 423 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 647) [DWC-576] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2836 Line: 24140-24141 Section: make Problem: (make: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character. Since it is often difficult to discern differences between and characters" on P2836, L24140-24141 to ". Since it is often difficult to discern differences between s and s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 424 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 538) [DWC-467] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2851 Line: 24627 Section: more Problem: (more: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2851, L24627 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 425 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 539) [DWC-468] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2851 Line: 24628 Section: more Problem: (more: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2851, L24628 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 426 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 540) [DWC-469] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2851 Line: 24631-24632 Section: more Problem: (more: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2851, L24631-24632 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 427 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 541) [DWC-470] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2851 Line: 24635 Section: more Problem: (more: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2851, L24635 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 428 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 107) [DWC-36] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2852 Line: 24690 Section: more Problem: (more: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " character" on P2852, L24690 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 429 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 357) [DWC-286] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2852 Line: 24694 Section: more Problem: (more: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character" on P2852, L24694 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 430 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 233) [DWC-162] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2853 Line: 24741 Section: more Problem: (more: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-separated" on P2853, L24741 to "- separated". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 431 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 108) [DWC-37] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2854 Line: 24785-24786 Section: more Problem: (more: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " characters" on P2854, L24785-24786 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 432 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 358) [DWC-287] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2854 Line: 24786 Section: more Problem: (more: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " characters" on P2854, L24786 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 433 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 109) [DWC-38] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2854 Line: 24787 Section: more Problem: (more: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " characters" on P2854, L24787 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 434 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 110) [DWC-39] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2854 Line: 24790 Section: more Problem: (more: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " characters," on P2854, L24790 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 435 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 111) [DWC-40] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2855 Line: 24793 Section: more Problem: (more: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " characters" on P2855, L24793 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 436 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 112) [DWC-41] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2855 Line: 24800 Section: more Problem: (more: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " characters" on P2855, L24800 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 437 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 359) [DWC-288] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2855 Line: 24802 Section: more Problem: (more: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character" on P2855, L24802 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 438 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 648) [DWC-577] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2856 Line: 24868 Section: more Problem: (more: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2856, L24868 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 439 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 542) [DWC-471] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2856 Line: 24869 Section: more Problem: (more: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2856, L24869 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 440 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 543) [DWC-472] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2858 Line: 24924 Section: more Problem: (more: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)" on P2858, L24924 to ")". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 441 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 544) [DWC-473] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2858 Line: 24932 Section: more Problem: (more: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)" on P2858, L24932 to ")". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 442 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 65) [DST-125] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2883 Line: 25835 Section: nm Problem: This paragraph follows nicely if moved to after 25827. Action: Move it. [Ed recommendation: Accept] _____________________________________________________________________________ Objection Enhancement Request Number 443 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 81) [DWC-10] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2889 Line: 26048-26051 Section: od Problem: (od: P1003.2b change lost) It looks like some of the changes from P1003.2b were lost in this description of the file operand. It also looks like a "not" was unintentionally dropped in the P1003.2b text. The last sentence on P2889, L26051 can be misread to mean that all file operands are to be treated as offsets rather than as pathnames. Action: Change the description of the file operand to be: A path name of a file to be read. If no file operands are specified, the standard input shall be used. If there are no more than two operands, none of the -A, -j, -N, or -t options is specified, and either of the following is true: the first character of the last operand is a plus sign ('+'), or there are two operands and the first character of the last operand is numeric; the last operand shall be interpreted as an offset operand on XSI-conformant systems. Under these conditions, the results are unspecified on systems that are not XSI-conformant systems. ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 444 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 82) [DWC-11] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2891 Line: 26107-26111 Section: od Problem: (od: long long) We do need to require that od be able to convert the appropriate number of bytes in a long long to an appropriate string of numeric characters. I would prefer not to specify a two character code ("LL") to specify this, but will listen to other proposals. Action: Delete P2891, L26107-26111. Add the new sentence: The implementation shall support the decimal value corresponding to the C-Language type long long. to the start of the paragraph on P2891, L26112-26115. ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 445 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 83) [DWC-12] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2891 Line: 26122 Section: od Problem: (od: shall) A conversion from declarative text to "shall" was missed. Action: Change "bytes are" on P2891, L26122 to "bytes shall be". ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 446 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 84) [DWC-13] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2891 Line: 26139 Section: od Problem: (od: shall) A conversion from declarative text to "shall" was missed. Action: Change "bytes are" on P2891, L26139 to "bytes shall be". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 447 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 234) [DWC-163] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2892 Line: 26158-26159 Section: od Problem: (od: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2892, L26158-26159 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 448 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 235) [DWC-164] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2892 Line: 26165 Section: od Problem: (od: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P2892, L26165 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 449 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 236) [DWC-165] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2892 Line: 26166 Section: od Problem: (od: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2892, L26166 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 450 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 237) [DWC-166] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2892 Line: 26168 Section: od Problem: (od: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2892, L26168 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 451 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 545) [DWC-474] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2893 Line: 26200-26201 Section: od Problem: (od: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2893, L26200-26201 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 452 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 546) [DWC-475] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2896 Line: 26335 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2896, L26335 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 453 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 703) [DWC-632] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2896 Line: 26336 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2896, L26336 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 454 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 704) [DWC-633] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2896 Line: 26348 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character," on P2896, L26348 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 455 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 547) [DWC-476] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2896 Line: 26349 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2896, L26349 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 456 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 548) [DWC-477] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2896 Line: 26352 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2896, L26352 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 457 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 549) [DWC-478] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2896 Line: 26356 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P2896, L26356 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 458 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 550) [DWC-479] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2896 Line: 26362 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2896, L26362 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 459 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 705) [DWC-634] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2896 Line: 26363 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2896, L26363 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 460 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 551) [DWC-480] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2897 Line: 26371 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2897, L26371 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 461 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 706) [DWC-635] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2897 Line: 26372 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character," on P2897, L26372 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 462 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 707) [DWC-636] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2897 Line: 26403 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2897, L26403 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 463 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 552) [DWC-481] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2897 Line: 26404 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2897, L26404 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 464 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 553) [DWC-482] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2898 Line: 26432 Section: paste Problem: (paste: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)" on P2898, L26432 to ")". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 465 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 238) [DWC-167] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2900 Line: 26502 Section: patch Problem: (patch: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2900, L26502 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 466 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 239) [DWC-168] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2900 Line: 26503 Section: patch Problem: (patch: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2900, L26503 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 467 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 240) [DWC-169] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2902 Line: 26581-26582 Section: patch Problem: (patch: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P2902, L26581-26582 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ objection Enhancement Request Number 468 ajosey@opengroup.org Bug in XCUd4 (rdvk# 14) {tog.aug29.pasc.180} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2910 Line: 26903 Section: pax Problem: IEEE PASC Interpretation 1003.2 #180 raises an issue that has been forwarded to the sponsor. The sponsor recommends changing the wording as in the action below. Action: Replace the sentence at line 26903 "The extracted files..." with: The extracted files shall be created performing pathname resolution with the directory in which pax was invoked as the current working directory. Add to CH PASC Interpretation 1003.2 #180 is applied clarifying how extracted files are created when in read mode. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 469 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 554) [DWC-483] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2916 Line: 27182 Section: pax Problem: (pax: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2916, L27182 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ objection Enhancement Request Number 470 ajosey@opengroup.org Bug in XCUd4 (rdvk# 13) {tog.aug29.pasc.181} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2916 Line: 27189 Section: pax Problem: IEEE PASC Interpretation 1003.2 #181 raises an issue that has been forwarded to the sponsor. The sponsor recommends changing the wording as in the action below. Action: Replace the description of -t to: -t When reading files from the file system, and if the user has the permissions required by utime() to do so, set the access time of each file read to the access time that it had before being read by pax. Add to rationale: The -t description is worded so as to note that this may cause the access time update caused by some other activity (which occurs while the file is being read) to be overwritten. Add to CH PASC Interpretation 1003.2 #181 is applied clarifying the description of the -t option. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 471 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 555) [DWC-484] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2918 Line: 27239 Section: pax Problem: (pax: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2918, L27239 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 472 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 241) [DWC-170] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2919 Line: 27294-27295 Section: pax Problem: (pax: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2919, L27294-27295 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 473 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 242) [DWC-171] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2920 Line: 27354 Section: pax Problem: (pax: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-separated" on P2920, L27354 to "- separated". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 474 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 556) [DWC-485] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2920 Line: 27361 Section: pax Problem: (pax: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2920, L27361 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 475 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 243) [DWC-172] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2923 Line: 27436 Section: pax Problem: (pax: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P2923, L27436 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 476 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 557) [DWC-486] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2923 Line: 27436 Section: pax Problem: (pax: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2923, L27436 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 477 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 558) [DWC-487] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2923 Line: 27439 Section: pax Problem: (pax: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P2923, L27439 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 478 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 66) [DST-126] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2926 Line: 27580 Section: pax Problem: This is a horrific mis-use of the word "block", particularly in light of the next paragraph where it comes close to being used correctly. "block" (particularly on tape) is a concept of physical I/O, which contains a group of (logical) records. (Think of a "block of seats" or rooms.) (Just because it's used consistently, misusing the word is still unhelpful. It would actually be better if you renamed them "humptydumpties" rather than misleading the reader who DOES understand the word correctly.) (For a supporting reference (that I found fairly easily) see Knuth Volume 3 (Sorting and Searching) 2d printing (1973), Page 321, the first full paragraph, reading (typos mine): Data appears on tape in blocks (Fig 79) and each read/write instuction transmits a single block. Blocks are often called "records", but we shall avoid ths terminolgy because it conflicts with the fact that we ares sorting file of "records" in another sense. On many of the early programs written during the 1950s, this distinction was unnecssary, since one record was written per block; but we sheall see that it is usually advantageous to have quite a few records in every block on the tape. Action: Use "logical records" to mean the 512 byte entities, and "physical block" to mean the groups. _____________________________________________________________________________ Editorial Enhancement Request Number 479 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 559) [DWC-488] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2933 Line: 27875 Section: pax Problem: (pax: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2933, L27875 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 480 Keld Simonsen bug in XCUd4 (rdvk# 751) [KS-9] Thu, 28 Sep 2000 02:13:18 +0200 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2941 Line: 28211-28220 Section: 4 Problem: glyph means something else in ISO (=shape). Action: change "glyph" to "(abstract) character" _____________________________________________________________________________ Editorial Enhancement Request Number 481 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 244) [DWC-173] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2945 Line: 28385 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character." on P2945, L28385 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 482 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 560) [DWC-489] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2945 Line: 28408 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2945, L28408 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 483 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 561) [DWC-490] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2945 Line: 28409 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P2945, L28409 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 484 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 708) [DWC-637] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2945 Line: 28411 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2945, L28411 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 485 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 709) [DWC-638] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2945 Line: 28413 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P2945, L28413 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 486 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 649) [DWC-578] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2945 Line: 28414 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters." on P2945, L28414 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 487 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 710) [DWC-639] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28415 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2946, L28415 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 488 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 373) [DWC-302] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28416 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P73, L2181-2186) to be a synonym for "form-feed character". Therefore, the phrase " character" expands to "form-feed character character". Action: Change " character" on P2946, L28416 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 489 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 562) [DWC-491] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28417 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2946, L28417 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 490 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 374) [DWC-303] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28419 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P73, L2181-2186) to be a synonym for "form-feed character". Therefore, the phrase " character" expands to "form-feed character character". Action: Change " character" on P2946, L28419 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 491 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 563) [DWC-492] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28420 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P2946, L28420 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 492 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 711) [DWC-640] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28423 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P2946, L28423 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 493 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 650) [DWC-579] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28423 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2946, L28423 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 494 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 651) [DWC-580] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28424 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2946, L28424 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 495 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 712) [DWC-641] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28427 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2946, L28427 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 496 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 713) [DWC-642] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28440 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character)." on P2946, L28440 to ").". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 497 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 360) [DWC-289] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28445-28446 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character" on P2946, L28445-28446 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 498 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 100) [DWC-29] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28445 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P42, L1463-1467) to be a synonym for "alert character". Therefore, the phrase " character" expands to "alert character character". Action: Change " character" on P2946, L28445 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 499 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 714) [DWC-643] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28449 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character)." on P2946, L28449 to ").". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 500 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 652) [DWC-581] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2946 Line: 28449 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P2946, L28449 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 501 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 375) [DWC-304] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2947 Line: 28493 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P73, L2181-2186) to be a synonym for "form-feed character". Therefore, the phrase " character" expands to "form-feed character character". Action: Change " characters" on P2947, L28493 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 502 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 564) [DWC-493] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2948 Line: 28502 Section: pr Problem: (pr: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P2948, L28502 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 503 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 653) [DWC-582] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2951 Line: 28624 Section: printf Problem: (printf: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P2951, L28624 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 504 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 654) [DWC-583] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2951 Line: 28626-28627 Section: printf Problem: (printf: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P2951, L28626-28627 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 505 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 245) [DWC-174] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2951 Line: 28633 Section: printf Problem: (printf: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P2951, L28633 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 506 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 715) [DWC-644] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2953 Line: 28719 Section: printf Problem: (printf: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character." on P2953, L28719 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 507 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 716) [DWC-645] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2956 Line: 28857 Section: prs Problem: (prs: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P2956, L28857 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 508 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 655) [DWC-584] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2960 Line: 29017 Section: ps Problem: (ps: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character-separated" on P2960, L29017 to "- separated". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 509 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 246) [DWC-175] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2963 Line: 29148 Section: ps Problem: (ps: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters;" on P2963, L29148 to "s;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 510 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 247) [DWC-176] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2963 Line: 29150 Section: ps Problem: (ps: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P2963, L29150 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ objection Enhancement Request Number 511 ajosey@opengroup.org Bug in XCUd4 (rdvk# 12) {tog.aug29.pasc.182} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2969 Line: 29373-29380 Section: qalter Problem: IEEE PASC Interpretation 1003.2 #182 raises an issue that has been forwarded to the sponsor. The sponsor recommends changing the wording as in the action below. Action: Replace 29373-29380 with: The date_time argument shall be in the same form and represent the same time as for the touch command. The time so represented shall be set into the Execution_Time attribute of the batch job. If the time specified is earlier than the current time, the -a option shall have no effect. Add to CH PASC Interpretation 1003.2 #182 is applied clarifying the description of the -a option. [Ed recommendation: Accept as marked, as above except change the "touch command" to the "touch utility".] _____________________________________________________________________________ Editorial Enhancement Request Number 512 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 48) [DST-80] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2971 Line: 29442 Section: qalter Problem: Note that the flag characters mentioned in the running text do not match the font of the bullet items. They need to be consistent. (Depending on the change actually chosen, there are several other places to be changed, either in the running text or the bullet items.) Action: Choose a consistent notation. (Note... as I've observed before, the transition away from the use of CW font toward other fonts has not been a service to the quality of the standard. I'd much rather see a general change toward the same model used by 1003.1 and 1003.2 w.r.t. the use of CW font.) [Ed recommendation: Accept as marked Agreed its inconsistent here, the items u s o n on should be bold as they literal names/values for the appropriate arguments] _____________________________________________________________________________ Editorial Enhancement Request Number 513 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 49) [DST-81] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2972 Line: 29483 Section: qalter Problem: Here 'n' is in a THIRD (bold) font. Action: Pick one, use it. [Ed recommendation: Accept as marked Agreed its inconsistent here, the items u s o n on should be bold as they literal names/values for the appropriate arguments] _____________________________________________________________________________ Editorial Enhancement Request Number 514 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 50) [DST-82] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2981 Line: 29849 Section: qhold Problem: More bold flag characters. Action: Pick one font for these. [Ed recommendation: Accept as marked Agreed its inconsistent here, the items u s o n on should be bold as they literal names/values for the appropriate arguments] _____________________________________________________________________________ Editorial Enhancement Request Number 515 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 51) [DST-83] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 2997 Line: 30463 Section: qselect Problem: More bold font. Note the bullet items at 30433 in CW font. Action: Be consistent. [Ed recommendation: Accept as marked Agreed its inconsistent here, the items u s o n on should be bold as they literal names/values for the appropriate arguments] _____________________________________________________________________________ objection Enhancement Request Number 516 ajosey@opengroup.org Bug in XCUd4 (rdvk# 8) {tog.aug29.pasc.191} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3008 Line: 30836 Section: qstat Problem: IEEE PASC Interpretation 1003.2 #191 raises an issue that has been forwarded to the sponsor. The sponsor recommends changing the wording as in the action below. (note this only applies to qstat). Action: Delete the COLUMNS, LINES, LOGNAME, TERM and TZ variables from this list of environment variables. Add to CH PASC Interpretation 1003.2 #191 is applied, removing the following ENVIRONMENT VARIABLES listed as affecting qstat: COLUMNS, LINES, LOGNAME, TERM and TZ. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 517 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 717) [DWC-646] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3021 Line: 31361 Section: qsub Problem: (qsub: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P3021, L31361 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 518 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 52) [DST-84] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3024 Line: 31470 Section: qsub Problem: The business about -W is still not represented anywhere that I can find in the document. (It never should have been rationale, but it AT LEAST belongs there.) However, it's still highly quesitonable to have a reference from here to the rationale. (Putting the reservation of -W into normative text wouldn't necessarily be a bad idea.) This also indicates that my other objeciton about dropped rationale has not yet been handled. (Note that deleting this text is tempting, but if it's sauce for the goose, it's sauce for the gander, so either fix things that need fixing (such as this) or don't, consistently.) Action: Find and restore the original statement about reserving -W. (I don't have machine readable access to .2-199x, and it would be trivial to find given that.) [Ed recommendation: REJECT XCU D3 ERN 188 (DST-XCU-150) requested they be deleted. A search was done by the editors of .2d-1994 and the original statement in normative text could not be found. The additional rationale is supplied in the XRAT volume] _____________________________________________________________________________ Editorial Enhancement Request Number 519 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 565) [DWC-494] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3025 Line: 31490 Section: read Problem: (read: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3025, L31490 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 520 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 566) [DWC-495] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3026 Line: 31536 Section: read Problem: (read: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3026, L31536 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 521 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 567) [DWC-496] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3051 Line: 32369 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P3051, L32369 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 522 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 248) [DWC-177] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3052 Line: 32411 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3052, L32411 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ comment Enhancement Request Number 523 Jon.Hitchcock@uniplex.co.uk Bug in XCUd4 sed (rdvk# 22) {jjh5} Thu, 14 Sep 2000 23:48:51 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3052 Line: 32411-32412 Section: sed Problem: In lines 32411-32412, the contrast between "Zero or more characters" and "Any number of semicolons" raises the question of what number of semicolons is allowed other than zero or more (a negative or imaginary number?) Also, can the spaces and semicolons be intermingled? Can there be semicolons before the function if the addresses are omitted? And although it can be assumed that the characters have no effect, do the semicolons have an effect? (I believe the semicolons are taken to be separators from a possible previous command and therefore have no effect). (Lines 32474-32490 use various styles of wording to describe the syntax, but the contrasts there are not so obvious.) Action: Replace: Zero or more characters shall be accepted before the first address and before function. Any number of semicolons shall be accepted before the first address. by: The command can be preceded by characters and/or semicolons. The function can be preceded by characters. These optional characters have no effect. _____________________________________________________________________________ Editorial Enhancement Request Number 524 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 568) [DWC-497] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3053 Line: 32443 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3053, L32443 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 525 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 249) [DWC-178] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3053 Line: 32456 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters;" on P3053, L32456 to "s;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 526 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 250) [DWC-179] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3054 Line: 32475 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P3054, L32475 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 527 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 251) [DWC-180] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3054 Line: 32478 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3054, L32478 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 528 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 252) [DWC-181] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3054 Line: 32479 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3054, L32479 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 529 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 253) [DWC-182] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3054 Line: 32480-32481 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3054, L32480-32481 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 530 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 254) [DWC-183] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3054 Line: 32487 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3054, L32487 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 531 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 255) [DWC-184] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3054 Line: 32488 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P3054, L32488 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 532 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 256) [DWC-185] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3054 Line: 32489 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3054, L32489 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 533 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 257) [DWC-186] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3054 Line: 32490 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3054, L32490 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 534 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 569) [DWC-498] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3055 Line: 32530-32531 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3055, L32530-32531 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ editorial Enhancement Request Number 535 ajosey@opengroup.org Bug in XCUd4 (rdvk# 10) {tog.aug29.1} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3055 Line: 32550-32567 Section: sed Problem: Font problems in text. Action: Editorial fix required [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 536 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 53) [DST-85] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3055 Line: 32550 Section: set Problem: Runaway CW font. Action: Restore to normal font. [Ed recommendation: DUP of {tog.aug29.1}] _____________________________________________________________________________ objection Enhancement Request Number 537 ajosey@opengroup.org Bug in XCUd4 (rdvk# 9) {tog.aug29.pasc.190} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3055 Line: 32552-32557 Section: sed Problem: IEEE PASC Interpretation 1003.2 #190 raises an issue that has been forwarded to the sponsor. The sponsor recommends changing the wording as in the action below. Action: Change The text commencing "For each backslash ....." To: The replacement string shall be scanned from beginning to end. An ampersand (&) appearing in the replacement shall be replaced by the string matching the BRE. The special meaning of & in this context can be suppressed by preceding it by backslash. The characters \n, where n is a digit, shall be replaced by the text matched by the corresponding backreference expression. The special meaning of \n where n is a digit in this context can be suppressed by preceding it by backslash. For each other backslash (\) encountered the following character shall lose its special meaning (if any). It is unspecified what special meaning is given to any character other than &, \, or digits. Add to CH PASC Interpretation 1003.2 #190 is applied. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 538 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 570) [DWC-499] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3056 Line: 32558 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3056, L32558 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 539 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 258) [DWC-187] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3056 Line: 32577 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3056, L32577 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 540 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 571) [DWC-500] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3056 Line: 32590 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P3056, L32590 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 541 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 572) [DWC-501] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3057 Line: 32615 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3057, L32615 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 542 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 573) [DWC-502] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3057 Line: 32616 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3057, L32616 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 543 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 574) [DWC-503] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3057 Line: 32618 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character at the end of an arbitrary input line; characters" on P3057, L32618 to " at the end of an arbitrary input line; s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 544 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 656) [DWC-585] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3058 Line: 32658 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Note that other changes are needed here as well! Action: Change " and characters" on P3058, L32658 to "s and s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 545 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 259) [DWC-188] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3058 Line: 32662-32663 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters from text lines, although they all have allowed leading characters" on P3058, L32662-32663 to "s from text lines, although they all have allowed leading s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 546 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 260) [DWC-189] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3058 Line: 32667-32668 Section: sed Problem: (sed: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters;" on P3058, L32667-32668 to "s;". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 547 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 54) [DST-86] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3062 Line: 32845 Section: sh Problem: The text from the "(" on this line to the end of the paragraph is rationale. Move it to Application Usage or XRAT. Action: Move to 33381. [Ed recommendation: Accept as marked. Move text from "(" line 32845 - "are effective." line 32854 move to after line 33381] _____________________________________________________________________________ Comment Enhancement Request Number 548 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 575) [DWC-504] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3063 Line: 32877 Section: sh Problem: (sh: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Note that other changes are needed here as well! Action: Change ", , and characters." on P3063, L32877 to "s, s, and s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 549 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 657) [DWC-586] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3067 Line: 33041 Section: sh Problem: (sh: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P3067, L33041 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 550 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 658) [DWC-587] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3067 Line: 33045 Section: sh Problem: (sh: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P3067, L33045 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 551 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 261) [DWC-190] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3068 Line: 33121 Section: sh Problem: (sh: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character." on P3068, L33121 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 552 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 659) [DWC-588] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3070 Line: 33190 Section: sh Problem: (sh: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P3070, L33190 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 553 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 660) [DWC-589] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3070 Line: 33191 Section: sh Problem: (sh: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character." on P3070, L33191 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 554 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 72) [DST-133] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3080 Line: 33544 Section: sort Problem: I apologize; I misdirected the group on the fix for the requiremnt that the -c option only allows a single file. I believe that it should be [ file ] (without the ellipsis) so that sort can be used to check stdin. Action: "file" -> "[ file ]" There's no compelling reason to say more att 33561 because of the text at 33620. _____________________________________________________________________________ Editorial Enhancement Request Number 555 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 576) [DWC-505] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3080 Line: 33552-33553 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)," on P3080, L33552-33553 to "),". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 556 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 262) [DWC-191] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3080 Line: 33572 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3080, L33572 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 557 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 263) [DWC-192] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3080 Line: 33580-33581 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P3080, L33580-33581 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 558 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 264) [DWC-193] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3081 Line: 33587 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3081, L33587 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 559 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 265) [DWC-194] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3081 Line: 33595 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3081, L33595 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 560 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 266) [DWC-195] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3081 Line: 33596-33597 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters that follows a non- character" on P3081, L33596-33597 to "s that follows a non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 561 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 577) [DWC-506] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3082 Line: 33626 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3082, L33626 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 562 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 267) [DWC-196] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3083 Line: 33680 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3083, L33680 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 563 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 268) [DWC-197] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3083 Line: 33692 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P3083, L33692 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 564 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 661) [DWC-590] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3083 Line: 33696 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character:" on P3083, L33696 to ":". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 565 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 662) [DWC-591] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3083 Line: 33707 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P3083, L33707 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 566 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 718) [DWC-647] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3083 Line: 33707 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P3083, L33707 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 567 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 269) [DWC-198] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3084 Line: 33732 Section: sort Problem: (sort: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P3084, L33732 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 568 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 578) [DWC-507] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3086 Line: 33811 Section: split Problem: (split: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P3086, L33811 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 569 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 579) [DWC-508] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3090 Line: 33972 Section: strings Problem: (strings: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3090, L33972 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 570 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 731) [DWC-782] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3093 Line: 34058-3059 Section: strip Problem: (strip: rationale) The description and the first part of the paragraph in rationale on P3093, L34057-34059 say that strip performs actions "similar" to the -s option to the compilers. The last sentence of the rationale says they are identical. Action: Delete the last sentence on P3093, L34058-34059. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 571 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 270) [DWC-199] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3104 Line: 34501 Section: tabs Problem: (tabs: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3104, L34501 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 572 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 55) [DST-87] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3105 Line: 34560 Section: tabs Problem: This rationale is correct. Honor it. Action: Remove the language specific tab settings at 34477. _____________________________________________________________________________ Editorial Enhancement Request Number 573 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 663) [DWC-592] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3113 Line: 34812 Section: talk Problem: (talk: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change "non- characters" on P3113, L34812 to "non-s". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 574 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 56) [DST-88] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3118 Line: 34945 Section: test Problem: The outer pair of brackets should not be bold. (They represent literal brackets, not metalanguage brackets.) Action: Fix. [Ed recommendation: Accept Note that DT-XCU-196 missed this in XCUd3] _____________________________________________________________________________ Editorial Enhancement Request Number 575 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 85) [DWC-14] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3118 Line: 34965 Section: test Problem: (test: hyphenation) The rest of the draft seems to consistently use hyphens in "set-group-ID", but in this case no hyphens are used. Action: Change "set group ID" on P3118, L34965 to "set-group-ID". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 576 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 68) [DST-129] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3118 Line: 34991 Section: test Problem: D3 ERN 243 says "add a reviewers note" (about -L and -S). Neither the note nor -S and -L were added. Action: Add the note (or -S and -L). [Ed recommendation: REJECT D3 ERN 242 deleted the lines referenced , so D3 ERN 243 is not necessary.] _____________________________________________________________________________ Objection Enhancement Request Number 577 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 57) [DST-89] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3120 Line: 35029 Section: test Problem: The shading is incorrect. Action: Start it at "On XSI systems" (unspecified is right for POSIX). A new paragraph under this bullet would probably be clearer. [Ed recommendation: Accept] _____________________________________________________________________________ Objection Enhancement Request Number 578 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 67) [DST-128] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3124 Line: 35191 Section: test Problem: The text from lines 36422 to 36477 of D3 was removed. It should be restored. The IEEE/ISO standard still omits those features, and the reasons are as good now as they were then. Restore the rationale. Action: Restore this rationale. [Ed recommendation:NONE Change made in respect of DT-XCU-199. This new request have been more helpful if replacement wording would have been supplied - existing wording is not suitable hence the removal] _____________________________________________________________________________ Objection Enhancement Request Number 579 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 86) [DWC-15] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3132 Line: 35519-35522 Section: touch Problem: (touch: double leap seconds) We went with 0-61 to align with C89. Now that C99 has gone to 0-60, we should follow. Action: Change "[00-61]" on P3130, L35407 to "[00-60]". Change "(00-61)" on P3130, L35419 to "(00-60)". Change "60 or 61," on P3130, L35419-35420 to "60,". Change "one or two seconds" on P3130, L35421 to "one second". Add change history indicating this change was made to align with C99. Delete P3132, L35519-35522. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 580 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 580) [DWC-509] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3161 Line: 36542 Section: uname Problem: (uname: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P3161, L36542 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 581 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 271) [DWC-200] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3161 Line: 36545 Section: uname Problem: (uname: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3161, L36545 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 582 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 664) [DWC-593] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3161 Line: 36559 Section: uname Problem: (uname: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters," on P3161, L36559 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 583 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 272) [DWC-201] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3161 Line: 36566-36567 Section: uname Problem: (uname: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3161, L36566-36567 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 584 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 273) [DWC-202] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36681-36682 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3166, L36681-36682 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 585 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 719) [DWC-648] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36682 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P3166, L36682 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 586 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 665) [DWC-594] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36683 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P3166, L36683 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 587 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 274) [DWC-203] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36684 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3166, L36684 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 588 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 113) [DWC-42] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36685 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P47, L1568-1569) to be a synonym for "backspace character". Therefore, the phrase " character" expands to "backspace character character". Action: Change " character" on P3166, L36685 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 589 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 275) [DWC-204] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36692 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3166, L36692 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 590 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 276) [DWC-205] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36693 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3166, L36693 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 591 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 720) [DWC-649] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36694 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P3166, L36694 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 592 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 666) [DWC-595] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36695 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P3166, L36695 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 593 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 277) [DWC-206] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36696 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3166, L36696 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 594 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 278) [DWC-207] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36699 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3166, L36699 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 595 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 721) [DWC-650] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36709 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change "-to- character" on P3166, L36709 to "-to-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 596 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 279) [DWC-208] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3166 Line: 36712 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3166, L36712 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 597 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 667) [DWC-596] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3167 Line: 36731 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Note that other changes are needed here as well! Action: Change " and characters" on P3167, L36731 to "s and s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 598 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 722) [DWC-651] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3167 Line: 36741-36742 Section: unexpand Problem: (unexpand: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change "-to- character" on P3167, L36741-36742 to "-to- ". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 599 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 280) [DWC-209] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3173 Line: 36922 Section: uniq Problem: (uniq: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P3173, L36922 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 600 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 58) [DST-90] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3180 Line: 37184 Section: uucp Problem: This is a normative requirement in A.U. Action: Remove, and copy text from 37053 (uustat) to 37084. _____________________________________________________________________________ Editorial Enhancement Request Number 601 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 87) [DWC-16] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3185 Line: 37321 Section: uuencode Problem: (uuencode: options) The reference to the location of the base64 algorithm is inconsistent with P1003.2b (the source of this text) and with a similar reference on the uudecode page. Action: Change "described below." on P3185, L37321 to "described in STDOUT.". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 602 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 88) [DWC-17] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3186 Line: 37357,37359 Section: uuencode Problem: (uuencode: stdout) In POSIX.2-1992 and in XCU5, format strings are consistently indented. In this draft, many of the format strings are not indented. The arguements on format strings are usually surrounded by angle brackets; here, one arguement is and one isn't. Action: Change "decode_pathname" on P3186, L37357 to "". Indent P3186, L37357. Indent P3186, L37359. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 603 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 89) [DWC-18] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3186 Line: 37362 Section: uuencode Problem: (uuencode: stdout) Typo. Action: Change "Preceding from left to right" on P3186, L37362 to "Proceeding from left to right". [Ed recommendation: Accept Note we fixed the spelling] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 604 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 90) [DWC-19] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3186 Line: 37363 Section: uuencode Problem: (uuencode: stdout) Mangled English. Action: Change "These 24-bit then" on P3186, L37363 to "Each 24-bit input group then" on P3186, L37363 [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 605 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 91) [DWC-20] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3187 Line: 37404 Section: uuencode Problem: (uuencode: stdout) When describing the possible cases of octets in 24 input bits, there are only three possibilities; but four cases are listed. Cases 1 through 3 make sense as written. Case 4 is written in a different form and does not fit. It looks like it should have been added as a separate sentence at the end of the paragraph rather than as a fourth element in the list. Action: Change " 4. The terminating" on P3187, L37404 to "A terminating" indented to the same level as L37497. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 606 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 92) [DWC-21] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3187 Line: 37408,37423-37426 Section: uuencode Problem: (uuencode: stdout) In most of the utility descriptions in this draft, output formats and encodings are indented. Here, they aren't. Action: Indent P3187, L37408. Indent P3187, L37423-37426. [Ed recommendation: Accept as marked We'll make it consistent by changing the builtins so they do not have output indented, elsewhere in this volume we have not been indenting to ensure the lines do not wrap] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 607 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 93) [DWC-22] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3187 Line: 37410 Section: uuencode Problem: (uuencode: stdout) All output formats need to be included in quotes. Without them, there is no way to tell if trailing characters are allowed at the end of the format. In most of the utility descriptions in this draft, output formats are indented. Here, they aren't. Action: Change 'end\n' on P3187, L37410 to '"end\n"' and indent the line. [Ed recommendation: Accept as marked as above, but do not indent] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 608 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 281) [DWC-210] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3187 Line: 37411 Section: uuencode Problem: (uuencode: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3187, L37411 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 609 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 581) [DWC-510] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3188 Line: 37450 Section: uuencode Problem: (uuencode: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P3188, L37450 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 610 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 282) [DWC-211] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3202 Line: 37968 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- characters" on P3202, L37968 to "non-s". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 611 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 283) [DWC-212] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3202 Line: 37969 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3202, L37969 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 612 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 284) [DWC-213] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3202 Line: 37970 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". We also have a defined term "blank line" which matches what is being described here. We should use the defined term. Action: Change "empty or character-filled lines" on P3202, L37970 to "blank lines". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 613 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 285) [DWC-214] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3203 Line: 37979 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P3203, L37979 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 614 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 286) [DWC-215] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3203 Line: 37981 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3203, L37981 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 615 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 287) [DWC-216] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3203 Line: 37984 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". We also have a defined term "blank line" which matches what is being described here. We should use the defined term. Action: Change "empty or character-filled lines" on P3203, L37984 to "blank lines". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 616 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 376) [DWC-305] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3203 Line: 37989 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P73, L2181-2186) to be a synonym for "form-feed character". Therefore, the phrase " character" expands to "form-feed character character". Action: Change " character" on P3203, L37989 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 617 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 668) [DWC-597] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3203 Line: 37995 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P3203, L37995 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 618 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 669) [DWC-598] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3203 Line: 38006 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " character" on P3203, L38006 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 619 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 288) [DWC-217] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3203 Line: 38007 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". We also have a defined term "blank line" which matches what is being described here. We should use the defined term. Action: Change "empty or character-filled lines" on P3203, L38007 to "blank lines". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 620 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 289) [DWC-218] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3204 Line: 38013 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3204, L38013 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 621 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 290) [DWC-219] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3204 Line: 38014 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3204, L38014 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 622 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 670) [DWC-599] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3204 Line: 38015 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P3204, L38015 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 623 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 671) [DWC-600] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3204 Line: 38018 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P3204, L38018 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 624 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 361) [DWC-290] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3204 Line: 38027 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character," on P3204, L38027 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 625 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 723) [DWC-652] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3204 Line: 38032 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P3204, L38032 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 626 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 70) [DST-131] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3204 Line: 38039 Section: vi Problem: This is an improvement, but I still believe that the use of "physical" and "logical" is backwards to the conventional use of those terms. Specifically: considering memory: logical memory is a simple linear memory space. Physical memory is a mess of pages, page tables, and representation of pieces of memory in apparently random locations on memory and the disk. A logical file has a simple structure; a physical file is scattered all over the place. Thus, I believe that referring to "logical" as the actual (messy) represenation and "physical" as the idealized representation is a disservice to the reader. Others may disagree, but the objective of the standard should be precision and clarity, not retaining the old words just for the sake of retaining the old words. Action: We can argue about who's right, but to remove the ambiguity and to make this text much clearer, use "display lines" to refer to what's on the screen, and "buffer lines" to refer to what's in memory (the ideal world). (As written, replace "logical" with "screen" and "physical" with "buffer" throughout the vi section.) _____________________________________________________________________________ Editorial Enhancement Request Number 627 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 362) [DWC-291] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3207 Line: 38171 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character," on P3207, L38171 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 628 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 291) [DWC-220] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3209 Line: 38233 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P3209, L38233 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 629 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 292) [DWC-221] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3209 Line: 38236 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character:" on P3209, L38236 to ":". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 630 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 293) [DWC-222] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3209 Line: 38237 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3209, L38237 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 631 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 294) [DWC-223] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3211 Line: 38280 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3211, L38280 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 632 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 295) [DWC-224] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3211 Line: 38316 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3211, L38316 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 633 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 296) [DWC-225] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3211 Line: 38317 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3211, L38317 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 634 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 297) [DWC-226] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3212 Line: 38321 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3212, L38321 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 635 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 298) [DWC-227] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3212 Line: 38322 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3212, L38322 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 636 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 299) [DWC-228] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3212 Line: 38349 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character." on P3212, L38349 to "non-.". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 637 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 300) [DWC-229] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3212 Line: 38355-38356 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3212, L38355-38356 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 638 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 301) [DWC-230] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3213 Line: 38361 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3213, L38361 to "non-". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 639 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 302) [DWC-231] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3214 Line: 38413-38414 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- characters, or if the cursor is at the first non- character" on P3214, L38413-38414 to "non-s, or if the cursor is at the first non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 640 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 303) [DWC-232] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3214 Line: 38415 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3214, L38415 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 641 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 304) [DWC-233] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3214 Line: 38416-38417 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3214, L38416-38417 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 642 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 305) [DWC-234] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3214 Line: 38418 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3214, L38418 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 643 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 306) [DWC-235] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3214 Line: 38419 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3214, L38419 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 644 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 582) [DWC-511] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3216 Line: 38500-38501 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3216, L38500-38501 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 645 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 363) [DWC-292] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3216 Line: 38501 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character," on P3216, L38501 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 646 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 69) [DST-130] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3217 Line: 38485 Section: vi Problem: The requirement as stated breaks the reference implementation cited elsewhere in this draft. The response to ERN266 is excessively glib: the inconsistency was noted after .2b had frozen (in part as a consequence of this work). Make the semantics of the . command unspecified after the u command rather than the current requirement that it NOT (as far as I can tell) be one of the repeatable commands. Action: At 38488, add "The result of using . after a u command is unspecified." (I would not object to it being given the meaning it has in the reference implementation.) _____________________________________________________________________________ Editorial Enhancement Request Number 647 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 307) [DWC-236] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3217 Line: 38515-38516 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters, a semicolon, zero or more characters," on P3217, L38515-38516 to "s, a semicolon, zero or more s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 648 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 308) [DWC-237] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3217 Line: 38530 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3217, L38530 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 649 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 309) [DWC-238] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3217 Line: 38533 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters, a 'z', zero or more characters," on P3217, L38533 to "s, a 'z', zero or more s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 650 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 310) [DWC-239] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3217 Line: 38534 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P3217, L38534 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 651 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 311) [DWC-240] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3217 Line: 38536 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3217, L38536 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 652 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 312) [DWC-241] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3217 Line: 38549 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P3217, L38549 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 653 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 583) [DWC-512] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3220 Line: 38636-38637 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3220, L38636-38637 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 654 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 313) [DWC-242] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3220 Line: 38662 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3220, L38662 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 655 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 314) [DWC-243] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3228 Line: 38921 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3228, L38921 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 656 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 315) [DWC-244] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3228 Line: 38922 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3228, L38922 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 657 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 316) [DWC-245] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3228 Line: 38923 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3228, L38923 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 658 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 317) [DWC-246] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3228 Line: 38945 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3228, L38945 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 659 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 318) [DWC-247] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3228 Line: 38947 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3228, L38947 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 660 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 59) [DST-91] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3229 Line: 38961 Section: vi Problem: This reviewer's note is in the wrong place. It belongs at 38981. Action: Move. _____________________________________________________________________________ Editorial Enhancement Request Number 661 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 584) [DWC-513] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3229 Line: 38976-38977 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P3229, L38976-38977 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 662 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 319) [DWC-248] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3231 Line: 39023 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character." on P3231, L39023 to "non-.". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 663 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 320) [DWC-249] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3232 Line: 39056 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character," on P3232, L39056 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 664 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 321) [DWC-250] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3232 Line: 39061 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3232, L39061 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 665 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 322) [DWC-251] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3232 Line: 39063 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3232, L39063 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 666 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 323) [DWC-252] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3232 Line: 39064 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3232, L39064 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 667 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 324) [DWC-253] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3232 Line: 39066 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P3232, L39066 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 668 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 585) [DWC-514] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3235 Line: 39167 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3235, L39167 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 669 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 364) [DWC-293] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3235 Line: 39167-39168 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character" on P3235, L39167-39168 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 670 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 325) [DWC-254] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3236 Line: 39211 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3236, L39211 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 671 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 365) [DWC-294] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3236 Line: 39212 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character" on P3236, L39212 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 672 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 586) [DWC-515] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3236 Line: 39212 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3236, L39212 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 673 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 366) [DWC-295] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3236 Line: 39214 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character" on P3236, L39214 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 674 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 326) [DWC-255] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3238 Line: 39303 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3238, L39303 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 675 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 327) [DWC-256] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3238 Line: 39316 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3238, L39316 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 676 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 587) [DWC-516] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3239 Line: 39346 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P3239, L39346 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 677 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 588) [DWC-517] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3239 Line: 39348 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character," on P3239, L39348 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 678 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 328) [DWC-257] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3240 Line: 39361 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3240, L39361 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 679 donnte@microsoft.com Bug in XCUd4 Batch 2 (rdvk# 60) [DST-92] Fri, 22 Sep 2000 15:35:24 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3240 Line: 39384 Section: vi Problem: The referenced text is at line 39926, but it doesn't help. The key issue here is that the SIGINT condition needs it's own item, rather than piggybacking off the character . Action: Clarification of reviewers note. [Ed recommendation: REJECT The action as stated is meaningless, specifics??] _____________________________________________________________________________ Editorial Enhancement Request Number 680 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 329) [DWC-258] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3240 Line: 39392 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3240, L39392 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 681 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 330) [DWC-259] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3240 Line: 39393 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3240, L39393 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 682 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 589) [DWC-518] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3242 Line: 39466 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character)," on P3242, L39466 to "),". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 683 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 331) [DWC-260] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3243 Line: 39486 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P3243, L39486 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 684 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 332) [DWC-261] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3243 Line: 39492 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters," on P3243, L39492 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 685 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 333) [DWC-262] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3243 Line: 39496 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character-filled" on P3243, L39496 to "-filled". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 686 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 334) [DWC-263] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3243 Line: 39497 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3243, L39497 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 687 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 335) [DWC-264] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3243 Line: 39521 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3243, L39521 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 688 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 336) [DWC-265] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3243 Line: 39527 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3243, L39527 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 689 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 337) [DWC-266] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3246 Line: 39629 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3246, L39629 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 690 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 338) [DWC-267] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3246 Line: 39654 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3246, L39654 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 691 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 339) [DWC-268] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3246 Line: 39660 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3246, L39660 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 692 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 590) [DWC-519] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3247 Line: 39695-39696 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3247, L39695-39696 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 693 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 340) [DWC-269] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3248 Line: 39713 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3248, L39713 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 694 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 341) [DWC-270] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3248 Line: 39716 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character." on P3248, L39716 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 695 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 342) [DWC-271] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3248 Line: 39742 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters." on P3248, L39742 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 696 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 367) [DWC-296] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3250 Line: 39799-39800 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character" on P3250, L39799-39800 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 697 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 591) [DWC-520] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3250 Line: 39800 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P3250, L39800 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 698 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 368) [DWC-297] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3250 Line: 39803 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P56, L1785-1790) to be a synonym for "carriage-return character". Therefore, the phrase " character" expands to "carriage-return character character". Action: Change " character;" on P3250, L39803 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 699 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 592) [DWC-521] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3250 Line: 39814 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3250, L39814 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 700 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 593) [DWC-522] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3250 Line: 39815 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character. Each additional character" on P3250, L39815 to ". Each additional ". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 701 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 343) [DWC-272] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3250 Line: 39823 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character," on P3250, L39823 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 702 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 344) [DWC-273] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3250 Line: 39829 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3250, L39829 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 703 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 345) [DWC-274] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3251 Line: 39865 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- character" on P3251, L39865 to "non-". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 704 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 724) [DWC-653] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3252 Line: 39877 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P3252, L39877 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 705 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 725) [DWC-654] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3252 Line: 39878 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character," on P3252, L39878 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 706 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 672) [DWC-601] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3252 Line: 39897-39898 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters" on P3252, L39897-39898 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 707 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 726) [DWC-655] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3252 Line: 39898 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " characters" on P3252, L39898 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 708 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 673) [DWC-602] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3252 Line: 39899 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters." on P3252, L39899 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 709 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 727) [DWC-656] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3252 Line: 39904 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character," on P3252, L39904 to ",". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 710 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 728) [DWC-657] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3252 Line: 39905 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P107, L3007-3013) to be a synonym for "tab character". Therefore, the phrase " character" expands to "tab character character". Action: Change " character" on P3252, L39905 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 711 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 674) [DWC-603] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3252 Line: 39906 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P101, L2843-2846) to be a synonym for "space character". Therefore, the phrase " character" expands to "space character character". Action: Change " characters." on P3252, L39906 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 712 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 346) [DWC-275] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3252 Line: 39909 Section: vi Problem: (vi: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change "non- characters" on P3252, L39909 to "non-s". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 713 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 594) [DWC-523] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3258 Line: 40110-40111 Section: wc Problem: (wc: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters," on P3258, L40110-40111 to "s,". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 714 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 595) [DWC-524] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3258 Line: 40121 Section: wc Problem: (wc: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P3258, L40121 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 715 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 596) [DWC-525] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3259 Line: 40161-40162 Section: wc Problem: (wc: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters" on P3259, L40161-40162 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 716 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 347) [DWC-276] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3259 Line: 40167 Section: wc Problem: (wc: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3259, L40167 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 717 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 101) [DWC-30] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3268 Line: 40466 Section: write Problem: (write: character) The term is defined (XBD6d4, P42, L1463-1467) to be a synonym for "alert character". Therefore, the phrase " character" expands to "alert character character". Action: Change " character" on P3268, L40466 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 718 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 348) [DWC-277] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3271 Line: 40577 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters, or unescaped characters" on P3271, L40577 to "s, or unescaped s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 719 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 597) [DWC-526] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3271 Line: 40577 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P3271, L40577 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 720 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 598) [DWC-527] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3271 Line: 40578 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change "non- characters" on P3271, L40578 to "non-s". ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 721 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 599) [DWC-528] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3271 Line: 40579-40580 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Note that other changes are needed here as well! Action: Change "non-apostrophe (''') and non- characters". on P3271, L40579-40580 to "non-apostrophe (''') characters and non-s". ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 722 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 94) [DWC-23] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3271 Line: 40581 Section: xargs Problem: (xargs: ambiguous use of utility) In XCU5, the "utility" on P3271, L40581 is in italics making it clear that it refers to the utility operand. In this draft, it is in Roman font. This could be misread to mean that the xargs utility is to be reinvoked. Action: Put "utility" on P3271, L40581 back into italic font; or, preferably, change "utility" on that line to "utility named by utility" with the second "utility" in italic font. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 723 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 349) [DWC-278] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3271 Line: 40603 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3271, L40603 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 724 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 600) [DWC-529] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3272 Line: 40607-40608 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character" on P3272, L40607-40608 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 725 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 350) [DWC-279] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3272 Line: 40608 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character;" on P3272, L40608 to ";". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 726 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 351) [DWC-280] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3272 Line: 40609 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " character" on P3272, L40609 to "". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 727 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 601) [DWC-530] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3272 Line: 40647 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P3272, L40647 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 728 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 95) [DWC-24] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3274 Line: 40705 Section: xargs Problem: (xargs: non-English) A "will succeed" in XCU5 was translated to "succeeds" in this draft in a place (in application usage) that creates a non-sentence. It looks like this was an attempt to move from future tense to present tense, but this is describing what xargs will do (in the future) under certain conditions. Action: Change "further invocations using the current data stream succeeds" on P3274, L40705 to "further invocations using the current data stream will succeed". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 729 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 352) [DWC-281] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3274 Line: 40707 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3274, L40707 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 730 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 353) [DWC-282] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3274 Line: 40709 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3274, L40709 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 731 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 602) [DWC-531] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3274 Line: 40709 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " characters." on P3274, L40709 to "s.". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 732 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 354) [DWC-283] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3274 Line: 40735 Section: xargs Problem: (xargs: character) The term is defined (XBD6d4, P53, L1722-1725) to be a synonym for "blank character". Therefore, the phrase " character" expands to "blank character character". Action: Change " characters" on P3274, L40735 to "s". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 733 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 96) [DWC-25] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3275 Line: 40738 Section: xargs Problem: (xargs: examples) The terminology used in example 3 differs from that used in the other examples. (And, there is no need to go to "shall" in the examples.) Action: Change the first sentence on P3275, L40738 from: The user is asked which files in the current directory shall be archived. to: In the following commands, the user is asked which files in the current directory are to be archived. ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 734 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 97) [DWC-26] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3275 Line: 40746 Section: xargs Problem: (xargs: examples) A mistake was made going from future tense to present tense. Action: Change "following moves ... and echo" on P3275, L40745-40746 to "following moves ... and echoes". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 735 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 98) [DWC-27] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3275 Line: 40749 Section: xargs Problem: (xargs: missing rationale) There was an editorial note in P1003.2b draft 14 that was not applied. Action: Change "For example, the -e eofstr option can be replaced by features of sed. The -i replstr" on P3275, L40766-40767 to "For example, the -i replstr". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 736 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 732) [DWC-783] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3277-3290 Line: 40850-41398 Section: yacc Problem: (yacc: missing parentheses following function names) Function names in the rest of this draft are followed by parentheses. In the yacc description, many sets of parentheses are missing. Action: Change "yyparse, yylex, and yyerror" on P3277, L40850 to "yyparse(), yylex(), and yyerror()". Change "main" on P3278, L40887 to "main()". Change "yyparse" on P3279, L40904 to "yyparse()". Change "main, yylex, and yyerror" on P3279, L40932 to "main(), yylex(), and yyerror()". Change "main and yyerror" on P3279, L40934 to "main() and yyerror()". Change "yylex" on P3279, L40936 to "yylex()". Change "yyerror" on P3286, L41251 to "yyerror()". Change "yyerror" on P3286, L41256 to "yyerror()". Change "yylex" on P3287, L41279 to "yylex()". Change "yylex" on P3287, L41280 to "yylex()". Change "yylex" on P3287, L41282 to "yylex()". Change "yylex" on P3287, L41285 to "yylex()". Change "yyparse and yylex, the function yyerror and main" on P3287, L41304 to "yyparse() and yylex(), the function yyerror() and main()". Change "main and yyerror" on P3287, L41305 to "main() and yyerror()". Change "yyparse" on P3288, L41311 to "yyparse()". Change "main" on P3288, L41317 to "main()". Change "yylex" on P3288, L41337 to "yylex()". Change "yylex" on P3289, L41382 to "yylex()". Change "main:" on P3290, L41394 to "main():". Change "main. To access the yacc main:" on P3290, L41396 to "main(). To access the yacc main():". Change "main" on P3290, L41398 to "main()". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Objection Enhancement Request Number 737 donnte@microsoft.com Bug in XCUd4 Batch 3 (rdvk# 71) [DST-132] Fri, 22 Sep 2000 15:35:40 -0700 _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3280 Line: 40977 Section: yacc Problem: Yes I intend this as an objection, even though it may be an editorial matter, but I do care strongly about the readability of the document. The original .2 was much better at using CW fonts consistently in showing "literal computer" text. In the particular case of yacc, I believe that it does a lot of damage to the readability of the standard to use Roman (and its variants) rather than the original .2 CW font. Action: Restore the CW font usage in yacc (and elsewhere). [Ed recommendation: REJECT The global font choices are part of the editorial style and out of scope.] _____________________________________________________________________________ Comment Enhancement Request Number 738 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 733) [DWC-784] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3281 Line: 41011 Section: yacc Problem: (yacc: yylex() return type) Saying that "the values returned by actions and the lexical analyzer shall be integers doesn't clearly specify the return type of yylex(). (It could be signed or unsigned char, short, int, long, or long long.) Action: Change "shall be integer" on P3281, L41011 to "shall be of type int". ------------------------------------------------------------------------------ _____________________________________________________________________________ Comment Enhancement Request Number 739 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 734) [DWC-785] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3283 Line: 41085 Section: yacc Problem: (yacc: semantic action) This text is explaining that actions can occur anywhere in a grammer rule, but the text used makes it sound like the action cannot occur at the beginning of a rule. Action: Change "in the middle of a rule as well as at the end" on P3283, L41085 to "anywhere in a rule (not just at the end)". ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 740 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 735) [DWC-786] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3283 Line: 41124-41125 Section: yacc Problem: (yacc: input grammar) The "and so on" in the description of the grammar can be misinterpreted when it would be very easy to just fully list the tokens being described. Action: Change "TYPE, LEFT, MARK, and so on" on P3283, L41124 to "TYPE, LEFT, MARK, LCURL, RCURL". Change "%type, %left, %%, and so on" on P3283, L41125 to "%type, %left, %%, %{, and %}". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ objection Enhancement Request Number 741 ajosey@opengroup.org Bug in XCUd4 (rdvk# 16) {tog.aug29.pasc.177} Tue, 29 Aug 2000 14:30:14 +0100 (BST) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3284 Line: 41139 Section: yacc Problem: IEEE PASC Interpretation 1003.2 #177 proposes the following change to fix a defect:L Change the text on IEEE Std 1003.2-1992 on P712, L971 from: %token RCURL /* the }% mark */ to: %token RCURL /* the %} mark */ Action: Change from: %token RCURL /* the }% mark */ to: %token RCURL /* the %} mark */ Remove the reviewers note at line 41140 Add to CH PASC Interpretation 1003.2 #177 is applied changing the comment on RCURL from the }% token to the %} token. [Ed recommendation: Accept] _____________________________________________________________________________ Editorial Enhancement Request Number 742 Don.Cragun@eng.sun.com Bug in XCUd4 (various) (rdvk# 603) [DWC-532] Mon, 25 Sep 2000 09:23:53 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3288 Line: 41315 Section: yacc Problem: (yacc: character) The term is defined (XBD6d4, P82, L2390-2394) to be a synonym for "newline character". Therefore, the phrase " character" expands to "newline character character". Action: Change " character." on P3288, L41315 to ".". [Ed recommendation: Accept] ------------------------------------------------------------------------------ _____________________________________________________________________________ Editorial Enhancement Request Number 743 Don.Cragun@eng.sun.com Bug in XCU6d4 (rdvk# 736) [DWC-787] Tue, 26 Sep 2000 23:36:26 -0700 (PDT) _____________________________________________________________________________ Accept_____ Accept as marked below_____ Duplicate_____ Reject_____ Rationale for rejected or partial changes: _____________________________________________________________________________ Page: 3288 Line: 41316 Section: yacc Problem: (yacc: yacc library) The cc utility is no longer in the spec. Action: Change "cc or c99" on P3288, L41316 to "c99". [Ed recommendation: Accept] ------------------------------------------------------------------------------