aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/osd.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/osd.9')
-rw-r--r--share/man/man9/osd.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/osd.9 b/share/man/man9/osd.9
index 82f279ef17f4..5e0e482914c3 100644
--- a/share/man/man9/osd.9
+++ b/share/man/man9/osd.9
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 26, 2016
+.Dd October 07, 2024
.Dt OSD 9
.Os
.Sh NAME
@@ -49,7 +49,7 @@
.Fo osd_register
.Fa "u_int type"
.Fa "osd_destructor_t destructor"
-.Fa "osd_method_t *methods"
+.Fa "const osd_method_t *methods"
.Fc
.Ft void
.Fo osd_deregister
@@ -396,7 +396,7 @@ API.
.Pp
.Fn osd_get
only acquires an
-.Xr rmlock
+.Xr rmlock 9
in read mode, therefore making it safe to use in the majority of contexts within
the kernel including most fast paths.
.Sh RETURN VALUES