diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2020-10-13 17:26:12 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2020-10-13 17:26:12 +0000 |
| commit | 4ef6ea38fc88875af9b3425ae625b97c734c641b (patch) | |
| tree | f42650d9c204a5051365e6fad1e9ec81362f6d90 /share | |
| parent | 155e58651386d0a71147138513e6eb35d4a207c3 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/fpu_kern.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/fpu_kern.9 b/share/man/man9/fpu_kern.9 index 8fcf82605af2f..9b0da289ef40a 100644 --- a/share/man/man9/fpu_kern.9 +++ b/share/man/man9/fpu_kern.9 @@ -23,13 +23,14 @@ .\" .\" $FreeBSD$ .\" -.Dd March 7, 2018 +.Dd October 13, 2020 .Dt FPU_KERN 9 .Os .Sh NAME .Nm fpu_kern .Nd "facility to use the FPU in the kernel" .Sh SYNOPSIS +.In machine/fpu.h .Ft struct fpu_kern_ctx * .Fn fpu_kern_alloc_ctx "u_int flags" .Ft void |
