summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-31 04:15:31 +0000
committerJim Meyering <jim@meyering.net>1994-10-31 04:15:31 +0000
commit67e2c217d6d3acfcb0deb2c9decba8bff83833c9 (patch)
tree0ca071d704fb703c6f41eaa9e13b734117ce7f60 /doc
parentc2f3b72b9365e5c38cbec1b5f7c729bbf27e37d0 (diff)
downloadcoreutils-67e2c217d6d3acfcb0deb2c9decba8bff83833c9.tar.xz
.
Diffstat (limited to 'doc')
-rw-r--r--doc/sh-utils.texi12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index 7457730ba..27967a2f7 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -1578,10 +1578,18 @@ They are set with the syntax @samp{name value}, where the names are
listed below and the value can be given either literally, in hat
notation (@samp{^@var{c}}), or as an integer which may start with
@samp{0x} to indicate hexadecimal, @samp{0} to indicate octal, or
-any other digit to indicate decimal. Giving a value of @code{^-} or
-@code{undef} disables that special character.
+any other digit to indicate decimal.
+
+@cindex disabling special characters
+@kindex u@r{, and disabling special characters}
+For GNU stty, giving a value of @code{^-} or @code{undef} disables that
+special character. (This is incompatible with Ultrix @code{stty},
+which uses a value of @samp{u} to disable a special character. GNU
+@code{stty} treats a value @samp{u} like any other, namely to set that
+special character to @key{u}.)
@table @samp
+
@item intr
@opindex intr
Send an interrupt signal.