diff options
Diffstat (limited to 'lib/libc/gen/getvfsent.3')
-rw-r--r-- | lib/libc/gen/getvfsent.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gen/getvfsent.3 b/lib/libc/gen/getvfsent.3 index 0fa9bd1..89d52e7 100644 --- a/lib/libc/gen/getvfsent.3 +++ b/lib/libc/gen/getvfsent.3 @@ -114,10 +114,14 @@ loaded, or non-zero otherwise. It should only be called in the following circumstances: .Bl -enum .It +The .Fn getvfsbyname +function has been called and returned a non-zero value. .It +The .Fn vfsisloadable +function has been called and returned a non-zero value. .El .Pp |