diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-18 16:30:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-18 16:30:20 +0000 |
commit | 65c540d59cf652aa474643eeed055b588dae38a9 (patch) | |
tree | 114a110d6b6bf060144bd0e622f79267334c3739 /doc | |
parent | ab8dea532837ffc6af40a86a064c8ec32338fc07 (diff) | |
download | coreutils-65c540d59cf652aa474643eeed055b588dae38a9.tar.xz |
Tweak grammar in description of ptx's --break-file=FILE option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/textutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi index ea339920f..0b3fd2419 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -2563,8 +2563,8 @@ Fold lower case letters to upper case for sorting. @item -b @var{file} @item --break-file=@var{file} -This option is an alternative way to option @samp{-W} for describing -which characters make up words. This option introduces the name of a +This option provides an alternative (to @samp{-W}) method of describing +which characters make up words. It introduces the name of a file which contains a list of characters which can@emph{not} be part of one word, this file is called the @dfn{Break file}. Any character which is not part of the Break file is a word constituent. If both options |