Date: Fri, 23 Jul 2021 11:56:42 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: 268b034fbc3b - stable/13 - Add some missing osd.9 MLINKs Message-ID: <202107231156.16NBugSP088243@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=268b034fbc3bee13733530e71107f097c809ff24 commit 268b034fbc3bee13733530e71107f097c809ff24 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2021-07-16 16:13:51 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2021-07-23 11:49:39 +0000 Add some missing osd.9 MLINKs Sponsored by: The FreeBSD Foundation (cherry picked from commit 5d40fb677a9ec95a508f510f6238f4ec3ef65e01) --- 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 8bf3b7c22f74..0c874e77cf0a 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1673,9 +1673,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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107231156.16NBugSP088243>