diff options
author | Richard Lowe <richlowe@richlowe.net> | 2021-06-05 13:56:20 -0500 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2021-06-16 18:11:25 -0500 |
commit | 3184921aa9155f2314caa4909eba31a0be558b3d (patch) | |
tree | 667e64951654ac5e690b652a17b1a265a8f96486 /usr/src/man/man9f/hook_alloc.9f | |
parent | ceab728f83b0af9260d2d3fb69014f3781af2101 (diff) | |
download | illumos-gate-3184921aa9155f2314caa4909eba31a0be558b3d.tar.gz |
13854 manual should say "illumos DDI"
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/man/man9f/hook_alloc.9f')
-rw-r--r-- | usr/src/man/man9f/hook_alloc.9f | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/usr/src/man/man9f/hook_alloc.9f b/usr/src/man/man9f/hook_alloc.9f index 51e2525737..585f08ef6b 100644 --- a/usr/src/man/man9f/hook_alloc.9f +++ b/usr/src/man/man9f/hook_alloc.9f @@ -7,7 +7,6 @@ .SH NAME hook_alloc \- allocate a hook_t data structure .SH SYNOPSIS -.LP .nf #include <sys/hook.h> @@ -15,11 +14,8 @@ hook_alloc \- allocate a hook_t data structure .fi .SH INTERFACE LEVEL -.sp -.LP -Solaris DDI specific (Solaris DDI). +illumos DDI specific (illumos DDI). .SH PARAMETERS -.sp .ne 2 .na \fB\fIversion\fR\fR @@ -29,23 +25,15 @@ must always be the symbol \fBHOOK_VERSION\fR. .RE .SH DESCRIPTION -.sp -.LP The \fBhook_alloc()\fR function allocates a \fBhook_t\fR structure, returning a pointer for the caller to use. .SH RETURN VALUES -.sp -.LP Upon success, \fBhook_alloc()\fR returns a pointer to the allocated \fIhook_t\fR structure. On failure, \fBhook_alloc()\fR returns a \fINULL\fR pointer. .SH CONTEXT -.sp -.LP The \fBhook_alloc()\fR function may be called from user or kernel context. .SH ATTRIBUTES -.sp -.LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -60,6 +48,4 @@ Interface Stability Committed .TE .SH SEE ALSO -.sp -.LP \fBhook_free\fR(9F), \fBhook_t\fR(9S) |