From owner-cvs-bin Sun Jul 2 01:54:34 1995 Return-Path: cvs-bin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA21671 for cvs-bin-outgoing; Sun, 2 Jul 1995 01:54:34 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA21660 ; Sun, 2 Jul 1995 01:54:28 -0700 Date: Sun, 2 Jul 1995 01:54:28 -0700 From: Joerg Wunsch Message-Id: <199507020854.BAA21660@freefall.cdrom.com> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/stty stty.c Sender: cvs-bin-owner@freebsd.org Precedence: bulk joerg 95/07/02 01:54:28 Modified: bin/stty stty.c Log: stty fails with a non-obvious error message if it's run on a non-tty stream, such as a rsh or vi pipeline. The error message is: stty: TIOCGETD: Operation not supported It's immediately obvious to the knowledgable hacker type, but not exactly comforting to the user who's not native to unix. It's especially confusing if there's a stty command in their .cshrc and it's showing up on rsh output. (Fixes PR #bin/573) Submitted by: peter@haywire.dialix.com (Peter Wemm)