.Fn pselect
function conforms to
.St -p1003.1-2001 .
+.Sh HISTORY
+The
+.Fn pselect
+function first appeared in
+.Dx 1.11 .
+.Sh AUTHORS
+This manual page was originally written by
+.An Garrett Wollman Aq wollman@FreeBSD.org
+for
+.Fx
+and later modified for
+.Dx .
.Sh BUGS
The
.Fn pselect
.Fn pselect
implementations in libthread_xu (kernel multi-threading) and libc
(single-threading) operate atomically and are therefore race-free.
-.Sh HISTORY
-The
-.Fn pselect
-function first appeared in
-.Dx 1.11 .
-.Sh AUTHORS
-This manual page was originally written by
-.An Garrett Wollman Aq wollman@FreeBSD.org
-for
-.Fx
-and later modified for
-.Dx .
big-endian byte-order, respectively.
These routines are not part of the DCE RPC API.
They are provided for convenience.
-.Sh FILES
-.Bl -tag -width ".Pa /etc/defaults/uuids"
-.It Pa /etc/defaults/uuids
-A list of UUIDs and their symbolic names provided by the OS vendor.
-.It Pa /etc/uuids
-A list of UUIDs and their symbolic names provided by the system administrator.
-.El
.Sh RETURN VALUES
The successful or unsuccessful completion of the function is returned in the
.Fa status
.It Dv uuid_s_not_found
A UUID lookup failed.
.El
+.Sh FILES
+.Bl -tag -width ".Pa /etc/defaults/uuids"
+.It Pa /etc/defaults/uuids
+A list of UUIDs and their symbolic names provided by the OS vendor.
+.It Pa /etc/uuids
+A list of UUIDs and their symbolic names provided by the system administrator.
+.El
.Sh SEE ALSO
.Xr uuidgen 1 ,
.Xr uuidgen 2 ,
.Xr strerror 3 ,
.Xr bluetooth 4 ,
.Xr sdpd 8
-.Sh AUTHORS
-.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
-.Sh BUGS
-Most likely.
-Please report bugs if found.
.Sh HISTORY
.Nm libsdp
first appeared in
by
.An Iain Hibbert and imported into
.Dx 1.11 .
+.Sh AUTHORS
+.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
+.Sh BUGS
+Most likely.
+Please report bugs if found.
Calls to fsync() will be ignored. This mode is primarily designed
for testing and should not be used on a production system.
.El
-.Sh EXIT STATUS
-.Ex -std
.Sh FILES
.Bl -tag -width ".It Pa <fs>/var/slaves/<name>" -compact
.It Pa <pfs>/snapshots
.Nm ( HAMMER
VERSION 2-)
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh SEE ALSO
.Xr ssh 1 ,
.Xr undo 1 ,
.Xr ng_ether 4 ,
.Xr vlan 4 ,
.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+driver and this manual page was written by
+.An Stanislav Sedov
+.Aq stas@FreeBSD.org .
+It first appeared in
+.Fx 7.1 .
.Sh BUGS
The Attansic L2 FastEthernet contoller supports DMA but do not use a descriptor
based transfer mechanism via scatter-gather DMA.
This may introduce a high CPU load on systems with heavy network activity.
Luckily enough this should not be a problem on modern hardware as L2 does
not support speeds faster than 100Mbps.
-.Sh HISTORY
-The
-.Nm
-driver and this manual page was written by
-.An Stanislav Sedov
-.Aq stas@FreeBSD.org .
-It first appeared in
-.Fx 7.1 .
are supported and work as expected. An open file descriptor
will always be ready for writing, but only ready for reading
if the device indicates that it has data available.
-.Sh COMPATIBILITY
-Userland smartcard code written for the vendor's Linux drivers
-should work with the
-.Nm
-driver without modification.
.Sh FILES
.Bl -tag -width /dev/cmxn -compact
.It Pa /dev/cmx\fBn\fP
.\".Nm
.\"devices.
.El
+.Sh COMPATIBILITY
+Userland smartcard code written for the vendor's Linux drivers
+should work with the
+.Nm
+driver without modification.
.Sh SEE ALSO
.Xr pccard 4
.Sh HISTORY
after digit no. 8, 12, 16 and 20.
A name is a text string enclosed in double quotes
.Pq Sq \&" .
-.Sh EXAMPLES
-A UUID with name
-.Dq test UUID :
-.Bd -literal -offset indent
-# test uuids(5) file
-061ceb5d-5beb-11dd-924c-010e0cd0bad1 "test UUID"
-.Ed
.Sh FILES
.Bl -tag -width ".Pa /etc/defaults/uuids" -compact
.It Pa /etc/defaults/uuids
A list of UUIDs and their symbolic names provided by the
system administrator.
.El
+.Sh EXAMPLES
+A UUID with name
+.Dq test UUID :
+.Bd -literal -offset indent
+# test uuids(5) file
+061ceb5d-5beb-11dd-924c-010e0cd0bad1 "test UUID"
+.Ed
.Sh SEE ALSO
.Xr uuid 3
.Sh AUTHORS
configuration file, for
.Xr config 8 .
.El
+.Sh CONFIGURATION FILES
+Your virtual kernel is a complete
+.Dx
+system, but you might not want to run all the services a normal kernel runs.
+Here is what a typical virtual kernel's
+.Pa /etc/rc.conf
+file looks like, with some additional possibilities commented out.
+.Bd -literal
+hostname="vkernel"
+network_interfaces="lo0 vke0"
+ifconfig_vke0="DHCP"
+sendmail_enable="NO"
+#syslog_enable="NO"
+blanktime="NO"
+.Ed
.Sh EXAMPLES
A couple of steps are necessary in order to prepare the system to build and
run a virtual kernel.
vkernel# make MACHINE_PLATFORM=pc32 buildworld
vkernel# make MACHINE_PLATFORM=pc32 installworld
.Ed
-.Sh CONFIGURATION FILES
-Your virtual kernel is a complete
-.Dx
-system, but you might not want to run all the services a normal kernel runs.
-Here is what a typical virtual kernel's
-.Pa /etc/rc.conf
-file looks like, with some additional possibilities commented out.
-.Bd -literal
-hostname="vkernel"
-network_interfaces="lo0 vke0"
-ifconfig_vke0="DHCP"
-sendmail_enable="NO"
-#syslog_enable="NO"
-blanktime="NO"
-.Ed
.Sh SEE ALSO
.Xr vknet 1 ,
.Xr bridge 4 ,
in either
.In sys/ioctl.h or one of the files that are reached from
.In sys/ioctl.h .
+.Sh RETURN VALUES
+A distinction must be made at this point.
+All
+.Fn *_ioctl
+routines from
+.Em within kernel
+should return either 0 for success
+or a defined error code, as described in
+.In sys/errno.h .
+At the libc level though a conversion takes place, so that eventually
+.Xr ioctl 2
+returns either 0 for success or -1 for failure, in which case the
+.Va errno
+variable is set accordingly.
+.Pp
+The use of magic numbers such as -1, to indicate that a given ioctl
+code was not handled, is strongly discouraged.
+The value -1 is bound to the
+.Er ERESTART
+pseudo-error, which is returned inside kernel to modify return to process.
.Sh EXAMPLES
Let's suppose that we want to pass an integer value to the kernel.
From the user point of view, this is like writing to the kernel.
/* Handle failure */
}
.Ed
-.Sh RETURN VALUES
-A distinction must be made at this point.
-All
-.Fn *_ioctl
-routines from
-.Em within kernel
-should return either 0 for success
-or a defined error code, as described in
-.In sys/errno.h .
-At the libc level though a conversion takes place, so that eventually
-.Xr ioctl 2
-returns either 0 for success or -1 for failure, in which case the
-.Va errno
-variable is set accordingly.
-.Pp
-The use of magic numbers such as -1, to indicate that a given ioctl
-code was not handled, is strongly discouraged.
-The value -1 is bound to the
-.Er ERESTART
-pseudo-error, which is returned inside kernel to modify return to process.
.Sh SEE ALSO
.Xr ioctl 2
The default path is
.Pa /var/run/bthcid .
.El
-.Sh EXIT STATUS
-.Ex -std
.Sh FILES
.Bl -tag -compact
.It Pa /var/run/bthcid
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh SEE ALSO
.Xr btconfig 8 ,
.Xr bthcid 8
.Xr pkg_info 1 ,
.Xr pkg_search 1 ,
.Xr pkgsrc 7
-.Sh AUTHORS
-.Nm
-was written by
-.An Simon 'corecode' Schubert Aq corecode@fs.ei.tum.de .
.Sh HISTORY
The
.Nm
utility first appeared in
.Dx 1.11 .
+.Sh AUTHORS
+.Nm
+was written by
+.An Simon 'corecode' Schubert Aq corecode@fs.ei.tum.de .
.Xr pkg_info 1 ,
.Xr pkg_summary 5 ,
.Xr pkgsrc 7
-.Sh AUTHORS
-.Nm
-was written by
-.An Matthias Schmidt Aq matthias@dragonflybsd.org .
.Sh HISTORY
The
.Nm
utility first appeared in
.Dx 1.11 .
+.Sh AUTHORS
+.Nm
+was written by
+.An Matthias Schmidt Aq matthias@dragonflybsd.org .
pair.
Otherwise, stdin/stdout will be used.
.El
-.Sh EXIT STATUS
-.Ex -std
.Sh FILES
.Bl -tag -width ".Pa /dev/tty[p-sP-S][0-9a-v]" -compact
.It Pa /dev/pty[p-sP-S][0-9a-v]
.It Pa /dev/tty[p-sP-S][0-9a-v]
slave pseudo terminals
.El
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
.Dl rfcomm_sppd -a 00:01:02:03:04:05 -s 1 -t /dev/ttyp1
.Pp
link to use stdin and stdout as its
remote specification. This option is typically not specified manually.
.El
-.Sh EXAMPLES
-.Li "vknet -r 5 /dev/vknet myhomesystem:/dev/vknet"
-.Pp
-.Li "vknet -r 5 -b bridge0 -B bridge0 auto myhomesystem:auto"
.Sh REQUIREMENTS
You may have to load the
.Ar if_tap
typically connects to, established by
.Xr vknetd 8 .
.El
-.Sh BUGS
-There are currently no known bugs.
+.Sh EXAMPLES
+.Li "vknet -r 5 /dev/vknet myhomesystem:/dev/vknet"
+.Pp
+.Li "vknet -r 5 -b bridge0 -B bridge0 auto myhomesystem:auto"
.Sh SEE ALSO
.Xr vke 4 ,
.Xr vkernel 7 ,
command was written by Matthew Dillon and first appeared in
.Dx 1.13
in May 2008.
+.Sh BUGS
+There are currently no known bugs.
.Nm
manual page first appeared in
.Fx 5.3 .
+.Sh AUTHORS
+This manual page was written by
+.An Tom Rhodes Aq trhodes@FreeBSD.org .
.Sh BUGS
The internal variables documented here may change without notice.
Do not rely on them.
with the
.Fl C
option instead.
-.Sh AUTHORS
-This manual page was written by
-.An Tom Rhodes Aq trhodes@FreeBSD.org .
.Va daily_status_include_submit_mailq
should be turned off in
.Pa /etc/periodic.conf .
-.Sh EXIT STATUS
-.Nm
-exits 0 on success, and \*[Gt]0 if an error occurs.
.Sh FILES
Configuration for
.Nm
is typically set up as a symbolic link to
.Nm
which is not usually invoked on its own.
+.Sh EXIT STATUS
+.Nm
+exits 0 on success, and \*[Gt]0 if an error occurs.
.Sh DIAGNOSTICS
The
.Nm
.Sh SEE ALSO
.Xr sdpquery 1 ,
.Xr sdp 3
-.Sh AUTHORS
-.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
.Sh HISTORY
The
.Nm
.An Itronix, Inc.
It was imported into
.Dx 1.11 .
+.Sh AUTHORS
+.An Maksim Yevmenkin Aq m_evmenkin@yahoo.com
.Sh BUGS
Most likely.
Please report if found.
.Xr ( dhclient 8 )
can get through.
.El
-.Sh EXAMPLES
-.Li "vknetd 10.1.0.1/16"
-.Sh REQUIREMENTS
-.Nm
-requires that the
-.Ar if_tap
-and
-.Ar if_bridge
-modules be loaded.
-In addition, a 'vknet' group must exist in /etc/groups.
.Sh FILES
.Bl -tag -width /var/log/lastlog -compact
.It Pa /dev/tap*
.Nm
sits on waiting for connections.
.El
-.Sh BUGS
-.Nm
-defaults to secure mode and will prevent IP spoofing, but the security
-does not yet handle ARP issues so ARP spoofing can be used to create a
-denial of service attack on the host network.
-.Pp
+.Sh EXAMPLES
+.Li "vknetd 10.1.0.1/16"
+.Sh REQUIREMENTS
.Nm
-does not currently implement a timeout for its MAC cache.
+requires that the
+.Ar if_tap
+and
+.Ar if_bridge
+modules be loaded.
+In addition, a 'vknet' group must exist in /etc/groups.
.Sh SEE ALSO
.Xr vknet 1 ,
.Xr vke 4 ,
command was written by Matthew Dillon and first appeared in
.Dx 1.13
in May 2008.
+.Sh BUGS
+.Nm
+defaults to secure mode and will prevent IP spoofing, but the security
+does not yet handle ARP issues so ARP spoofing can be used to create a
+denial of service attack on the host network.
+.Pp
+.Nm
+does not currently implement a timeout for its MAC cache.