diff options
Diffstat (limited to 'share/man/man9/dev_clone.9')
-rw-r--r-- | share/man/man9/dev_clone.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/dev_clone.9 b/share/man/man9/dev_clone.9 index f5f59e3c6666..56bdd1a9a248 100644 --- a/share/man/man9/dev_clone.9 +++ b/share/man/man9/dev_clone.9 @@ -42,7 +42,7 @@ EVENTHANDLER_REGISTER(dev_clone, clone_handler, arg, priority); .Sh DESCRIPTION A device driver may register a listener that will be notified each time a name lookup on the -.Xr devfs 5 +.Xr devfs 4 mount point fails to find the vnode. A listener shall be registered for the .Va dev_clone @@ -72,5 +72,5 @@ that were started before .Fn drain_dev_clone_events call, are finished before it returns control. .Sh SEE ALSO -.Xr devfs 5 , +.Xr devfs 4 , .Xr namei 9 |