From f502fa675f2ab1d958eb9e0bc8aff171d539e220 Mon Sep 17 00:00:00 2001 From: Marco S Hyman Date: Tue, 10 Oct 2000 23:18:14 +0000 Subject: mount -t is the preferred way to invoke --- sbin/mount_kernfs/mount_kernfs.8 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3