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)
Sat, May 30, 2:43 PM
Unknown Object (File)
Tue, May 19, 4:37 AM
Unknown Object (File)
Sun, May 17, 7:09 AM
Unknown Object (File)
Fri, May 15, 11:36 AM
Unknown Object (File)
Thu, May 14, 11:35 PM
Unknown Object (File)
Thu, May 14, 6:24 PM
Unknown Object (File)
Wed, May 13, 4:21 AM
Unknown Object (File)
Tue, May 12, 3:02 AM
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.