summaryrefslogtreecommitdiff
path: root/sbin/mount_kernfs/mount_kernfs.8
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2000-10-10 23:18:14 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2000-10-10 23:18:14 +0000
commitf502fa675f2ab1d958eb9e0bc8aff171d539e220 (patch)
treef1e29a565249e7a9726d88b6bd67adc2e89f8aee /sbin/mount_kernfs/mount_kernfs.8
parentee32f5e542ac3d81f9910b48ee2e1acae766078c (diff)
mount -t is the preferred way to invoke
Diffstat (limited to 'sbin/mount_kernfs/mount_kernfs.8')
-rw-r--r--sbin/mount_kernfs/mount_kernfs.812
1 files changed, 11 insertions, 1 deletions
diff --git a/sbin/mount_kernfs/mount_kernfs.8 b/sbin/mount_kernfs/mount_kernfs.8
index 3d995d5de22..fe36653bbbe 100644
--- a/sbin/mount_kernfs/mount_kernfs.8
+++ b/sbin/mount_kernfs/mount_kernfs.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_kernfs.8,v 1.12 2000/03/18 22:56:00 aaron Exp $
+.\" $OpenBSD: mount_kernfs.8,v 1.13 2000/10/10 23:18:13 marc Exp $
.\" $NetBSD: mount_kernfs.8,v 1.6 1995/03/18 14:57:24 cgd Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -56,6 +56,16 @@ command attaches an instance of the kernel parameter
namespace to the global filesystem namespace.
The conventional mount point is
.Pa /kern .
+This command is invoked by
+.Xr mount 8
+when using the syntax
+.Bd -ragged -offset 4n
+.Nm mount Op options
+-t kernfs
+.Ar /kern
+.Ar mount_point
+.Ed
+.Pp
This command is normally executed by
.Xr mount 8
at boot time.