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 0018b148 for ; Thu, 27 Dec 2018 19:15:41 -0500 (EST) Date: Thu, 27 Dec 2018 19:15:41 -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: add some notes about using col(1) and ul(1) to process the ascii X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <05f76cce02fd5181@fantadrom.bsd.lv> Log Message: ----------- add some notes about using col(1) and ul(1) to process the ascii markup since these may not be commonly known utilities; idea from and joint work with tedu@ CV: ---------------------------------------------------------------------- Modified Files: -------------- mandoc: mandoc.1 Revision Data ------------- Index: mandoc.1 =================================================================== RCS file: /home/cvs/mandoc/mandoc/mandoc.1,v retrieving revision 1.234 retrieving revision 1.235 diff -Lmandoc.1 -Lmandoc.1 -u -p -r1.234 -r1.235 --- mandoc.1 +++ mandoc.1 @@ -256,6 +256,13 @@ where is the back-space character number 8. Emboldened characters are rendered as .Sq c Ns \e[bs] Ns c . +This markup is typically converted to appropriate terminal sequences by +the pager or +.Xr ul 1 . +To remove the markup, pipe the output to +.Xr col 1 +.Fl b +instead. .Pp The special characters documented in .Xr mandoc_char 7 -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv