diff options
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/boot.config.5 | 10 | ||||
-rw-r--r-- | share/man/man5/fdescfs.5 | 8 | ||||
-rw-r--r-- | share/man/man5/linsysfs.5 | 16 |
3 files changed, 17 insertions, 17 deletions
diff --git a/share/man/man5/boot.config.5 b/share/man/man5/boot.config.5 index 41cc55c..681fc3a 100644 --- a/share/man/man5/boot.config.5 +++ b/share/man/man5/boot.config.5 @@ -64,6 +64,11 @@ the other options available for are documented in detail in the .Xr boot 8 manual page. +.Sh FILES +.Bl -tag -width /boot.config -compact +.It Pa /boot.config +parameters for the boot blocks (optional) +.El .Sh EXAMPLES The command: .Bd -literal -offset indent @@ -90,11 +95,6 @@ The command: .Ed .Pp will do both of the above. -.Sh FILES -.Bl -tag -width /boot.config -compact -.It Pa /boot.config -parameters for the boot blocks (optional) -.El .Sh SEE ALSO .Xr boot 8 , .Xr loader 8 diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5 index 4e63f22..b844451 100644 --- a/share/man/man5/fdescfs.5 +++ b/share/man/man5/fdescfs.5 @@ -87,6 +87,10 @@ call other than and .Dv O_RDWR are ignored. +.Sh FILES +.Bl -tag -width /dev/stderr -compact +.It Pa /dev/fd/# +.El .Sh EXAMPLES To mount a .Nm @@ -94,10 +98,6 @@ volume located on .Pa /dev/fd : .Pp .Dl "mount -t fdescfs null /dev/fd" -.Sh FILES -.Bl -tag -width /dev/stderr -compact -.It Pa /dev/fd/# -.El .Sh SEE ALSO .Xr mount 8 .Sh HISTORY diff --git a/share/man/man5/linsysfs.5 b/share/man/man5/linsysfs.5 index a586564..f3ea3cf 100644 --- a/share/man/man5/linsysfs.5 +++ b/share/man/man5/linsysfs.5 @@ -55,14 +55,6 @@ 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 @@ -73,6 +65,14 @@ The storage host node. .It Pa /compat/linux/sys/devices/pci0000:00 The PCI device hierarchy node. .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 SEE ALSO .Xr nmount 2 , .Xr unmount 2 , |