aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2014-06-25 07:57:01 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2014-06-25 07:57:01 +0000
commit50dd6996c02d7fb8c2934362391bb3578b2219c2 (patch)
treebd6a097ac1ffd9e871814a58535604f7acf8a144 /share
parent0f402d005c4e77c16fc5e77feac6ca17c5f9ed13 (diff)
downloadsrc-50dd6996c02d7fb8c2934362391bb3578b2219c2.tar.gz
src-50dd6996c02d7fb8c2934362391bb3578b2219c2.zip
Add fpu_kern.9 man page to the install.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
Notes
Notes: svn path=/head/; revision=267854
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 82ff85b6f682..9a406b62dc0e 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -112,6 +112,7 @@ MAN= accept_filter.9 \
fail.9 \
fetch.9 \
firmware.9 \
+ fpu_kern.9 \
g_access.9 \
g_attach.9 \
g_bio.9 \
@@ -670,6 +671,12 @@ MLINKS+=fetch.9 fubyte.9 \
fetch.9 fuword16.9 \
fetch.9 fuword32.9 \
fetch.9 fuword64.9
+MLINKS+=fpu_kern.9 fpu_kern_alloc_ctx.9 \
+ fpu_kern.9 fpu_kern_free_ctx.9 \
+ fpu_kern.9 fpu_kern_enter.9 \
+ fpu_kern.9 fpu_kern_leave.9 \
+ fpu_kern.9 fpu_kern_thread.9 \
+ fpu_kern.9 is_fpu_kern_thread.9
MLINKS+=g_attach.9 g_detach.9
MLINKS+=g_bio.9 g_clone_bio.9 \
g_bio.9 g_destroy_bio.9 \