man filesystems: fix xrefs after move to section 4

Reviewed by: des, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1077
This commit is contained in:
Alexander Ziaee 2024-05-15 14:59:50 -04:00 committed by Warner Losh
parent a03e8a40d4
commit 1a720cbec5
62 changed files with 137 additions and 137 deletions

View File

@ -780,7 +780,7 @@ Display information on all system processes:
.Xr strftime 3 , .Xr strftime 3 ,
.Xr xo_parse_args 3 , .Xr xo_parse_args 3 ,
.Xr mac 4 , .Xr mac 4 ,
.Xr procfs 5 , .Xr procfs 4 ,
.Xr pstat 8 , .Xr pstat 8 ,
.Xr sysctl 8 , .Xr sysctl 8 ,
.Xr mutex 9 .Xr mutex 9

View File

@ -44,7 +44,7 @@ It is meant to be used with users who can connect via
only, and requires the only, and requires the
.Xr pf 4 .Xr pf 4
subsystem and an subsystem and an
.Xr fdescfs 5 .Xr fdescfs 4
file system mounted at file system mounted at
.Pa /dev/fd .Pa /dev/fd
to be enabled. to be enabled.
@ -561,8 +561,8 @@ pass out on $internal_if from (self) to $workstation_ip port 3389 \e
.It Pa /etc/authpf/authpf.problem .It Pa /etc/authpf/authpf.problem
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr fdescfs 4 ,
.Xr pf 4 , .Xr pf 4 ,
.Xr fdescfs 5 ,
.Xr pf.conf 5 , .Xr pf.conf 5 ,
.Xr securelevel 7 , .Xr securelevel 7 ,
.Xr ftp-proxy 8 .Xr ftp-proxy 8

View File

@ -255,7 +255,7 @@ providers implement a
flag and a tunable variable named in the above format. This flag flag and a tunable variable named in the above format. This flag
controls if the label provider will be active, tasting devices controls if the label provider will be active, tasting devices
and creating label nodes in the and creating label nodes in the
.Xr devfs 5 .Xr devfs 4
tree. It is sometimes desirable to disable certain label types if tree. It is sometimes desirable to disable certain label types if
they conflict with other classes in complex GEOM topologies. they conflict with other classes in complex GEOM topologies.
.El .El

View File

@ -46,7 +46,7 @@ its interfaces are widely used.
implements POSIX.1e interface for access control lists, described in implements POSIX.1e interface for access control lists, described in
.Xr acl 3 , .Xr acl 3 ,
and supports ACLs on the and supports ACLs on the
.Xr ffs 7 .Xr ffs 4
file system; ACLs must be administratively enabled using file system; ACLs must be administratively enabled using
.Xr tunefs 8 . .Xr tunefs 8 .
.Pp .Pp
@ -95,7 +95,7 @@ for mandatory access control labels.
.Xr libcasper 3 , .Xr libcasper 3 ,
.Xr mac 3 , .Xr mac 3 ,
.Xr capsicum 4 , .Xr capsicum 4 ,
.Xr ffs 7 , .Xr ffs 4 ,
.Xr getfmac 8 , .Xr getfmac 8 ,
.Xr setfmac 8 , .Xr setfmac 8 ,
.Xr tunefs 8 , .Xr tunefs 8 ,

View File

@ -325,9 +325,9 @@ argument is not a valid file descriptor open for executing.
.Xr execl 3 , .Xr execl 3 ,
.Xr exit 3 , .Xr exit 3 ,
.Xr sysctl 3 , .Xr sysctl 3 ,
.Xr fdescfs 4 ,
.Xr a.out 5 , .Xr a.out 5 ,
.Xr elf 5 , .Xr elf 5 ,
.Xr fdescfs 5 ,
.Xr environ 7 , .Xr environ 7 ,
.Xr mount 8 .Xr mount 8
.Sh STANDARDS .Sh STANDARDS
@ -374,6 +374,6 @@ is the file descriptor passed in the
argument to argument to
.Fn fexecve . .Fn fexecve .
For this construction to work correctly, the For this construction to work correctly, the
.Xr fdescfs 5 .Xr fdescfs 4
filesystem shall be mounted on filesystem shall be mounted on
.Pa /dev/fd . .Pa /dev/fd .

View File

@ -110,7 +110,7 @@ or
is invalid. is invalid.
.Sh SEE ALSO .Sh SEE ALSO
.Xr ptrace 2 , .Xr ptrace 2 ,
.Xr procfs 5 .Xr procfs 4
.Sh AUTHORS .Sh AUTHORS
This man page was written by This man page was written by
.An Brian S. Dean . .An Brian S. Dean .

View File

@ -223,7 +223,7 @@ and
system calls are supported for message queue descriptor. system calls are supported for message queue descriptor.
.Pp .Pp
Please see the Please see the
.Xr mqueuefs 5 .Xr mqueuefs 4
man page for instructions on loading the module or compiling the service into man page for instructions on loading the module or compiling the service into
the kernel. the kernel.
.Pp .Pp
@ -310,7 +310,7 @@ There is insufficient space for the creation of the new message queue.
.Xr mq_unlink 2 , .Xr mq_unlink 2 ,
.Xr mq_timedreceive 3 , .Xr mq_timedreceive 3 ,
.Xr mq_timedsend 3 , .Xr mq_timedsend 3 ,
.Xr mqueuefs 5 .Xr mqueuefs 4
.Sh STANDARDS .Sh STANDARDS
The The
.Fn mq_open .Fn mq_open

View File

@ -90,7 +90,7 @@ a pathname component is longer than
.It Bq Er ENOENT .It Bq Er ENOENT
The message queue does not exist. The message queue does not exist.
.It Bq Er ENOSYS .It Bq Er ENOSYS
.Xr mqueuefs 5 .Xr mqueuefs 4
module is neither loaded nor included in the kernel. module is neither loaded nor included in the kernel.
.El .El
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -384,7 +384,7 @@ The file pointer used to mark the current position within the
file is set to the beginning of the file. file is set to the beginning of the file.
.Pp .Pp
If a sleeping open of a device node from If a sleeping open of a device node from
.Xr devfs 5 .Xr devfs 4
is interrupted by a signal, the call always fails with is interrupted by a signal, the call always fails with
.Er EINTR , .Er EINTR ,
even if the even if the

View File

@ -126,7 +126,7 @@ Starting with
.Fx 11 .Fx 11
.Nm .Nm
sending files off the sending files off the
.Xr ffs 7 .Xr ffs 4
filesystem does not block on I/O filesystem does not block on I/O
(see (see
.Sx IMPLEMENTATION NOTES .Sx IMPLEMENTATION NOTES
@ -209,7 +209,7 @@ The
implementation of implementation of
.Fn sendfile .Fn sendfile
does not block on disk I/O when it sends a file off the does not block on disk I/O when it sends a file off the
.Xr ffs 7 .Xr ffs 4
filesystem. filesystem.
The syscall returns success before the actual I/O completes, and data The syscall returns success before the actual I/O completes, and data
is put into the socket later unattended. is put into the socket later unattended.

View File

@ -107,7 +107,7 @@ All I/O to the file system is done synchronously.
No file system I/O is done synchronously. No file system I/O is done synchronously.
.It Dv MNT_SOFTDEP .It Dv MNT_SOFTDEP
Soft updates being done (see Soft updates being done (see
.Xr ffs 7 ) . .Xr ffs 4 ) .
.It Dv MNT_GJOURNAL .It Dv MNT_GJOURNAL
Journaling with gjournal is enabled (see Journaling with gjournal is enabled (see
.Xr gjournal 8 ) . .Xr gjournal 8 ) .

View File

@ -70,7 +70,7 @@ to a string describing the error.
.Xr ufs_disk_fillout 3 , .Xr ufs_disk_fillout 3 ,
.Xr ufs_disk_fillout_blank 3 , .Xr ufs_disk_fillout_blank 3 ,
.Xr ufs_disk_write 3 , .Xr ufs_disk_write 3 ,
.Xr ffs 7 .Xr ffs 4
.Sh HISTORY .Sh HISTORY
The The
.Xr libufs 3 .Xr libufs 3

View File

@ -38,7 +38,7 @@
The The
.Nm .Nm
utility provides an interface to manipulate properties of utility provides an interface to manipulate properties of
.Xr devfs 5 .Xr devfs 4
mounts. mounts.
.Pp .Pp
The rules, by default as configured by The rules, by default as configured by
@ -64,7 +64,7 @@ The following flags are common to all keywords:
Operate on Operate on
.Ar mount-point , .Ar mount-point ,
which is expected to be a which is expected to be a
.Xr devfs 5 .Xr devfs 4
mount. mount.
If this option is not specified, If this option is not specified,
.Nm .Nm
@ -73,7 +73,7 @@ operates on
.El .El
.Ss Rule Subsystem .Ss Rule Subsystem
The The
.Xr devfs 5 .Xr devfs 4
rule subsystem provides a way for the administrator of a system to control rule subsystem provides a way for the administrator of a system to control
the attributes of DEVFS nodes. the attributes of DEVFS nodes.
.\" XXX devfs node? entry? what? .\" XXX devfs node? entry? what?
@ -372,7 +372,7 @@ this feature can be used to copy rulesets:
.Xr chmod 1 , .Xr chmod 1 ,
.Xr jail 2 , .Xr jail 2 ,
.Xr glob 3 , .Xr glob 3 ,
.Xr devfs 5 , .Xr devfs 4 ,
.Xr devfs.conf 5 , .Xr devfs.conf 5 ,
.Xr devfs.rules 5 , .Xr devfs.rules 5 ,
.Xr chown 8 , .Xr chown 8 ,

View File

@ -421,9 +421,9 @@ are fully enumerated and explained in Appendix A of
.%T "Fsck \- The UNIX File System Check Program" .%T "Fsck \- The UNIX File System Check Program"
.Re .Re
.Sh SEE ALSO .Sh SEE ALSO
.Xr ffs 4 ,
.Xr fs 5 , .Xr fs 5 ,
.Xr fstab 5 , .Xr fstab 5 ,
.Xr ffs 7 ,
.Xr fsck 8 , .Xr fsck 8 ,
.Xr fsdb 8 , .Xr fsdb 8 ,
.Xr newfs 8 , .Xr newfs 8 ,

View File

@ -333,7 +333,7 @@ mdconfig -rs 2g -u md3
.Ed .Ed
.Pp .Pp
Create a 1 gigabyte swap backed disk, initialize an Create a 1 gigabyte swap backed disk, initialize an
.Xr ffs 7 .Xr ffs 4
file system on it, and mount it on file system on it, and mount it on
.Pa /tmp : .Pa /tmp :
.Bd -literal -offset indent .Bd -literal -offset indent
@ -366,8 +366,8 @@ mount /dev/md1.nop /mnt
.Xr fpathconf 2 , .Xr fpathconf 2 ,
.Xr fspacectl 2 , .Xr fspacectl 2 ,
.Xr open 2 , .Xr open 2 ,
.Xr ffs 4 ,
.Xr md 4 , .Xr md 4 ,
.Xr ffs 7 ,
.Xr gpart 8 , .Xr gpart 8 ,
.Xr mdmfs 8 , .Xr mdmfs 8 ,
.Xr malloc 9 , .Xr malloc 9 ,

View File

@ -32,7 +32,7 @@
.Nd configure and mount an in-memory file system using the .Nd configure and mount an in-memory file system using the
.Xr md 4 .Xr md 4
driver or the driver or the
.Xr tmpfs 5 .Xr tmpfs 4
filesystem filesystem
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
@ -69,7 +69,7 @@ Based on
the the
.Nm .Nm
utility either creates a utility either creates a
.Xr tmpfs 5 .Xr tmpfs 4
filesystem, or it configures an filesystem, or it configures an
.Xr md 4 .Xr md 4
disk using disk using
@ -91,7 +91,7 @@ When
is `auto', is `auto',
.Nm .Nm
uses uses
.Xr tmpfs 5 .Xr tmpfs 4
if it is present in the kernel or can be loaded as a module, if it is present in the kernel or can be loaded as a module,
otherwise it falls back to using otherwise it falls back to using
.Xr md 4 .Xr md 4
@ -102,14 +102,14 @@ When
is `tmpfs', is `tmpfs',
.Nm .Nm
mounts a mounts a
.Xr tmpfs 5 .Xr tmpfs 4
filesystem, translating the filesystem, translating the
.Fl s .Fl s
size option, if present, into a `-o size=' mount option. size option, if present, into a `-o size=' mount option.
Any Any
.Fl o .Fl o
options on the command line are passed through to the options on the command line are passed through to the
.Xr tmpfs 5 .Xr tmpfs 4
mount. mount.
Options specific to Options specific to
.Xr mdconfig 8 .Xr mdconfig 8
@ -120,7 +120,7 @@ are ignored.
When When
.Ar md-device .Ar md-device
does not result in does not result in
.Xr tmpfs 5 .Xr tmpfs 4
being used, then an being used, then an
.Xr md 4 .Xr md 4
device is configured instead. device is configured instead.
@ -435,8 +435,8 @@ was given on the command line.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr md 4 , .Xr md 4 ,
.Xr tmpfs 4 ,
.Xr fstab 5 , .Xr fstab 5 ,
.Xr tmpfs 5 ,
.Xr mdconfig 8 , .Xr mdconfig 8 ,
.Xr mount 8 , .Xr mount 8 ,
.Xr newfs 8 .Xr newfs 8

View File

@ -107,7 +107,7 @@ will cause the number to be interpreted as octal.
The The
.Nm .Nm
utility can be used to recreate deleted device nodes under a utility can be used to recreate deleted device nodes under a
.Xr devfs 5 .Xr devfs 4
mount point by invoking it with only a filename as an argument. mount point by invoking it with only a filename as an argument.
Example: Example:
.Pp .Pp
@ -129,7 +129,7 @@ devices.
As of As of
.Fx 5.0 , .Fx 5.0 ,
device nodes are managed by the device file system device nodes are managed by the device file system
.Xr devfs 5 , .Xr devfs 4 ,
making the making the
.Nm .Nm
utility superfluous. utility superfluous.
@ -140,7 +140,7 @@ nodes cannot be used to access devices.
.Sh SEE ALSO .Sh SEE ALSO
.Xr mkfifo 1 , .Xr mkfifo 1 ,
.Xr mknod 2 , .Xr mknod 2 ,
.Xr devfs 5 , .Xr devfs 4 ,
.Xr chown 8 .Xr chown 8
.Sh HISTORY .Sh HISTORY
A A

View File

@ -565,14 +565,14 @@ support for a particular file system might be provided either on a static
.Xr getmntinfo 3 , .Xr getmntinfo 3 ,
.Xr libxo 3 , .Xr libxo 3 ,
.Xr xo_parse_args 3 , .Xr xo_parse_args 3 ,
.Xr cd9660 4 ,
.Xr devfs 4 ,
.Xr ext2fs 4 ,
.Xr mac 4 , .Xr mac 4 ,
.Xr cd9660 5 , .Xr procfs 4 ,
.Xr devfs 5 , .Xr tarfs 4 ,
.Xr ext2fs 5 , .Xr tmpfs 4 ,
.Xr fstab 5 , .Xr fstab 5 ,
.Xr procfs 5 ,
.Xr tarfs 5 ,
.Xr tmpfs 5 ,
.Xr automount 8 , .Xr automount 8 ,
.Xr fstyp 8 , .Xr fstyp 8 ,
.Xr kldload 8 , .Xr kldload 8 ,

View File

@ -170,7 +170,7 @@ The following command can be used to mount a Kodak Photo-CD:
.Xr cdcontrol 1 , .Xr cdcontrol 1 ,
.Xr mount 2 , .Xr mount 2 ,
.Xr unmount 2 , .Xr unmount 2 ,
.Xr cd9660 5 , .Xr cd9660 4 ,
.Xr fstab 5 , .Xr fstab 5 ,
.Xr mdconfig 8 , .Xr mdconfig 8 ,
.Xr mount 8 .Xr mount 8

View File

@ -179,8 +179,8 @@ To mount a Japanese MS-DOS file system located in
.Sh SEE ALSO .Sh SEE ALSO
.Xr mount 2 , .Xr mount 2 ,
.Xr unmount 2 , .Xr unmount 2 ,
.Xr msdosfs 4 ,
.Xr fstab 5 , .Xr fstab 5 ,
.Xr msdosfs 5 ,
.Xr mount 8 .Xr mount 8
.Pp .Pp
List of Localized MS Operating Systems: List of Localized MS Operating Systems:

View File

@ -648,7 +648,7 @@ named options are equivalent to other
.Fl o .Fl o
named options and are supported for compatibility with other named options and are supported for compatibility with other
operating systems (e.g., Linux, Solaris, and OSX) to ease usage of operating systems (e.g., Linux, Solaris, and OSX) to ease usage of
.Xr autofs 5 .Xr autofs 4
support. support.
.Bl -tag -width indent .Bl -tag -width indent
.It Fl o Cm vers Ns = Ns 2 .It Fl o Cm vers Ns = Ns 2

View File

@ -45,7 +45,7 @@
The The
.Nm .Nm
utility creates a utility creates a
.Xr nullfs 5 .Xr nullfs 4
layer, duplicating a sub-tree of the file system layer, duplicating a sub-tree of the file system
name space under another part of the global file system namespace. name space under another part of the global file system namespace.
This allows existing files and directories to be accessed This allows existing files and directories to be accessed
@ -257,7 +257,7 @@ is that vnode arguments must be manually mapped.
.\" .\"
.\" .\"
.Sh SEE ALSO .Sh SEE ALSO
.Xr nullfs 5 , .Xr nullfs 4 ,
.Xr mount 8 .Xr mount 8
.Pp .Pp
UCLA Technical Report CSD-910056, UCLA Technical Report CSD-910056,

View File

@ -175,7 +175,7 @@ After changing vfs.root.mountfrom with
.Nm Fl r .Nm Fl r
can be used to change the root filesystem while preserving kernel state. can be used to change the root filesystem while preserving kernel state.
This requires the This requires the
.Xr tmpfs 5 .Xr tmpfs 4
kernel module to be loaded because kernel module to be loaded because
.Xr init 8 .Xr init 8
needs a place to store itself after the old root is unmounted, but needs a place to store itself after the old root is unmounted, but

View File

@ -215,8 +215,8 @@ read this to determine the device file for a
specified mount point. specified mount point.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr ffs 4 ,
.Xr fs 5 , .Xr fs 5 ,
.Xr ffs 7 ,
.Xr tuning 7 , .Xr tuning 7 ,
.Xr dumpfs 8 , .Xr dumpfs 8 ,
.Xr gjournal 8 , .Xr gjournal 8 ,

View File

@ -97,4 +97,4 @@ macros return numbers whose value can span the complete range of an
.Sh SEE ALSO .Sh SEE ALSO
.Xr mknod 2 , .Xr mknod 2 ,
.Xr devname 3 , .Xr devname 3 ,
.Xr devfs 5 .Xr devfs 4

View File

@ -335,9 +335,9 @@ devices
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
None. None.
.Sh SEE ALSO .Sh SEE ALSO
.Xr cd9660 4 ,
.Xr cam 4 , .Xr cam 4 ,
.Xr da 4 , .Xr da 4 ,
.Xr cd9660 5 ,
.Xr disklabel 8 , .Xr disklabel 8 ,
.Xr cd 9 .Xr cd 9
.Sh HISTORY .Sh HISTORY

View File

@ -65,13 +65,13 @@ tool can be used to recover deleted device entries under
.Nm . .Nm .
.Pp .Pp
The The
.Xr fdescfs 5 .Xr fdescfs 4
filesystem is an alternate means for populating filesystem is an alternate means for populating
.Pa /dev/fd . .Pa /dev/fd .
The character devices that both The character devices that both
.Nm .Nm
and and
.Xr fdescfs 5 .Xr fdescfs 4
present in present in
.Pa /dev/fd .Pa /dev/fd
correspond to the open file descriptors of the process correspond to the open file descriptors of the process
@ -82,7 +82,7 @@ only creates files for the standard file descriptors
.Pa 1 .Pa 1
and and
.Pa 2 . .Pa 2 .
.Xr fdescfs 5 .Xr fdescfs 4
creates files for all open descriptors. creates files for all open descriptors.
.Pp .Pp
The options are as follows: The options are as follows:
@ -123,7 +123,7 @@ volume located on
.Pp .Pp
.Dl "mount -t devfs devfs /mychroot/dev" .Dl "mount -t devfs devfs /mychroot/dev"
.Sh SEE ALSO .Sh SEE ALSO
.Xr fdescfs 5 , .Xr fdescfs 4 ,
.Xr devfs 8 , .Xr devfs 8 ,
.Xr mount 8 , .Xr mount 8 ,
.Xr make_dev 9 .Xr make_dev 9

View File

@ -78,11 +78,11 @@ are ignored.
By default, By default,
.Pa /dev/fd .Pa /dev/fd
is provided by is provided by
.Xr devfs 5 , .Xr devfs 4 ,
which provides nodes for the first three file descriptors. which provides nodes for the first three file descriptors.
Some sites may require nodes for additional file descriptors; these can be Some sites may require nodes for additional file descriptors; these can be
made available by mounting made available by mounting
.Xr fdescfs 5 .Xr fdescfs 4
on on
.Pa /dev/fd . .Pa /dev/fd .
.Sh FILES .Sh FILES
@ -93,6 +93,6 @@ on
.It Pa /dev/stderr .It Pa /dev/stderr
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr tty 4 , .Xr devfs 4 ,
.Xr devfs 5 , .Xr fdescfs 4 ,
.Xr fdescfs 5 .Xr tty 4

View File

@ -196,7 +196,7 @@ flag use:
.Pp .Pp
.Dl "mount -t fdescfs -o nodup none /dev/fdpath" .Dl "mount -t fdescfs -o nodup none /dev/fdpath"
.Sh SEE ALSO .Sh SEE ALSO
.Xr devfs 5 , .Xr devfs 4 ,
.Xr mount 8 .Xr mount 8
.Sh HISTORY .Sh HISTORY
The The

View File

@ -77,7 +77,7 @@ are accessed through
sometimes also called sometimes also called
.Em special files . .Em special files .
They are located within instances of the They are located within instances of the
.Xr devfs 5 .Xr devfs 4
filesystem, which is conventionally mounted on the directory filesystem, which is conventionally mounted on the directory
.Pa /dev .Pa /dev
in the file system hierarchy in the file system hierarchy
@ -85,7 +85,7 @@ in the file system hierarchy
.Xr hier 7 ) . .Xr hier 7 ) .
.Pp .Pp
The The
.Xr devfs 5 .Xr devfs 4
filesystem creates or removes device nodes automatically according to filesystem creates or removes device nodes automatically according to
the physical hardware recognized as present at any given time. the physical hardware recognized as present at any given time.
For pseudo-devices, device nodes may be created and removed dynamically For pseudo-devices, device nodes may be created and removed dynamically
@ -104,7 +104,7 @@ or set using the
command. command.
In the latter case, different rules may be used to make different sets In the latter case, different rules may be used to make different sets
of devices visible within different instances of the of devices visible within different instances of the
.Xr devfs 5 .Xr devfs 4
filesystem, which may be used, for example, to prevent jailed filesystem, which may be used, for example, to prevent jailed
subsystems from accessing unsafe devices. subsystems from accessing unsafe devices.
Manual changes to device Manual changes to device
@ -200,7 +200,7 @@ device.
.Xr select 2 , .Xr select 2 ,
.Xr socket 2 , .Xr socket 2 ,
.Xr write 2 , .Xr write 2 ,
.Xr devfs 5 , .Xr devfs 4 ,
.Xr hier 7 , .Xr hier 7 ,
.Xr config 8 .Xr config 8
.Sh HISTORY .Sh HISTORY

View File

@ -96,7 +96,7 @@ drivers may be loaded into the system with
.Nm . .Nm .
Device nodes for the loaded drivers are automatically created when a Device nodes for the loaded drivers are automatically created when a
module is loaded and destroyed when it is unloaded by module is loaded and destroyed when it is unloaded by
.Xr devfs 5 . .Xr devfs 4 .
You can specify userland programs that will run when new devices You can specify userland programs that will run when new devices
become available as a result of loading modules, or existing devices become available as a result of loading modules, or existing devices
go away when modules are unloaded, by configuring go away when modules are unloaded, by configuring
@ -121,7 +121,7 @@ example source code implementing a sample kld module
.Xr kldnext 2 , .Xr kldnext 2 ,
.Xr kldstat 2 , .Xr kldstat 2 ,
.Xr kldunload 2 , .Xr kldunload 2 ,
.Xr devfs 5 , .Xr devfs 4 ,
.Xr devd 8 , .Xr devd 8 ,
.Xr kldload 8 , .Xr kldload 8 ,
.Xr kldstat 8 , .Xr kldstat 8 ,

View File

@ -77,8 +77,8 @@ file system on
.Pp .Pp
.Dl "mount -t lindebugfs lindebugfs /sys/kernel/debug" .Dl "mount -t lindebugfs lindebugfs /sys/kernel/debug"
.Sh SEE ALSO .Sh SEE ALSO
.Xr linprocfs 5 , .Xr linprocfs 4 ,
.Xr linsysfs 5 , .Xr linsysfs 4 ,
.Xr pseudofs 9 , .Xr pseudofs 9 ,
.Xr linux 4 , .Xr linux 4 ,
.Xr mount 1 .Xr mount 1

View File

@ -74,8 +74,8 @@ is a mount point.
.Sh SEE ALSO .Sh SEE ALSO
.Xr nmount 2 , .Xr nmount 2 ,
.Xr unmount 2 , .Xr unmount 2 ,
.Xr linprocfs 4 ,
.Xr linux 4 , .Xr linux 4 ,
.Xr linprocfs 5 ,
.Xr pseudofs 9 .Xr pseudofs 9
.Sh HISTORY .Sh HISTORY
The The
@ -93,6 +93,6 @@ by
This manual page was edited by This manual page was edited by
.An Doug Ambrisko , .An Doug Ambrisko ,
based on the based on the
.Xr linprocfs 5 .Xr linprocfs 4
manual page by manual page by
.An Garrett Wollman . .An Garrett Wollman .

View File

@ -156,30 +156,30 @@ Defaults to 0.
Linux run-time environment Linux run-time environment
.It Pa /compat/linux/dev .It Pa /compat/linux/dev
device file system, see device file system, see
.Xr devfs 5 .Xr devfs 4
.It Pa /compat/linux/dev/fd .It Pa /compat/linux/dev/fd
file descriptor file system mounted with the file descriptor file system mounted with the
.Cm linrdlnk .Cm linrdlnk
option, see option, see
.Xr fdescfs 5 .Xr fdescfs 4
.It Pa /compat/linux/dev/shm .It Pa /compat/linux/dev/shm
in-memory file system, see in-memory file system, see
.Xr tmpfs 5 .Xr tmpfs 4
.It Pa /compat/linux/proc .It Pa /compat/linux/proc
Linux process file system, see Linux process file system, see
.Xr linprocfs 5 .Xr linprocfs 4
.It Pa /compat/linux/sys .It Pa /compat/linux/sys
Linux kernel objects file system, see Linux kernel objects file system, see
.Xr linsysfs 5 .Xr linsysfs 4
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr brandelf 1 , .Xr brandelf 1 ,
.Xr fdescfs 4 ,
.Xr linprocfs 4 ,
.Xr linsysfs 4 ,
.Xr pty 4 , .Xr pty 4 ,
.Xr elf 5 , .Xr tmpfs 4 ,
.Xr fdescfs 5 , .Xr elf 5
.Xr linprocfs 5 ,
.Xr linsysfs 5 ,
.Xr tmpfs 5
.Sh HISTORY .Sh HISTORY
Linux ABI support first appeared for i386 in Linux ABI support first appeared for i386 in
.Fx 2.1 . .Fx 2.1 .

View File

@ -172,7 +172,7 @@ field reports the third page validity.
.Sh FILES .Sh FILES
The The
.Pa /dev/mlx5ctl .Pa /dev/mlx5ctl
.Xr devfs 5 .Xr devfs 4
node is used to pass commands to the driver. node is used to pass commands to the driver.
.Sh RETURN VALUES .Sh RETURN VALUES
If successful, the IOCTL returns zero. If successful, the IOCTL returns zero.

View File

@ -285,7 +285,7 @@ Use the most recently attached device.
.It Va hw.snd.default_unit .It Va hw.snd.default_unit
Default sound card for systems with multiple sound cards. Default sound card for systems with multiple sound cards.
When using When using
.Xr devfs 5 , .Xr devfs 4 ,
the default device for the default device for
.Pa /dev/dsp . .Pa /dev/dsp .
Equivalent to a symlink from Equivalent to a symlink from
@ -597,6 +597,7 @@ or outgoing (record) data.
A device node is not created properly. A device node is not created properly.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr devfs 4 ,
.Xr snd_ai2s 4 , .Xr snd_ai2s 4 ,
.Xr snd_als4000 4 , .Xr snd_als4000 4 ,
.Xr snd_atiixp 4 , .Xr snd_atiixp 4 ,
@ -623,7 +624,6 @@ A device node is not created properly.
.Xr snd_via8233 4 , .Xr snd_via8233 4 ,
.Xr snd_via82c686 4 , .Xr snd_via82c686 4 ,
.Xr snd_vibes 4 , .Xr snd_vibes 4 ,
.Xr devfs 5 ,
.Xr device.hints 5 , .Xr device.hints 5 ,
.Xr loader.conf 5 , .Xr loader.conf 5 ,
.Xr dmesg 8 , .Xr dmesg 8 ,

View File

@ -54,7 +54,7 @@ The action to take for the device.
The action names are only significant to the first unique character. The action names are only significant to the first unique character.
.It Ar devname .It Ar devname
The name of the device created by The name of the device created by
.Xr devfs 5 . .Xr devfs 4 .
.It Ar arg .It Ar arg
The argument of the The argument of the
.Ar action . .Ar action .
@ -68,7 +68,7 @@ This action creates a symbolic link named
that points to that points to
.Ar devname , .Ar devname ,
the name of the device created by the name of the device created by
.Xr devfs 5 . .Xr devfs 4 .
.It Ic own .It Ic own
This action changes the ownership of This action changes the ownership of
.Ar devname . .Ar devname .
@ -118,8 +118,8 @@ perm cd0 0660
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr chmod 1 , .Xr chmod 1 ,
.Xr devfs 4 ,
.Xr devd.conf 5 , .Xr devd.conf 5 ,
.Xr devfs 5 ,
.Xr devfs.rules 5 , .Xr devfs.rules 5 ,
.Xr chown 8 .Xr chown 8
.Sh AUTHORS .Sh AUTHORS

View File

@ -124,7 +124,7 @@ group, a similar rule may be used:
.Dl "add path 'usb/*' mode 0660 group usb" .Dl "add path 'usb/*' mode 0660 group usb"
.Sh SEE ALSO .Sh SEE ALSO
.Xr glob 3 , .Xr glob 3 ,
.Xr devfs 5 , .Xr devfs 4 ,
.Xr devfs.conf 5 , .Xr devfs.conf 5 ,
.Xr devfs 8 , .Xr devfs 8 ,
.Xr service 8 .Xr service 8

View File

@ -113,7 +113,7 @@ flag.
Other options need both the file system specific flag and its argument, Other options need both the file system specific flag and its argument,
separated by an equal sign. separated by an equal sign.
For example, mounting an For example, mounting an
.Xr msdosfs 5 .Xr msdosfs 4
filesystem, the options filesystem, the options
.Bd -literal -offset indent .Bd -literal -offset indent
-o sync -o noatime -m 644 -M 755 -u foo -g bar -o sync -o noatime -m 644 -M 755 -u foo -g bar

View File

@ -50,7 +50,7 @@ The logic for this is in
.Fn vfs_mountroot_conf0 . .Fn vfs_mountroot_conf0 .
.It .It
The kernel will first mount The kernel will first mount
.Xr devfs 5 .Xr devfs 4
as the root file system. as the root file system.
.It .It
Next, the kernel will parse the in-memory config file created in step 1 Next, the kernel will parse the in-memory config file created in step 1
@ -60,7 +60,7 @@ See
for the format of the config file. for the format of the config file.
.It .It
When the actual root file system is mounted, When the actual root file system is mounted,
.Xr devfs 5 .Xr devfs 4
will be re-mounted on the will be re-mounted on the
.Pa /dev .Pa /dev
directory. directory.
@ -221,7 +221,7 @@ For each root file system which is mounted, a
directory directory
.Em must .Em must
exist so that the root mount logic can properly re-mount exist so that the root mount logic can properly re-mount
.Xr devfs 5 . .Xr devfs 4 .
If this directory does not exist, the system If this directory does not exist, the system
may hang during the bootup process. may hang during the bootup process.
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -128,7 +128,7 @@ compatibility run-time
device nodes and special files; see device nodes and special files; see
.Xr intro 4 .Xr intro 4
and and
.Xr devfs 5 .Xr devfs 4
.Pp .Pp
.Bl -tag -width "loader.conf.d" -compact .Bl -tag -width "loader.conf.d" -compact
.It Pa ada0 .It Pa ada0
@ -365,7 +365,7 @@ that need no home directory; see also
.Pa /var/empty/ .Pa /var/empty/
.It Pa /proc/ .It Pa /proc/
process file system; see process file system; see
.Xr procfs 5 .Xr procfs 4
.It Pa /rescue/ .It Pa /rescue/
statically linked programs for emergency recovery; see statically linked programs for emergency recovery; see
.Xr rescue 8 .Xr rescue 8

View File

@ -695,10 +695,10 @@ over services you export from your box (web services, email).
.Xr ata 4 , .Xr ata 4 ,
.Xr dummynet 4 , .Xr dummynet 4 ,
.Xr eventtimers 4 , .Xr eventtimers 4 ,
.Xr ffs 4 ,
.Xr login.conf 5 , .Xr login.conf 5 ,
.Xr rc.conf 5 , .Xr rc.conf 5 ,
.Xr sysctl.conf 5 , .Xr sysctl.conf 5 ,
.Xr ffs 7 ,
.Xr firewall 7 , .Xr firewall 7 ,
.Xr hier 7 , .Xr hier 7 ,
.Xr ports 7 , .Xr ports 7 ,

View File

@ -45,7 +45,7 @@ The
boot process loads system bootstrap code located in an EFI System Partition boot process loads system bootstrap code located in an EFI System Partition
(ESP). (ESP).
The ESP is a GPT or MBR partition with a specific identifier that contains an The ESP is a GPT or MBR partition with a specific identifier that contains an
.Xr msdosfs 5 .Xr msdosfs 4
FAT file system with a specified file hierarchy. FAT file system with a specified file hierarchy.
.Bl -column -offset indent "Partition Scheme" "ESP Identifier" .Bl -column -offset indent "Partition Scheme" "ESP Identifier"
.It Sy "Partition Scheme" Ta Sy "ESP Identifier" .It Sy "Partition Scheme" Ta Sy "ESP Identifier"
@ -110,7 +110,7 @@ Typical non-default kernel (optional)
.Sh SEE ALSO .Sh SEE ALSO
.Xr vt 4 , .Xr vt 4 ,
.Xr boot.config 5 , .Xr boot.config 5 ,
.Xr msdosfs 5 , .Xr msdosfs 4 ,
.Xr boot 8 , .Xr boot 8 ,
.Xr efibootmgr 8 , .Xr efibootmgr 8 ,
.Xr efidp 8 , .Xr efidp 8 ,

View File

@ -46,7 +46,7 @@ The
.Fn DEVICE_ATTACH .Fn DEVICE_ATTACH
method should initialize the hardware and allocate other method should initialize the hardware and allocate other
system resources (such as system resources (such as
.Xr devfs 5 .Xr devfs 4
entries). entries).
.Pp .Pp
Devices which implement buses should use this method to probe for Devices which implement buses should use this method to probe for
@ -58,7 +58,7 @@ the child devices will be automatically probed and attached.
.Sh RETURN VALUES .Sh RETURN VALUES
Zero is returned on success, otherwise an appropriate error is returned. Zero is returned on success, otherwise an appropriate error is returned.
.Sh SEE ALSO .Sh SEE ALSO
.Xr devfs 5 , .Xr devfs 4 ,
.Xr device 9 , .Xr device 9 ,
.Xr DEVICE_DETACH 9 , .Xr DEVICE_DETACH 9 ,
.Xr DEVICE_IDENTIFY 9 , .Xr DEVICE_IDENTIFY 9 ,

View File

@ -42,7 +42,7 @@ EVENTHANDLER_REGISTER(dev_clone, clone_handler, arg, priority);
.Sh DESCRIPTION .Sh DESCRIPTION
A device driver may register a listener that will be notified each time A device driver may register a listener that will be notified each time
a name lookup on the a name lookup on the
.Xr devfs 5 .Xr devfs 4
mount point fails to find the vnode. mount point fails to find the vnode.
A listener shall be registered for the A listener shall be registered for the
.Va dev_clone .Va dev_clone
@ -72,5 +72,5 @@ that were started before
.Fn drain_dev_clone_events .Fn drain_dev_clone_events
call, are finished before it returns control. call, are finished before it returns control.
.Sh SEE ALSO .Sh SEE ALSO
.Xr devfs 5 , .Xr devfs 4 ,
.Xr namei 9 .Xr namei 9

View File

@ -47,7 +47,7 @@ The
and and
.Fn dev_relthread .Fn dev_relthread
routines provide a safe way to access routines provide a safe way to access
.Xr devfs 5 .Xr devfs 4
devices that may be concurrently destroyed by devices that may be concurrently destroyed by
.Fn destroy_dev .Fn destroy_dev
(e.g., removable media). (e.g., removable media).
@ -143,7 +143,7 @@ and do not initialize the value pointed to by the
parameter in any way. parameter in any way.
.Ef .Ef
.Sh SEE ALSO .Sh SEE ALSO
.Xr devfs 5 , .Xr devfs 4 ,
.Xr destroy_dev 9 .Xr destroy_dev 9
.Sh CAVEATS .Sh CAVEATS
Do not invoke Do not invoke

View File

@ -62,7 +62,7 @@ Currently, functioning of these functions is restricted to the context
of the of the
.Fa cdevsw .Fa cdevsw
switch method calls performed as switch method calls performed as
.Xr devfs 5 .Xr devfs 4
operations in response to system calls that use filedescriptors. operations in response to system calls that use filedescriptors.
.Pp .Pp
The The
@ -151,7 +151,7 @@ any blockable locking inside the callback
.Sh SEE ALSO .Sh SEE ALSO
.Xr close 2 , .Xr close 2 ,
.Xr open 2 , .Xr open 2 ,
.Xr devfs 5 .Xr devfs 4
.Sh HISTORY .Sh HISTORY
The The
.Fn devfs_cdevpriv .Fn devfs_cdevpriv

View File

@ -51,7 +51,7 @@ disk-like storage devices to advertise the device to other kernel
components, including components, including
.Xr GEOM 4 .Xr GEOM 4
and and
.Xr devfs 5 . .Xr devfs 4 .
.Pp .Pp
Each disk device is described by a Each disk device is described by a
.Vt "struct disk" .Vt "struct disk"
@ -242,8 +242,8 @@ Typically used to store a pointer to the drivers
structure for this disk device. structure for this disk device.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr GEOM 4 , .Xr devfs 4 ,
.Xr devfs 5 .Xr GEOM 4
.Sh HISTORY .Sh HISTORY
The The
.Nm kernel disk storage API .Nm kernel disk storage API

View File

@ -50,7 +50,7 @@ The
function creates a new provider on given geom function creates a new provider on given geom
.Fa gp . .Fa gp .
The name of the provider, which will appear as device in The name of the provider, which will appear as device in
.Xr devfs 5 , .Xr devfs 4 ,
is created is created
in a in a
.Xr printf 3 Ns .Xr printf 3 Ns

View File

@ -81,7 +81,7 @@ structure for a new device, which is returned into the
.Fa cdev .Fa cdev
argument. argument.
It also notifies It also notifies
.Xr devfs 5 .Xr devfs 4
of the presence of the new device, that causes corresponding nodes of the presence of the new device, that causes corresponding nodes
to be created. to be created.
Besides this, a Besides this, a
@ -123,7 +123,7 @@ would print it.
The name determines its path under The name determines its path under
.Pa /dev .Pa /dev
or other or other
.Xr devfs 5 .Xr devfs 4
mount point and may contain slash mount point and may contain slash
.Ql / .Ql /
characters to denote subdirectories. characters to denote subdirectories.
@ -457,7 +457,7 @@ flag was specified and the provided device name already exists.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr devctl 4 , .Xr devctl 4 ,
.Xr devfs 5 , .Xr devfs 4 ,
.Xr dev_clone 9 .Xr dev_clone 9
.Sh HISTORY .Sh HISTORY
The The

View File

@ -36,9 +36,9 @@
The The
.Nm .Nm
module offers an abstract API for pseudo-file systems such as module offers an abstract API for pseudo-file systems such as
.Xr procfs 5 .Xr procfs 4
and and
.Xr linprocfs 5 . .Xr linprocfs 4 .
It takes care of all the hairy bits like interfacing with the VFS It takes care of all the hairy bits like interfacing with the VFS
system, enforcing access control, keeping track of file numbers, and system, enforcing access control, keeping track of file numbers, and
cloning files and directories that are process-specific. cloning files and directories that are process-specific.
@ -51,9 +51,9 @@ and callbacks that report file attributes or write the actual file
contents into sbufs. contents into sbufs.
.\" Insert more info here .\" Insert more info here
.Sh SEE ALSO .Sh SEE ALSO
.Xr linprocfs 5 , .Xr linprocfs 4 ,
.Xr linsysfs 5 , .Xr linsysfs 4 ,
.Xr procfs 5 , .Xr procfs 4 ,
.Xr sbuf 9 , .Xr sbuf 9 ,
.Xr vnode 9 .Xr vnode 9
.Sh HISTORY .Sh HISTORY

View File

@ -1,3 +1,3 @@
Do not build Do not build
.Xr autofs 5 .Xr autofs 4
related programs, libraries, and kernel modules. related programs, libraries, and kernel modules.

View File

@ -47,7 +47,7 @@ flag bits.
Show information about the Show information about the
.Ql ufs .Ql ufs
and and
.Xr devfs 5 .Xr devfs 4
filesystems and check the number of mounts for the former: filesystems and check the number of mounts for the former:
.Bd -literal -offset indent .Bd -literal -offset indent
$ lsvfs ufs devfs $ lsvfs ufs devfs

View File

@ -164,7 +164,7 @@ use the command
.Xr mq_send 2 , .Xr mq_send 2 ,
.Xr mq_setattr 2 , .Xr mq_setattr 2 ,
.Xr mq_unlink 2 , .Xr mq_unlink 2 ,
.Xr mqueuefs 5 .Xr mqueuefs 4
.Sh BUGS .Sh BUGS
mq_timedsend and mq_timedrecv are not implemented. mq_timedsend and mq_timedrecv are not implemented.
info reports a worst-case estimate for QSIZE. info reports a worst-case estimate for QSIZE.

View File

@ -361,7 +361,7 @@ Directory containing shell scripts to implement special maps and directory
services. services.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr autofs 5 , .Xr autofs 4 ,
.Xr automount 8 , .Xr automount 8 ,
.Xr automountd 8 , .Xr automountd 8 ,
.Xr autounmountd 8 .Xr autounmountd 8

View File

@ -46,7 +46,7 @@ command parses the
.Xr auto_master 5 .Xr auto_master 5
configuration file and any direct maps that it references, and mounts configuration file and any direct maps that it references, and mounts
or unmounts or unmounts
.Xr autofs 5 .Xr autofs 4
filesystems to match. filesystems to match.
These options are available: These options are available:
.Bl -tag -width ".Fl v" .Bl -tag -width ".Fl v"
@ -75,10 +75,10 @@ It is only useful with
.It Fl u .It Fl u
Try to unmount filesystems mounted by Try to unmount filesystems mounted by
.Xr automountd 8 . .Xr automountd 8 .
.Xr autofs 5 .Xr autofs 4
mounts are not unmounted. mounts are not unmounted.
To unmount all To unmount all
.Xr autofs .Xr autofs 4
mounts, use mounts, use
.Cm "umount -At autofs". .Cm "umount -At autofs".
.It Fl v .It Fl v
@ -91,8 +91,8 @@ Unmount all filesystems mounted by
.Xr automountd 8 : .Xr automountd 8 :
.Dl Nm Fl u .Dl Nm Fl u
.Sh SEE ALSO .Sh SEE ALSO
.Xr autofs 4 ,
.Xr auto_master 5 , .Xr auto_master 5 ,
.Xr autofs 5 ,
.Xr automountd 8 , .Xr automountd 8 ,
.Xr autounmountd 8 .Xr autounmountd 8
.Sh HISTORY .Sh HISTORY

View File

@ -42,7 +42,7 @@
The The
.Nm .Nm
daemon is responsible for handling daemon is responsible for handling
.Xr autofs 5 .Xr autofs 4
mount requests, parsing maps, mount requests, parsing maps,
and mounting filesystems they specify. and mounting filesystems they specify.
On startup, On startup,
@ -83,8 +83,8 @@ Increase verbosity.
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std
.Sh SEE ALSO .Sh SEE ALSO
.Xr autofs 4 ,
.Xr auto_master 5 , .Xr auto_master 5 ,
.Xr autofs 5 ,
.Xr automount 8 , .Xr automount 8 ,
.Xr autounmountd 8 .Xr autounmountd 8
.Sh HISTORY .Sh HISTORY

View File

@ -165,7 +165,7 @@ Disable the attribute named md5 on the root file system.
.Pp .Pp
Stop extended attributes on the root file system. Stop extended attributes on the root file system.
.Sh SEE ALSO .Sh SEE ALSO
.Xr ffs 7 , .Xr ffs 4 ,
.Xr getextattr 8 , .Xr getextattr 8 ,
.Xr setextattr 8 , .Xr setextattr 8 ,
.Xr extattr 9 .Xr extattr 9

View File

@ -112,8 +112,8 @@ utility exits 0 on success, and >0 if an error occurs or the filesystem
type is not recognized. type is not recognized.
.Sh SEE ALSO .Sh SEE ALSO
.Xr file 1 , .Xr file 1 ,
.Xr autofs 4 ,
.Xr capsicum 4 , .Xr capsicum 4 ,
.Xr autofs 5 ,
.Xr geli 8 , .Xr geli 8 ,
.Xr glabel 8 , .Xr glabel 8 ,
.Xr mount 8 , .Xr mount 8 ,

View File

@ -954,7 +954,7 @@ An
format file containing filesystems to mount before creating a jail. format file containing filesystems to mount before creating a jail.
.It Va mount.devfs .It Va mount.devfs
Mount a Mount a
.Xr devfs 5 .Xr devfs 4
filesystem on the chrooted filesystem on the chrooted
.Pa /dev .Pa /dev
directory, and apply the ruleset in the directory, and apply the ruleset in the
@ -963,13 +963,13 @@ parameter (or a default of ruleset 4: devfsrules_jail)
to restrict the devices visible inside the jail. to restrict the devices visible inside the jail.
.It Va mount.fdescfs .It Va mount.fdescfs
Mount a Mount a
.Xr fdescfs 5 .Xr fdescfs 4
filesystem on the chrooted filesystem on the chrooted
.Pa /dev/fd .Pa /dev/fd
directory. directory.
.It Va mount.procfs .It Va mount.procfs
Mount a Mount a
.Xr procfs 5 .Xr procfs 4
filesystem on the chrooted filesystem on the chrooted
.Pa /proc .Pa /proc
directory. directory.
@ -1416,13 +1416,13 @@ environment of the first jail.
.Xr ps 1 , .Xr ps 1 ,
.Xr quota 1 , .Xr quota 1 ,
.Xr jail_set 2 , .Xr jail_set 2 ,
.Xr devfs 4 ,
.Xr fdescfs 4 ,
.Xr linprocfs 4 ,
.Xr linsysfs 4 ,
.Xr procfs 4 ,
.Xr vmm 4 , .Xr vmm 4 ,
.Xr devfs 5 ,
.Xr fdescfs 5 ,
.Xr jail.conf 5 , .Xr jail.conf 5 ,
.Xr linprocfs 5 ,
.Xr linsysfs 5 ,
.Xr procfs 5 ,
.Xr rc.conf 5 , .Xr rc.conf 5 ,
.Xr sysctl.conf 5 , .Xr sysctl.conf 5 ,
.Xr bsdconfig 8 , .Xr bsdconfig 8 ,

View File

@ -109,7 +109,7 @@ Performs PCIe link-level reset on the specified device.
.Sh FILES .Sh FILES
The The
.Pa /dev/mlx5ctl .Pa /dev/mlx5ctl
.Xr devfs 5 .Xr devfs 4
node is used to pass commands to the driver. node is used to pass commands to the driver.
.Sh SEE ALSO .Sh SEE ALSO
.Xr mlx5en 4 , .Xr mlx5en 4 ,

View File

@ -53,7 +53,7 @@ Verbose mode.
Search the file system mounted on this mountpoint. Search the file system mounted on this mountpoint.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr ffs 7 , .Xr ffs 4 ,
.Xr mksnap_ffs 8 .Xr mksnap_ffs 8
.Sh HISTORY .Sh HISTORY
The The