svn commit: r268036 - stable/10/share/man/man9

Konstantin Belousov kib at FreeBSD.org
Mon Jun 30 09:55:30 UTC 2014


Author: kib
Date: Mon Jun 30 09:55:29 2014
New Revision: 268036
URL: http://svnweb.freebsd.org/changeset/base/268036

Log:
  MFC r267854:
  Add fpu_kern.9 man page to the install.

Modified:
  stable/10/share/man/man9/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/Makefile
==============================================================================
--- stable/10/share/man/man9/Makefile	Mon Jun 30 09:54:08 2014	(r268035)
+++ stable/10/share/man/man9/Makefile	Mon Jun 30 09:55:29 2014	(r268036)
@@ -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 \
@@ -669,6 +670,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 \


More information about the svn-src-all mailing list