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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to