[email protected] wrote:
> On (info "(coreutils)stty invocation")
> say what you mean by Input Settings and Output Settings.
> I.e., what you type into the terminal and then goes into... what is
> sent from the computer to your terminal...??
> 
> After
>      `iuclc'
>      Translate uppercase characters to lowercase.  Non-POSIX.  May be
>      negated.
> mention there is no corresponding item to Translate lowercase
> characters to uppercase.
> 
> Same with lcase, say "ucase" is missing.
> 
> Same at
>      `olcuc'
>      Translate lowercase characters to uppercase.  Non-POSIX.  May be
>      negated.
> mention there is no 'ouclc' currently.
> 
> (They all might be needed when trying to emulate some early computer
> system or something one day.)

For documentation changes like this it may be easier and less ambiguous
to write the docs as you would like and send a patch.
I find it much more difficult to accurately describe changes I would like.

In this case you just need to edit the texi file like:

git clone git://git.sv.gnu.org/coreutils/
cd coreutils
./bootstrap
./configure
cd doc
#edit coreutils.texi as required
make
git diff > stty-info.diff

cheers,
Pádraig.


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to