From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 9a4dc27f for ; Tue, 12 Apr 2016 10:30:30 -0500 (EST) Date: Tue, 12 Apr 2016 10:30:30 -0500 (EST) Message-Id: <7700009282861310319.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: sed 's/the the/the/' in a comment; from krw@ X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- sed 's/the the/the/' in a comment; from krw@ Modified Files: -------------- mdocml: term.c Revision Data ------------- Index: term.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/term.c,v retrieving revision 1.256 retrieving revision 1.257 diff -Lterm.c -Lterm.c -u -p -r1.256 -r1.257 --- term.c +++ term.c @@ -160,7 +160,7 @@ term_flushln(struct termp *p) if (' ' == p->buf[j] || '\t' == p->buf[j]) break; - /* Back over the the last printed character. */ + /* Back over the last printed character. */ if (8 == p->buf[j]) { assert(j); vend -= (*p->width)(p, p->buf[j - 1]); -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv