diff options
Diffstat (limited to 'usr/src/man/man9f/mac_alloc.9f')
-rw-r--r-- | usr/src/man/man9f/mac_alloc.9f | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/man/man9f/mac_alloc.9f b/usr/src/man/man9f/mac_alloc.9f index c3c6892b19..e777672a77 100644 --- a/usr/src/man/man9f/mac_alloc.9f +++ b/usr/src/man/man9f/mac_alloc.9f @@ -66,7 +66,7 @@ section of When the driver is done with the .Xr mac_register 9S structure, it must call the -.Xr mac_free +.Xr mac_free 9F function to release any associated memory. .Sh CONTEXT The @@ -85,10 +85,11 @@ Upon successful completion, the .Fn mac_register function will return a pointer to an allocated .Sy mac_register_t -structure that can be filled in by the driver. Otherwise, +structure that can be filled in by the driver. +Otherwise, .Dv NULL -is returned to indicate that the structure could not be allocated. The -most common cause for this is that the value of +is returned to indicate that the structure could not be allocated. +The most common cause for this is that the value of .Fa mac_version is not supported by the kernel. .Sh SEE ALSO |