Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2016 22:36:37 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307537 - head/lib/libc/sys
Message-ID:  <201610172236.u9HMab1k061283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Oct 17 22:36:37 2016
New Revision: 307537
URL: https://svnweb.freebsd.org/changeset/base/307537

Log:
  Use 'cmd' rather than 'command' to match the function prototype.

Modified:
  head/lib/libc/sys/kldsym.2

Modified: head/lib/libc/sys/kldsym.2
==============================================================================
--- head/lib/libc/sys/kldsym.2	Mon Oct 17 22:34:41 2016	(r307536)
+++ head/lib/libc/sys/kldsym.2	Mon Oct 17 22:36:37 2016	(r307537)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 26, 2001
+.Dd October 17, 2016
 .Dt KLDSYM 2
 .Os
 .Sh NAME
@@ -36,7 +36,7 @@
 .In sys/param.h
 .In sys/linker.h
 .Ft int
-.Fn kldsym "int fileid" "int command" "void *data"
+.Fn kldsym "int fileid" "int cmd" "void *data"
 .Sh DESCRIPTION
 The
 .Fn kldsym
@@ -48,7 +48,7 @@ If
 .Fa fileid
 is 0, all loaded modules are searched.
 Currently, the only
-.Fa command
+.Fa cmd
 implemented is
 .Dv KLDSYM_LOOKUP .
 .Pp
@@ -96,7 +96,7 @@ system call will fail if:
 Invalid value in
 .Fa data->version
 or
-.Fa command .
+.Fa cmd .
 .It Bq Er ENOENT
 The
 .Fa fileid



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610172236.u9HMab1k061283>