svn commit: r277668 - head/share/man/man9

Mark Johnston markj at FreeBSD.org
Sun Jan 25 00:36:43 UTC 2015


Author: markj
Date: Sun Jan 25 00:36:42 2015
New Revision: 277668
URL: https://svnweb.freebsd.org/changeset/base/277668

Log:
  Document the fact that modules declared with SYSCALL_MODULE(9) have their
  names prefixed with "sys/".
  
  MFC after:	3 days

Modified:
  head/share/man/man9/SYSCALL_MODULE.9

Modified: head/share/man/man9/SYSCALL_MODULE.9
==============================================================================
--- head/share/man/man9/SYSCALL_MODULE.9	Sun Jan 25 00:34:43 2015	(r277667)
+++ head/share/man/man9/SYSCALL_MODULE.9	Sun Jan 25 00:36:42 2015	(r277668)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 7, 2005
+.Dd January 24, 2015
 .Dt SYSCALL_MODULE 9
 .Os
 .Sh NAME
@@ -46,8 +46,8 @@ The
 .Fn SYSCALL_MODULE
 macro declares a new syscall.
 .Fn SYSCALL_MODULE
-expands into a kernel module declaration named as
-.Fa name .
+expands into a kernel module declaration with name
+.Ql sys/ Ns Fa name .
 .Pp
 The rest of the arguments expected by this macro are:
 .Bl -tag -width ".Fa new_sysent"


More information about the svn-src-all mailing list