summaryrefslogtreecommitdiff
path: root/share/man/man9/getdevvp.9
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-11-24 12:08:18 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-11-24 12:08:18 +0000
commit33057b21b353811b3e5e45ec763b642580ef1c81 (patch)
treee6225eb0209038a7414b829bba9fd08f3614f5b5 /share/man/man9/getdevvp.9
parent58ed25a0016556b709941db5c8d0e360655f6180 (diff)
Remove kernfs, okay deraadt@.
Diffstat (limited to 'share/man/man9/getdevvp.9')
-rw-r--r--share/man/man9/getdevvp.95
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/getdevvp.9 b/share/man/man9/getdevvp.9
index f3975677f69..a796c9c5b5c 100644
--- a/share/man/man9/getdevvp.9
+++ b/share/man/man9/getdevvp.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getdevvp.9,v 1.5 2004/08/21 00:02:25 jmc Exp $
+.\" $OpenBSD: getdevvp.9,v 1.6 2005/11/24 12:08:16 pedro Exp $
.\"
.\" Copyright (C) 2002 Peter A. Werner. All rights reserved.
.\"
@@ -77,8 +77,7 @@ use getdevvp internally, specifying the third argument.
will create a vnode for a block device, and is used for the root file system
and swap areas, among other things.
.Fn cdevvp
-will create a vnode for a character device and is used in kernfs and in some
-console handling.
+will create a vnode for a character device and is used in console handling.
.Sh RETURN VALUES
All functions return 0 on success.
If an error occurs, vpp will point to a NULLVP.