[Bug 281654] [PATCH] stats.3: Fix "skipping end of block" syntax errors
Date: Sun, 22 Sep 2024 22:50:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281654
Bug ID: 281654
Summary: [PATCH] stats.3: Fix "skipping end of block" syntax
errors
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Manual Pages
Assignee: bugs@FreeBSD.org
Reporter: gperciva@tarsnap.com
CC: doc@FreeBSD.org
Created attachment 253759
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253759&action=edit
stats.3: Fix "skipping end of block" syntax errors
These were reported by `mandoc -T lint ...` as errors.
The rendered output (in ascii and html) is not affected by this commit.
There was a small misunderstanding about the mdoc format: a 1-line
enclosure does not need a closing tag. For example, Pc is for closing
an Po; if a line uses Pq (enclose the remainder of this line), there's
no need for Pc.
--
You are receiving this mail because:
You are on the CC list for the bug.