Bug 258589

Summary: &unix html entity not expanded on /where/#derived URL
Product: Documentation Reporter: Graham Perrin <grahamperrin>
Component: WebsiteAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Some People CC: carlavilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://www.freebsd.org/where/#derived

Description Graham Perrin freebsd_committer freebsd_triage 2021-09-19 06:38:18 UTC
> …, and UNIX-like systems.
> 
> GhostBSD … a natural and native &unix; work environment. …
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^~~~~~~~~~~~~~~~~~~
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2021-09-19 07:19:07 UTC
Thanks koobs, also (for consistency): 

Unix

– mixed case. 

(From <https://en.wikipedia.org/wiki/Unix> it seems that uppercase UNIX is for the trademark.)
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-09-21 18:12:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=969a84556dd60e9cf410d7b5a96b2ea4ed51a2d6

commit 969a84556dd60e9cf410d7b5a96b2ea4ed51a2d6
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-09-21 18:11:08 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2021-09-21 18:11:08 +0000

    Remove Docbook &unix entities

    PR:             258589
    Reported by:    Graham Perrin <grahamperrin@gmail.com>

 website/content/el/about.adoc         | 2 +-
 website/content/en/docs/books.adoc    | 2 +-
 website/content/en/where.adoc         | 2 +-
 website/content/it/docs/books.adoc    | 2 +-
 website/content/ja/docs/books.adoc    | 2 +-
 website/content/nl/publish.adoc       | 2 +-
 website/content/zh-tw/docs/books.adoc | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
Comment 3 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2021-09-21 18:13:18 UTC
This is a really good catch. Thanks!