From 04e5145b7fcaffd73c2876a7abd01c330b2af941 Mon Sep 17 00:00:00 2001 From: Doug Ambrisko Date: Fri, 2 Feb 2007 16:26:15 +0000 Subject: [PATCH] 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 --- share/man/man5/linsysfs.5 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/share/man/man5/linsysfs.5 b/share/man/man5/linsysfs.5 index 926aaa0acd6b..ac45ec66ffac 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