diff options
author | Pádraig Brady <P@draigBrady.com> | 2007-07-25 15:36:37 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-07-25 18:03:52 +0200 |
commit | e8953ba8b9888b9a549cb370643ab9faf63fd272 (patch) | |
tree | d5edd9f639363ac8fd070ec9880df2519d832c08 /misc-utils | |
parent | f88c89db4fe96d0de7e889c3d1a6ea770bc3eaa3 (diff) | |
download | util-linux-old-e8953ba8b9888b9a549cb370643ab9faf63fd272.tar.gz |
look: man page clarification
* misc-utils/look.1: Clarify the default state of the -d and -f options
Signed-Off-By: Pádraig Brady <P@draigBrady.com>
Diffstat (limited to 'misc-utils')
-rw-r--r-- | misc-utils/look.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/look.1 b/misc-utils/look.1 index 2a514bae..a9a7c4b3 100644 --- a/misc-utils/look.1 +++ b/misc-utils/look.1 @@ -72,9 +72,9 @@ Options: .Bl -tag -width Ds .It Fl d Dictionary character set and order, i.e. only alphanumeric characters -are compared. +are compared. (On by default if no file specified). .It Fl f -Ignore the case of alphabetic characters. +Ignore the case of alphabetic characters. (On by default if no file specified). .It Fl a Use the alternate dictionary .Pa /usr/share/dict/web2 |