diff options
Diffstat (limited to 'share/man/man9/sysctl_ctx_init.9')
| -rw-r--r-- | share/man/man9/sysctl_ctx_init.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/sysctl_ctx_init.9 b/share/man/man9/sysctl_ctx_init.9 index 3e223adf1710..fffecb1fe749 100644 --- a/share/man/man9/sysctl_ctx_init.9 +++ b/share/man/man9/sysctl_ctx_init.9 @@ -110,7 +110,7 @@ Newly created oids are always inserted in the front of the list. The .Fn sysctl_ctx_free function removes the context and associated oids it manages. -If the function completes successfuly, +If the function completes successfully, all managed oids have been unregistered (removed from the tree) and freed, @@ -171,7 +171,7 @@ The .Fn sysctl_ctx_entry_find function searches for a given .Fa oidp -witin a context list, +within a context list, either returning a pointer to the .Fa struct sysctl_ctx_entry found, |
