diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-14 21:38:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-14 21:38:00 +0000 |
commit | 0e397f046008abb01a9d624374df1cd711c00414 (patch) | |
tree | 1825459dc34ced2c9842fa3a12f92cb5b0d1f347 /doc | |
parent | 0ebd6b45a86d61813668a38b1c1f88fd63ecbe7b (diff) | |
download | coreutils-0e397f046008abb01a9d624374df1cd711c00414.tar.xz |
reword a paragraph in the ptx section
Diffstat (limited to 'doc')
-rw-r--r-- | doc/textutils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi index 8e1f845bb..2deeef748 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -2807,9 +2807,9 @@ is ignored. The file is called the @dfn{Only file}. The file contains exactly one word in each line; the end of line separation of words is not subject to the value of the @samp{-S} option. -There is no default for the Only file. In the case where there are both -an Only file and an Ignore file, a word can be a keyword only if it is -given in the Only file and not given in the Ignore file. +There is no default for the Only file. When both an Only file and an +Ignore file are specified, a word is considered a keyword only +if it is listed in the Only file and not in the Ignore file. @item -r @itemx --references |