=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ul/ul.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/ul/ul.c 2016/03/26 08:59:29 1.21 --- src/usr.bin/ul/ul.c 2016/09/26 05:32:35 1.22 *************** *** 1,4 **** ! /* $OpenBSD: ul.c,v 1.21 2016/03/26 08:59:29 natano Exp $ */ /* $NetBSD: ul.c,v 1.3 1994/12/07 00:28:24 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ul.c,v 1.22 2016/09/26 05:32:35 otto Exp $ */ /* $NetBSD: ul.c,v 1.3 1994/12/07 00:28:24 jtc Exp $ */ /* *************** *** 361,367 **** } if (lastmode != NORMAL) msetmode(0); ! if (must_overstrike && hadmodes) overstrike(); putwchar(L'\n'); if (iflag && hadmodes) --- 361,367 ---- } if (lastmode != NORMAL) msetmode(0); ! if (must_overstrike && hadmodes && !iflag) overstrike(); putwchar(L'\n'); if (iflag && hadmodes)