From ff30478c4e814efc28b5485aa17567a93265bf99 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 26 Mar 2025 13:52:29 +0000 Subject: nvxx.3: spell descriptor properly --- libnvxx/nvxx.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnvxx/nvxx.3 b/libnvxx/nvxx.3 index ee1578e..9f8e3b3 100644 --- a/libnvxx/nvxx.3 +++ b/libnvxx/nvxx.3 @@ -493,7 +493,7 @@ The .Fn move_string_array , .Fn move_nvlist_array and -.Fn move_desctiptor_array +.Fn move_descriptor_array member functions take ownership of the provided C array of the given type and add it to the nvlist as an array. The array must be a C array which was previously allocated using @@ -508,7 +508,7 @@ the nvlist takes ownership of the member values and will later free them using .Xr nvlist_destroy 3 (for nvlists). In the case of -.Fn move_desctiptor_array , +.Fn move_descriptor_array , the nvlist takes ownership of the member descriptors and will later close them using .Xr close 2 . -- cgit v1.2.3