Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2023 19:32:12 GMT
From:      Graham Perrin <grahamperrin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b374a3921d97 - main - hier(7): fix inline markup for a variable
Message-ID:  <202306271932.35RJWC8k035915@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by grahamperrin:

URL: https://cgit.FreeBSD.org/src/commit/?id=b374a3921d97bdb20b103aaeb91988c3d355ea71

commit b374a3921d97bdb20b103aaeb91988c3d355ea71
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-06-27 19:22:32 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-06-27 19:22:32 +0000

    hier(7): fix inline markup for a variable
    
    I mistakenly preceded macro  Va  with macro  It  in
    https://github.com/freebsd/freebsd-src/pull/763/commits/8ff26f2cb5c0d69cce319e1ac1f792ea4245445a
    
    https://bugs.freebsd.org/261349
    
    PR:                      261349
    Approved by:             emaste, imp, mhorne
    Fixes: 6469f9c hier(7): improvement, modernisation
---
 share/man/man7/hier.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 66eb4b2b8b6c..f606684334eb 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -28,7 +28,7 @@
 .\"	@(#)hier.7	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd June 10, 2023
+.Dd June 27, 2023
 .Dt HIER 7
 .Os
 .Sh NAME
@@ -188,7 +188,7 @@ single-user and multi-user modes
 temporary files that may be removed by
 .Xr rc 8 ;
 see the
-.It Va clear_tmp_enable
+.Va clear_tmp_enable
 variable of
 .Xr rc.conf 5
 .It Pa /usr/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306271932.35RJWC8k035915>