mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
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:
parent
5ab5525469
commit
04e5145b7f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166430
@ -3,7 +3,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 6, 2006
|
||||
.Dd Feb 2, 2007
|
||||
.Dt LINSYSFS 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -55,6 +55,14 @@ registered driver name for these devices.
|
||||
.It Pa device
|
||||
A symlink to the PCI device directory.
|
||||
.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
|
||||
.Bl -tag -width ".Pa /compat/linux/sys/devices/pci0000:00" -compact
|
||||
.It Pa /compat/linux/sys
|
||||
@ -66,7 +74,7 @@ The storage host node.
|
||||
The PCI device hierarchy node.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr mount 2 ,
|
||||
.Xr nmount 2 ,
|
||||
.Xr unmount 2 ,
|
||||
.Xr linprocfs 5 ,
|
||||
.Xr pseudofs 9
|
||||
|
Loading…
Reference in New Issue
Block a user