* src/stty.c (usage): On systems that support this setting (BSD),
display 'status' in the list of adjustable special characters.
* doc/coreutils.texi (stty invocation): Mention the option, and that
it's not currently supported on Linux.
@opindex swtch
Switch to a different shell layer. Non-POSIX.
+@item status
+@opindex status
+Send an info signal. Not currently supported on Linux. Non-POSIX.
+
@item start
@opindex start
Restart the output after stopping it.
fputs (_("\
* lnext CHAR CHAR will enter the next character quoted\n\
"), stdout);
+#endif
+#ifdef VSTATUS
+ fputs (_("\
+ * status CHAR CHAR will send an info signal\n\
+"), stdout);
#endif
fputs (_("\
quit CHAR CHAR will send a quit signal\n\