Deleted Added
full compact
linsysfs.5 (165205) linsysfs.5 (166430)
1.\" Written by Garrett Wollman
2.\" This file is in the public domain.
3.\"
1.\" Written by Garrett Wollman
2.\" This file is in the public domain.
3.\"
4.\" $FreeBSD: head/share/man/man5/linsysfs.5 165205 2006-12-14 12:49:04Z mpp $
4.\" $FreeBSD: head/share/man/man5/linsysfs.5 166430 2007-02-02 16:26:15Z ambrisko $
5.\"
5.\"
6.Dd May 6, 2006
6.Dd Feb 2, 2007
7.Dt LINSYSFS 5
8.Os
9.Sh NAME
10.Nm linsysfs
11.Nd Linux system file system
12.Sh SYNOPSIS
13.Bd -literal
14linsys /compat/linux/sys linsysfs rw 0 0

--- 35 unchanged lines hidden (view full) ---

50.Bl -tag -width ".Pa proc_name"
51.It Pa proc_name
52The
53.Tn Linux
54registered driver name for these devices.
55.It Pa device
56A symlink to the PCI device directory.
57.El
7.Dt LINSYSFS 5
8.Os
9.Sh NAME
10.Nm linsysfs
11.Nd Linux system file system
12.Sh SYNOPSIS
13.Bd -literal
14linsys /compat/linux/sys linsysfs rw 0 0

--- 35 unchanged lines hidden (view full) ---

50.Bl -tag -width ".Pa proc_name"
51.It Pa proc_name
52The
53.Tn Linux
54registered driver name for these devices.
55.It Pa device
56A symlink to the PCI device directory.
57.El
58.Sh EXAMPLES
59The most common usage follows:
60.Pp
61.Dl "mount -t linsysfs linsys /compat/linux/sys"
62.Pp
63where
64.Pa /compat/linux/sys
65is a mount point.
58.Sh FILES
59.Bl -tag -width ".Pa /compat/linux/sys/devices/pci0000:00" -compact
60.It Pa /compat/linux/sys
61The normal mount point for
62.Nm .
63.It Pa /compat/linux/sys/class/scsi_host
64The storage host node.
65.It Pa /compat/linux/sys/devices/pci0000:00
66The PCI device hierarchy node.
67.El
68.Sh SEE ALSO
66.Sh FILES
67.Bl -tag -width ".Pa /compat/linux/sys/devices/pci0000:00" -compact
68.It Pa /compat/linux/sys
69The normal mount point for
70.Nm .
71.It Pa /compat/linux/sys/class/scsi_host
72The storage host node.
73.It Pa /compat/linux/sys/devices/pci0000:00
74The PCI device hierarchy node.
75.El
76.Sh SEE ALSO
69.Xr mount 2 ,
77.Xr nmount 2 ,
70.Xr unmount 2 ,
71.Xr linprocfs 5 ,
72.Xr pseudofs 9
73.Sh HISTORY
74The
75.Nm
76driver first appeared in
77.Fx 7.0 .

--- 14 unchanged lines hidden ---
78.Xr unmount 2 ,
79.Xr linprocfs 5 ,
80.Xr pseudofs 9
81.Sh HISTORY
82The
83.Nm
84driver first appeared in
85.Fx 7.0 .

--- 14 unchanged lines hidden ---