diff options
author | charnier <charnier@FreeBSD.org> | 2003-06-09 19:32:02 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2003-06-09 19:32:02 +0000 |
commit | b14a9fc5e6fad558fc257e098af0f903c564e660 (patch) | |
tree | cb889bee4a828b73dbff4c4a6f8c358f511e5782 /usr.bin/look | |
parent | 3bba46e45ac8bd9097cd7e2c67f3ab6235ae3bed (diff) | |
download | FreeBSD-src-b14a9fc5e6fad558fc257e098af0f903c564e660.zip FreeBSD-src-b14a9fc5e6fad558fc257e098af0f903c564e660.tar.gz |
Introduce options definition the standard way.
Diffstat (limited to 'usr.bin/look')
-rw-r--r-- | usr.bin/look/look.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index 1fdbf9d..b8a7685 100644 --- a/usr.bin/look/look.1 +++ b/usr.bin/look/look.1 @@ -65,8 +65,8 @@ is not specified, the file is used, only alphanumeric characters are compared and the case of alphabetic characters is ignored. .Pp -Options: -.Bl -tag -width Ds +The following options are available: +.Bl -tag -width indent .It Fl d Dictionary character set and order, i.e. only alphanumeric characters are compared. |