Bug 266161 - Searching FreeBSD Ports: incorrect formatting
Summary: Searching FreeBSD Ports: incorrect formatting
Status: Open
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-doc (Nobody)
URL: https://github.com/freebsd/freebsd-do...
Keywords: easy, needs-patch
Depends on:
Blocks:
 
Reported: 2022-09-01 17:39 UTC by Graham Perrin
Modified: 2023-08-20 21:10 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!