Bug 266161

Summary: Searching FreeBSD Ports: incorrect formatting
Product: Documentation Reporter: Graham Perrin <grahamperrin>
Component: WebsiteAssignee: freebsd-doc (Nobody) <doc>
Status: Open ---    
Severity: Affects Some People CC: carlavilla, gjb, lwhsu
Priority: --- Keywords: easy, needs-patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/freebsd/freebsd-doc/blob/main/website/content/en/ports/searching.adoc

Description Graham Perrin freebsd_committer freebsd_triage 2022-09-01 17:39:32 UTC
<https://www.freebsd.org/ports/searching/>

> … performing make search name=`string. Instead of by `name …
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2022-09-01 17:52:29 UTC
As a doc developer, you're absolutely welcomed and encouraged to work on fix it.

You can build the site with `cd doc/website; make` after installed the `docproj` package, and the result will be in `public/` directory. 

And you already made the good first step: located the file at `website/content/en/ports/searching.adoc`, you can try AsciiDoc syntax at:

  https://asciidoclive.com

Hope this help!