Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2022 13:33:00 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b3ab58bd4384 - main - man9: Add MLINKs for bus_space_{peek,poke}
Message-ID:  <202209261333.28QDX0e5095934@gitrepo.freebsd.org>

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

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

commit b3ab58bd4384b245404ebb10c5aa88e73e7370c8
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-09-26 13:28:57 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-09-26 13:28:57 +0000

    man9: Add MLINKs for bus_space_{peek,poke}
    
    MFC after:      1 week
---
 share/man/man9/Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index e0e387c23d93..2d979a04dd02 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -705,6 +705,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?202209261333.28QDX0e5095934>