Skip to content

Commit 71af33b

Browse files
committed
Remove extraneous spaces from man page
1 parent 3adb01c commit 71af33b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

man/man7/predoc.7

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\"
2-
.\" Generated by predoc at 2025-09-25T09:19:23Z
2+
.\" Generated by predoc at 2025-09-25T13:21:46Z
33
.\"
44
.Dd September 13, 2025
55
.Dt PREDOC 7
@@ -634,7 +634,7 @@ When rendered to
634634
.Xr mdoc 7 ,
635635
an unordered list produces a bulleted list using the
636636
.Ql "Bl"
637-
macro with the arguments
637+
macro with the arguments
638638
.Ql "-bullet"
639639
and
640640
.Ql "-offset 3n" .
@@ -1007,7 +1007,7 @@ A break is denoted by
10071007
(two spaces)
10081008
before a new line.
10091009
.Bd -literal -offset indent
1010-
I used to eat there\&.\&.\&.
1010+
I used to eat there\&.\&.\&.
10111011
Really good noodles\&.
10121012
.Ed
10131013
.Pp

man/man7/predoc.7.predoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ This is a *variation* on Markdown. The use of ``+`` to mark an unordered list
363363
item is not supported to simplify parsing.
364364

365365
When rendered to `mdoc(7)`, an unordered list produces a bulleted list using the
366-
``Bl`` macro with the arguments ``-bullet`` and ``-offset 3n``. If the list is
366+
``Bl`` macro with the arguments ``-bullet`` and ``-offset 3n``. If the list is
367367
'tight' (i.e., there are no blank lines between elements), the arguments also
368368
include ``-compact``.
369369

@@ -634,7 +634,7 @@ Line breaks
634634
A break is denoted by `` `` (two spaces) before a new line.
635635

636636
````
637-
I used to eat there...
637+
I used to eat there...
638638
Really good noodles.
639639
````
640640

0 commit comments

Comments
 (0)