diff options
author | julian <julian@FreeBSD.org> | 2016-03-18 08:47:17 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2016-03-18 08:47:17 +0000 |
commit | f935438dcf193a38b91ac0a79a1ca4fa9f4829ad (patch) | |
tree | 26adf2d9a93cc214de1caae8b0bd142a66865e16 /lib/libc | |
parent | 4718c6bf741180cbb74fbe0bbf4a39648057cd12 (diff) | |
download | FreeBSD-src-f935438dcf193a38b91ac0a79a1ca4fa9f4829ad.zip FreeBSD-src-f935438dcf193a38b91ac0a79a1ca4fa9f4829ad.tar.gz |
Use the right argumant name
MFC after: 1 week
Sponsored by: Panzura inc
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/modfind.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/modfind.2 b/lib/libc/sys/modfind.2 index 3f48579..38d09c4 100644 --- a/lib/libc/sys/modfind.2 +++ b/lib/libc/sys/modfind.2 @@ -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 |