Bug 262729

Summary: FreeBSD Porter's Handbook: grammar: remove repetition
Product: Documentation Reporter: Graham Perrin <grahamperrin>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Some People CC: carlavilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/freebsd/freebsd-doc/blob/main/documentation/content/en/books/porters-handbook/book.adoc

Description Graham Perrin freebsd_committer freebsd_triage 2022-03-23 07:05:15 UTC
Under <https://docs.freebsd.org/en/books/porters-handbook/book/#porting-submitting-diff> and <https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-submitting-diff>: 

> … The expected format for new ports is 
> "[NEW PORT] category/portname short description of the port" for new ports. …

– should be: 

> … The expected format for new ports is 
> "[NEW PORT] category/portname short description of the port". …
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-04-10 13:10:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1350d809a151144330b2ed734a17e9a15ea3a1aa

commit 1350d809a151144330b2ed734a17e9a15ea3a1aa
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-04-10 13:08:49 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-04-10 13:08:49 +0000

    Porters handbook - Quick porting: Fix typo, avoid repetition

    PR:             262729
    Reported by:    grahamperrin@

 .../content/en/books/porters-handbook/quick-porting/_index.adoc         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-04-10 13:10:58 UTC
Fixed! Thanks!