diff options
author | hmp <hmp@FreeBSD.org> | 2003-06-03 12:29:34 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-06-03 12:29:34 +0000 |
commit | 98e8c5a82893b09fa80356043cd3f854111c364f (patch) | |
tree | c3c4cedbfeb557293b5e7f3c26a7fbc8dd9a9f2e /lib | |
parent | 234b172fe857d195d7fd423a0b7d2755777421cb (diff) | |
download | FreeBSD-src-98e8c5a82893b09fa80356043cd3f854111c364f.zip FreeBSD-src-98e8c5a82893b09fa80356043cd3f854111c364f.tar.gz |
Document that kldload(2) can also return EEXIST.
Approved by: des (mentor)
Diffstat (limited to 'lib')
-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 60db2ec..d31cc08 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 , |