diff options
author | Julian Elischer <julian@FreeBSD.org> | 2016-03-18 08:47:17 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 2016-03-18 08:47:17 +0000 |
commit | efdd41da263bc726cc68c38c6600f6265e5188e8 (patch) | |
tree | 26adf2d9a93cc214de1caae8b0bd142a66865e16 | |
parent | d52d61d0221173e730b3595e3681b1d0daf54662 (diff) |
Notes
-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 3f485798a6c9..38d09c4ee9f3 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 |