summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2007-02-02 16:26:15 +0000
committerambrisko <ambrisko@FreeBSD.org>2007-02-02 16:26:15 +0000
commit3e331c941668356453b7f5fae1f56a0398422855 (patch)
tree6fd3f5d17a3561323de45f858b848929d3b60893
parenta71f42e832961deb33bcac360049af514455ab47 (diff)
downloadFreeBSD-src-3e331c941668356453b7f5fae1f56a0398422855.zip
FreeBSD-src-3e331c941668356453b7f5fae1f56a0398422855.tar.gz
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
-rw-r--r--share/man/man5/linsysfs.512
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man5/linsysfs.5 b/share/man/man5/linsysfs.5
index 926aaa0..ac45ec6 100644
--- a/share/man/man5/linsysfs.5
+++ b/share/man/man5/linsysfs.5
@@ -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
OpenPOWER on IntegriCloud