git: 268b034fbc3b - stable/13 - Add some missing osd.9 MLINKs
Mark Johnston
markj at FreeBSD.org
Fri Jul 23 11:56:43 UTC 2021
The branch stable/13 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=268b034fbc3bee13733530e71107f097c809ff24
commit 268b034fbc3bee13733530e71107f097c809ff24
Author: Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-07-16 16:13:51 +0000
Commit: Mark Johnston <markj at 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 \
More information about the dev-commits-src-all
mailing list