bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] stdbuf work in progress


From: Jim Meyering
Subject: Re: [PATCH] stdbuf work in progress
Date: Tue, 09 Jun 2009 13:52:49 +0200

Pádraig Brady wrote:
>>       > +#define LIB_NAME "libstdbuf.so" //FIXME: don't hardcode
>
> also fixed

On the topic, please leave a space between a comment introducer
(be it "/*" or "#") and the following text.  That makes it more readable.

    +stdbuf -o1 true || fail=1 #verify size syntax
    +stdbuf -oK true || fail=1 #verify size syntax
    +stdbuf -o0 true || fail=1 #verify unbuffered syntax
    +stdbuf -oL true || fail=1 #verify line buffered syntax
    +stdbuf -ol true && fail=1 #Capital 'L' required
    +stdbuf -o$SIZE_OFLOW true && fail=1 #size too large
    +stdbuf -iL true && fail=1 #line buffering stdin disallowed




reply via email to

[Prev in Thread] Current Thread [Next in Thread]