From b3ab58bd4384b245404ebb10c5aa88e73e7370c8 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 26 Sep 2022 09:28:57 -0400 Subject: [PATCH] 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 \