Bug 264576

Summary: builtin(1): corrections to grammar
Product: Documentation Reporter: Graham Perrin <grahamperrin>
Component: Manual PagesAssignee: Alexander Ziaee <ziaee>
Status: In Progress ---    
Severity: Affects Many People CC: doc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/freebsd/freebsd-src/blob/main/share/man/man1/builtin.1

Description Graham Perrin freebsd_committer freebsd_triage 2022-06-09 18:20:27 UTC
Under <https://www.freebsd.org/cgi/man.cgi?query=builtin&sektion=1&manpath=FreeBSD#DESCRIPTION>: 

> … details on the operation its builtin …

– should be: 

> … details on the operation of its builtin …

Credit: msplsh

<https://forums.freebsd.org/posts/570794>
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2022-06-09 18:23:31 UTC
Also, replace    which
      with       that
in the paragraph below: 

> While some builtin commands may exist in more than one shell, their 
> operation may be different under each shell which supports them.  
> Below is a table which lists shell builtin commands, the standard 
> shells that support them and whether they exist as standalone utilities.
Comment 2 Alexander Ziaee freebsd_triage 2024-11-18 06:56:39 UTC
This might take a while, but I have carefully considered the scope and entirely rewritten this page, rendering redundant all the many ways that it currently tells the user that they need to read the manual on the shell they're using for details on its operation.

https://github.com/freebsd/freebsd-src/pull/1481