Page MenuHomeFreeBSD

website: fix wrong use of backslash in hardware.adoc
ClosedPublic

Authored by vladlen on Apr 28 2026, 6:19 AM.
Tags
Referenced Files
Unknown Object (File)
Sun, Aug 16, 7:26 AM
Unknown Object (File)
Thu, Aug 13, 12:23 AM
Unknown Object (File)
Thu, Aug 13, 12:18 AM
Unknown Object (File)
Wed, Aug 12, 5:49 PM
Unknown Object (File)
Wed, Aug 12, 12:13 PM
Unknown Object (File)
Wed, Aug 12, 9:21 AM
Unknown Object (File)
Wed, Aug 12, 9:07 AM
Unknown Object (File)
Tue, Aug 11, 9:22 PM
Subscribers

Details

Summary

mandoc generates texts from nam pages for hardware.adoc .
It escapes _ and [ symbols with backslash, that is displayed
in the web-page. These backslashes were removed manually.
This patch removes all these cases from the current pages.
New pages will be generated by fixed version of the tool
(fixed in https://reviews.freebsd.org/D56646)

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Apr 30 2026, 2:53 PM
This revision was automatically updated to reflect the committed changes.