From c5682ca18451e089d2cc15751c4f2141a8f1980d Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 26 May 2005 06:57:57 +0000 Subject: Fix: printed output flags (onocr) and (onlret) same as oxtabs PR: 81256 Submitted by: Arseny Nasokin --- bin/stty/print.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/stty') diff --git a/bin/stty/print.c b/bin/stty/print.c index e659bca..cf24d4f 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -142,8 +142,8 @@ print(struct termios *tp, struct winsize *wp, int ldisc, enum FMT fmt) put("-onlcr", ONLCR, 1); put("-ocrnl", OCRNL, 0); put("-oxtabs", OXTABS, 1); - put("-onocr", OXTABS, 0); - put("-onlret", OXTABS, 0); + put("-onocr", ONOCR, 0); + put("-onlret", ONLRET, 0); /* control flags (hardware state) */ tmp = tp->c_cflag; -- cgit v1.1