Fix: printed output flags (onocr) and (onlret) same as oxtabs

PR:             81256
Submitted by:   Arseny Nasokin <tarc@tarc.po.cs.msu.su>
This commit is contained in:
Andrey A. Chernov 2005-05-26 06:57:57 +00:00
parent 748741c7ae
commit aaf9c3b784
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146636

View File

@ -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;