From owner-svn-src-all@FreeBSD.ORG Sun Jan 25 00:36:43 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28C9833B; Sun, 25 Jan 2015 00:36:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1528A874; Sun, 25 Jan 2015 00:36:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P0agZZ099447; Sun, 25 Jan 2015 00:36:42 GMT (envelope-from markj@FreeBSD.org) Received: (from markj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P0agHD099446; Sun, 25 Jan 2015 00:36:42 GMT (envelope-from markj@FreeBSD.org) Message-Id: <201501250036.t0P0agHD099446@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: markj set sender to markj@FreeBSD.org using -f From: Mark Johnston Date: Sun, 25 Jan 2015 00:36:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277668 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:36:43 -0000 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"