git: 5d40fb677a9e - main - Add some missing osd.9 MLINKs

Mark Johnston markj at FreeBSD.org
Fri Jul 16 16:14:31 UTC 2021


The branch main has been updated by markj:

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

commit 5d40fb677a9ec95a508f510f6238f4ec3ef65e01
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-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 \


More information about the dev-commits-src-all mailing list