From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7861 invoked from network); 15 Aug 2022 19:00:11 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 15 Aug 2022 19:00:11 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 34c85cac for ; Mon, 15 Aug 2022 14:00:10 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 57e8bc30 for ; Mon, 15 Aug 2022 14:00:10 -0500 (EST) Date: Mon, 15 Aug 2022 14:00:10 -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: Some more tests of no-fill mode similar to mdoc/Bd/blank.in X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <336a1eb4bfd255cd@mandoc.bsd.lv> Log Message: ----------- Some more tests of no-fill mode similar to mdoc/Bd/blank.in after vertical spacing was improved in man_term.c rev. 1.239. Modified Files: -------------- mandoc/regress/man/nf: indent.in indent.out_ascii Revision Data ------------- Index: indent.out_ascii =================================================================== RCS file: /home/cvs/mandoc/mandoc/regress/man/nf/indent.out_ascii,v retrieving revision 1.2 retrieving revision 1.3 diff -Lregress/man/nf/indent.out_ascii -Lregress/man/nf/indent.out_ascii -u -p -r1.2 -r1.3 --- regress/man/nf/indent.out_ascii +++ regress/man/nf/indent.out_ascii @@ -9,13 +9,22 @@ DDEESSCCRRIIPPTTIIOONN two words and three words This is a very long line; because it is indented, it is a bit too long to fit. - blank line: + completely blank line: - line with only a zero-width space: + line containing a blank character: - line with only a normal space character: + line containing two blank characters: + line containing space tab space: + + line containing a zero-width space: + + line containing an invalid numbered character escape: + + line containing an invalid named character escape: + + line containing a font escape: end of literal He is some more regular text. -OpenBSD January 4, 2011 NF-INDENT(1) +OpenBSD August 15, 2022 NF-INDENT(1) Index: indent.in =================================================================== RCS file: /home/cvs/mandoc/mandoc/regress/man/nf/indent.in,v retrieving revision 1.2 retrieving revision 1.3 diff -Lregress/man/nf/indent.in -Lregress/man/nf/indent.in -u -p -r1.2 -r1.3 --- regress/man/nf/indent.in +++ regress/man/nf/indent.in @@ -1,5 +1,5 @@ -.\" $OpenBSD: indent.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $ -.TH NF-INDENT 1 "January 4, 2011" +.\" $OpenBSD: indent.in,v 1.5 2022/08/15 18:55:29 schwarze Exp $ +.TH NF-INDENT 1 "August 15, 2022" .SH NAME nf-indent \- indentation of literal blocks .SH DESCRIPTION @@ -10,12 +10,22 @@ oneword two words and three words This is a very long line; because it is indented, it is a bit too long to fit. -blank line: +completely blank line: -line with only a zero-width space: +line containing a blank character: + +line containing two blank characters: + +line containing space tab space: + +line containing a zero-width space: \& -line with only a normal space character: - +line containing an invalid numbered character escape: +\N'257' +line containing an invalid named character escape: +\[foobar] +line containing a font escape: +\fR end of literal .fi He is some more -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv