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 08486c6b for ; Fri, 8 Feb 2019 17:52:23 -0500 (EST) Date: Fri, 8 Feb 2019 17:52:23 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: fix typo: "a data cells" -> "a data cell"; from bentley@ X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- fix typo: "a data cells" -> "a data cell"; from bentley@ Modified Files: -------------- mandoc: tbl.7 Revision Data ------------- Index: tbl.7 =================================================================== RCS file: /home/cvs/mandoc/mandoc/tbl.7,v retrieving revision 1.31 retrieving revision 1.32 diff -Ltbl.7 -Ltbl.7 -u -p -r1.31 -r1.32 --- tbl.7 +++ tbl.7 @@ -243,7 +243,7 @@ or .Ql = , a single or double horizontal line is drawn across the cell, joining its neighbours. -If a data cells contains only the two character sequence +If a data cell contains only the two character sequence .Ql \e_ or .Ql \e= , -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv