bug-coreutils
[Top][All Lists]
Advanced

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

Re: Final point in new option of join


From: Pádraig Brady
Subject: Re: Final point in new option of join
Date: Fri, 12 Feb 2010 15:37:08 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

On 12/02/10 00:05, Pádraig Brady wrote:
I had been trying this which seems to handle both:
grep -E " {2,6}-.*[^.] [A-Z][a-z]" *.c

Searching man files allows us to take advantage of the extra
formatting to catch all cases (even though there currently any
extra found by this):
grep -E '^\\fB\\-' -A1 man/*.1 | grep '\.1.[A-Z][a-z]'

I'll play around with it some more and come up with something.

I've added a syntax-check rule to grep the man pages
for --options with descriptions with initial uppercase letters
in the attached.

cheers,
Pádraig.

Attachment: help-caps.diff
Description: Text Data


reply via email to

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