The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=1132466b56bc87dbdcc32bdf84b93d2fabe67776
commit 1132466b56bc87dbdcc32bdf84b93d2fabe67776 Author: Warner Losh <i...@freebsd.org> AuthorDate: 2025-01-15 17:02:53 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2025-01-15 17:09:43 +0000 git-arc: Properly quote .nm arg .Nm git arc has 2 args, despite the mdoc reference saying there's only one arg when in the preamble and NAME sections, but not noting that restriction later. Quote the arg and bump the date. This doesn't affect man git-arc, but does affect the rendering of the man page on at least one website. Date bumped since it is a semantic change and not just a typo or other trivial correction. Reviewed by: jhb Sponsored by: Netflix --- tools/tools/git/git-arc.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tools/git/git-arc.1 b/tools/tools/git/git-arc.1 index f2f7ee38e140..1f1bc2fca130 100644 --- a/tools/tools/git/git-arc.1 +++ b/tools/tools/git/git-arc.1 @@ -24,11 +24,11 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 5, 2023 +.Dd Janurary 15, 2025 .Dt GIT-ARC 1 .Os .Sh NAME -.Nm git arc +.Nm "git arc" .Nd a wrapper to improve integration between git and arcanist .Sh SYNOPSIS .Nm