[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Represent several consecutive newlines
From: |
Alejandro Colomar |
Subject: |
Re: Represent several consecutive newlines |
Date: |
Mon, 9 May 2022 18:36:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 |
On 5/9/22 18:27, G. Branden Robinson wrote:
[[
.TH foo 1 2022-05-09 "groff test suite"
.P
Here is an example.
.RS
.P
.EX
$ \c
.B printf \[dq]\[rs]n\[rs]nfoo\[rs]n\[rs]n\[rs]n\[rs]n\[rs]nbar\[rs]n\[dq]
D'oh! I always forget escaping those things :/
\&
\&
foo
\&
\&
\&
bar
.EE
.RE
.P
That was an example.
]]
It's not working for me. I have GNU groff version 1.23.0.rc1.2366-0328.
See:
[[
foo(1) General Commands Manual foo(1)
Here is an example.
$ printf "\n\nfoo\n\n\n\n\nbar\n"
foo
bar
That was an example.
groff test suite 2022‐05‐09 foo(1)
]]
:(
--
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/