svn commit: r297013 - head/lib/libc/sys

Julian Elischer julian at FreeBSD.org
Fri Mar 18 08:47:19 UTC 2016


Author: julian
Date: Fri Mar 18 08:47:17 2016
New Revision: 297013
URL: https://svnweb.freebsd.org/changeset/base/297013

Log:
  Use the right argumant name
  
  MFC after:	1 week
  Sponsored by:	Panzura inc

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

Modified: head/lib/libc/sys/modfind.2
==============================================================================
--- head/lib/libc/sys/modfind.2	Fri Mar 18 07:59:38 2016	(r297012)
+++ head/lib/libc/sys/modfind.2	Fri Mar 18 08:47:17 2016	(r297013)
@@ -49,7 +49,7 @@ The
 .Fn modfind
 system call
 returns the modid of the kernel module referenced by
-.Fa file .
+.Fa modname .
 Upon error,
 .Fn modfind
 returns -1 and sets


More information about the svn-src-all mailing list