diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 2002-01-09 11:43:48 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 2002-01-09 11:43:48 +0000 |
| commit | b82af3f5e42ab9d848c572b3384fb389fd855ecc (patch) | |
| tree | 3ce5e662efc4ab60de20e79ba7cd33a2a01b26e1 /share/man/man9/sysctl_ctx_init.9 | |
| parent | 2e693d1919c984c7af2270eb04d29e841319e651 (diff) | |
Notes
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, |
