The branch main has been updated by markj:

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

commit b3ab58bd4384b245404ebb10c5aa88e73e7370c8
Author:     Mark Johnston <[email protected]>
AuthorDate: 2022-09-26 13:28:57 +0000
Commit:     Mark Johnston <[email protected]>
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 \

Reply via email to