Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2021 16:14:30 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5d40fb677a9e - main - Add some missing osd.9 MLINKs
Message-ID:  <202107161614.16GGEUpK061886@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

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

commit 5d40fb677a9ec95a508f510f6238f4ec3ef65e01
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-07-16 16:13:51 +0000
Commit:     Mark Johnston <markj@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107161614.16GGEUpK061886>