Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2024 13:02:54 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0fbfb22a2d4d - main - hier(7): fix manpage location in ports
Message-ID:  <202410101302.49AD2sjI058384@gitrepo.freebsd.org>

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

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

commit 0fbfb22a2d4d542e2f3d5d0eadd37e0d132a3884
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-10-10 13:00:41 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-10-10 13:02:47 +0000

    hier(7): fix manpage location in ports
    
    Since 2020-01-15 the ports manpage are locate in /usr/local/share/man
---
 share/man/man7/hier.7 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index e0a6ff3dfefc..949b521ab3d9 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -28,7 +28,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 18, 2024
+.Dd October 10, 2024
 .Dt HIER 7
 .Os
 .Sh NAME
@@ -499,9 +499,6 @@ local 32-bit compatability libraries
 local utility data files
 .It Pa libexec/
 utilities executed by local utilities
-.It Pa man/
-local manual pages; see
-.Xr man 1
 .It Pa sbin/
 local administration utilities
 .It Pa share/
@@ -512,6 +509,9 @@ local documentation
 articles, books, FAQ, and handbooks available from the
 .Fx
 project
+.It Pa share/man/
+local manual pages; see
+.Xr man 1
 .El
 .Pp
 .It Pa obj/



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