diff options
author | charnier <charnier@FreeBSD.org> | 1997-06-06 06:48:35 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-06-06 06:48:35 +0000 |
commit | eb1ddf1705a718f3c9be583fcb1a106a2262ebd5 (patch) | |
tree | 2fd1ede28bdb463ebe9720b0c90d4afe254a3928 /bin/stty | |
parent | 958b099adb8022aebc698062573c1403497083cf (diff) | |
download | FreeBSD-src-eb1ddf1705a718f3c9be583fcb1a106a2262ebd5.zip FreeBSD-src-eb1ddf1705a718f3c9be583fcb1a106a2262ebd5.tar.gz |
Typo in usage string. Looks like the man page now.
Diffstat (limited to 'bin/stty')
-rw-r--r-- | bin/stty/stty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 123e8e2..2e047f6 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: stty.c,v 1.9 1997/02/22 14:05:54 peter Exp $ + * $Id: stty.c,v 1.10 1997/03/28 15:24:41 imp Exp $ */ #ifndef lint @@ -159,6 +159,6 @@ void usage() { - (void)fprintf(stderr, "usage: stty: [-a|-e|-g] [-f file] [options]\n"); + (void)fprintf(stderr, "usage: stty [-a|-e|-g] [-f file] [options]\n"); exit (1); } |