Re: git: 406feaa862d7 - main - Initial clean up the language in the manual pages.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Tue, 16 Nov 2021 16:55:39 UTC
On 11/16/21 6:00 AM, George V. Neville-Neil wrote:
> The branch main has been updated by gnn:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=406feaa862d702d17ac3e8df096cfe22cdb7091a
> 
> commit 406feaa862d702d17ac3e8df096cfe22cdb7091a
> Author:     George V. Neville-Neil <gnn@FreeBSD.org>
> AuthorDate: 2021-11-10 06:38:36 +0000
> Commit:     George V. Neville-Neil <gnn@FreeBSD.org>
> CommitDate: 2021-11-10 18:09:18 +0000
> 
>      Initial clean up the language in the manual pages.
>      
>      Summary: The manual pages need a bit of editing for language and clarity.
>      
>      Reviewers: oshogbo, #manpages
>      
>      Subscribers: imp
>      
>      Differential Revision: https://reviews.freebsd.org/D32976

Note that we don't quite use 'arc land' directly.  You can use 'git arc stage' as an
alternative to pull relevant info from phab into your commit message.  We also rewrite
history to squash fixup commits (such as your two later followups) into the main
commit using 'git rebase' or the like before pushing to the tree to keep the history
clean and make history as bisectable as possible.

-- 
John Baldwin