The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=5d40fb677a9ec95a508f510f6238f4ec3ef65e01
commit 5d40fb677a9ec95a508f510f6238f4ec3ef65e01 Author: Mark Johnston <[email protected]> AuthorDate: 2021-07-16 16:13:51 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2021-07-16 16:13:51 +0000 Add some missing osd.9 MLINKs MFC after: 1 week Sponsored by: The FreeBSD Foundation --- share/man/man9/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index ac4cf67f52f7..a335f53b27f3 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1672,9 +1672,12 @@ MLINKS+=osd.9 osd_call.9 \ osd.9 osd_del.9 \ osd.9 osd_deregister.9 \ osd.9 osd_exit.9 \ + osd.9 osd_free_reserved.9 \ osd.9 osd_get.9 \ osd.9 osd_register.9 \ - osd.9 osd_set.9 + osd.9 osd_reserve.9 \ + osd.9 osd_set.9 \ + osd.9 osd_set_reserved.9 MLINKS+=panic.9 vpanic.9 MLINKS+=PCBGROUP.9 in_pcbgroup_byhash.9 \ PCBGROUP.9 in_pcbgroup_byinpcb.9 \ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
