diff --git a/twander.1 b/twander.1 index 23fd575..5ee1a08 100644 --- a/twander.1 +++ b/twander.1 @@ -3776,13 +3776,13 @@ [list] Matches any characters in the list - Example: foo*[t,T] matches all filenames beginning with "foo", + Example: foo*[tT] matches all filenames beginning with "foo", with any number of characters following, and ending with either the letters "t" or "T". [!list] Matches any character NOT in the list - Example: foo*[!t,T] matches all filenames beginning with "foo", + Example: foo*[!tT] matches all filenames beginning with "foo", with any number of characters following, and NOT ending with either the letters "t" or "T". @@ -5202,4 +5202,4 @@ .ft \" revert .SH DOCUMENT REVISION INFORMATION -$Id: twander.1,v 1.142 2006/12/19 16:41:14 tundra Exp $ \ No newline at end of file +$Id: twander.1,v 1.143 2006/12/19 16:52:52 tundra Exp $ \ No newline at end of file