diff options
| author | Hiten Pandya <hmp@FreeBSD.org> | 2003-06-03 12:29:34 +0000 |
|---|---|---|
| committer | Hiten Pandya <hmp@FreeBSD.org> | 2003-06-03 12:29:34 +0000 |
| commit | 8e9a665fdef0a6d173f26818b694f37b971c9ab3 (patch) | |
| tree | c3c4cedbfeb557293b5e7f3c26a7fbc8dd9a9f2e | |
| parent | 1da10b118bdca388d430c8615134e964e71dcb90 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/kldload.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/kldload.2 b/lib/libc/sys/kldload.2 index 60db2ec06743..d31cc086e2f9 100644 --- a/lib/libc/sys/kldload.2 +++ b/lib/libc/sys/kldload.2 @@ -71,6 +71,10 @@ The file was not found. The file format of .Fa file was unrecognized. +.It Bq Er EEXIST +The supplied +.Fa file +has already been loaded. .El .Sh SEE ALSO .Xr kldfind 2 , |
