Based on input from ru & rodrigc document the mount operation in the new

world order:
	mount -t linsysfs linsys /compat/linux/sys
instead of mount_linsysfs.  Now that 6.X requires mount_linsysfs to
work.  This is why there is a mount_linsysfs in 6.X and not in -current.

Prompted by:	ru
Reviewed by:	ru, rodrigc
This commit is contained in:
Doug Ambrisko 2007-02-02 16:26:15 +00:00
parent 5ab5525469
commit 04e5145b7f

View File

@ -3,7 +3,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd May 6, 2006 .Dd Feb 2, 2007
.Dt LINSYSFS 5 .Dt LINSYSFS 5
.Os .Os
.Sh NAME .Sh NAME
@ -55,6 +55,14 @@ registered driver name for these devices.
.It Pa device .It Pa device
A symlink to the PCI device directory. A symlink to the PCI device directory.
.El .El
.Sh EXAMPLES
The most common usage follows:
.Pp
.Dl "mount -t linsysfs linsys /compat/linux/sys"
.Pp
where
.Pa /compat/linux/sys
is a mount point.
.Sh FILES .Sh FILES
.Bl -tag -width ".Pa /compat/linux/sys/devices/pci0000:00" -compact .Bl -tag -width ".Pa /compat/linux/sys/devices/pci0000:00" -compact
.It Pa /compat/linux/sys .It Pa /compat/linux/sys
@ -66,7 +74,7 @@ The storage host node.
The PCI device hierarchy node. The PCI device hierarchy node.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr mount 2 , .Xr nmount 2 ,
.Xr unmount 2 , .Xr unmount 2 ,
.Xr linprocfs 5 , .Xr linprocfs 5 ,
.Xr pseudofs 9 .Xr pseudofs 9