* src/stty.c (usage): Mark cols, rows, and size as standardized by
POSIX.
* doc/coreutils.texi (Special): Likewise.
@item rows @var{n}
@opindex rows
Tell the tty kernel driver that the terminal has @var{n} rows.
-Non-POSIX.
@item cols @var{n}
-@itemx columns @var{n}
@opindex cols
+Tell the kernel that the terminal has @var{n} columns.
+
+@item columns @var{n}
@opindex columns
-Tell the kernel that the terminal has @var{n} columns. Non-POSIX.
+Same as @samp{cols}. Non-POSIX.
@item drain
@opindex drain
terminal has. (Systems that don't support rows and columns in the kernel
typically use the environment variables @env{LINES} and @env{COLUMNS}
instead; however, GNU @command{stty} does not know anything about them.)
-Non-POSIX.
@item line @var{n}
@opindex line
"), stdout);
#ifdef TIOCGWINSZ
fputs (_("\
- * cols N tell the kernel that the terminal has N columns\n\
+ cols N tell the kernel that the terminal has N columns\n\
* columns N same as cols N\n\
"), stdout);
#endif
"), stdout);
#ifdef TIOCGWINSZ
fputs (_("\
- * rows N tell the kernel that the terminal has N rows\n\
- * size print the number of rows and columns according to the kernel\n\
+ rows N tell the kernel that the terminal has N rows\n\
+ size print the number of rows and columns according to the kernel\n\
"), stdout);
#endif
fputs (_("\