Email List: Xaustin-review-lX
[All Lists]

Defect in XCU 0

To: austin-review-l@xxxxxxxxxxxxx
Subject: Defect in XCU 0
From: paul.stepowski@xxxxxxxxxxx
Date: Tue, 20 Mar 2007 07:06:32 GMT
        Defect report from : Paul Stepowski , Intient

(Please direct followup comments direct to austin-group-l@xxxxxx)

@ page 0 line 0 section 0 editorial {1}

Problem:

Edition of Specification (Year): 2004

Defect code :  1. Error

Hi,

There is an error in the specification of the uniq utility,
at the following URL:

http://www.opengroup.org/onlinepubs/009695399/utilities/uniq.html

In the EXAMPLES section, the first example specifies the output
of the command:

uniq -c -f 1 uniq_0I.t

as:

---snip---
    1 #01 foo0 bar0 foo1 bar1
    1 #02 bar0 foo1 bar1 foo0
    1 #03 foo0 bar0 foo1 bar1
    1 #04
    2 #05 foo0 bar0 foo1 bar1
    1 #07 bar0 foo1 bar1 foo0
---snip---

The output of this command should be:

---snip---
    1 #01 foo0 bar0 foo1 bar1
    1 #02 bar0 foo1 bar1 foo1
    1 #03 foo0 bar0 foo1 bar1
    1 #04
    2 #05 foo0 bar0 foo1 bar1
    1 #07 bar0 foo1 bar1 foo0
---snip---

The second line should end with "foo1" not "foo0".  This is
clear if you look at the input file (uniq_0I.t).

Thanks,

Paul

Action:

The second line of output in the first example should be changed from:

---snip---
   1 #02 bar0 foo1 bar1 foo0
---snip---

to

---snip---
   1 #02 bar0 foo1 bar1 foo1
---snip---


<Prev in Thread] Current Thread [Next in Thread>