bug-gnu-utils
[Top][All Lists]
Advanced

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

grep manpage


From: David Maxwell
Subject: grep manpage
Date: Tue, 22 Apr 2003 23:43:50 -0400
User-agent: Mutt/1.4i

Do to a user comment, I made this local change in NetBSD's copy of the
grep manpage:

The period .  matches any single character.  The symbol \w
is a synonym for [[:alnum:]]  and  \W  is  a  synonym  for
[^[:alnum]].
        ^^^ missing :


David Maxwell <address@hidden> writes:
> Module Name:  src
> Committed By: david
> Date:         Tue Apr 22 16:17:39 UTC 2003
> 
> Modified Files:
>       src/gnu/dist/grep/doc: grep.1
> 
> Log Message:
> Missing ':', noted by Thomas T. Thai
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.9 -r1.10 src/gnu/dist/grep/doc/grep.1
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
> 

-- 
David Maxwell, address@hidden|address@hidden --> Mastery of UNIX, like
mastery of language, offers real freedom. The price of freedom is always dear,
but there's no substitute. Personally, I'd rather pay for my freedom than live
in a bitmapped, pop-up-happy dungeon like NT. - Thomas Scoville 




reply via email to

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