Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2022 13:11:58 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 62c05bf836bb - stable/13 - man9: Add MLINKs for bus_space_{peek,poke}
Message-ID:  <202210031311.293DBw9N009770@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj:

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

commit 62c05bf836bb1da36b1693e8f0e089daedbfb22a
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-09-26 13:28:57 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-10-03 13:06:45 +0000

    man9: Add MLINKs for bus_space_{peek,poke}
    
    (cherry picked from commit b3ab58bd4384b245404ebb10c5aa88e73e7370c8)
---
 share/man/man9/Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index df62bb02b7c8..4da8cc799b18 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -702,6 +702,14 @@ MLINKS+=bus_space.9 bus_space_alloc.9 \
 	bus_space.9 bus_space_copy_region_stream_8.9 \
 	bus_space.9 bus_space_free.9 \
 	bus_space.9 bus_space_map.9 \
+	bus_space.9 bus_space_peek_1.9 \
+	bus_space.9 bus_space_peek_2.9 \
+	bus_space.9 bus_space_peek_4.9 \
+	bus_space.9 bus_space_peek_8.9 \
+	bus_space.9 bus_space_poke_1.9 \
+	bus_space.9 bus_space_poke_2.9 \
+	bus_space.9 bus_space_poke_4.9 \
+	bus_space.9 bus_space_poke_8.9 \
 	bus_space.9 bus_space_read_1.9 \
 	bus_space.9 bus_space_read_2.9 \
 	bus_space.9 bus_space_read_4.9 \



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