summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/BUS_CONNECT_INTR.96
-rw-r--r--share/man/man9/BUS_CREATE_INTR.96
-rw-r--r--share/man/man9/BUS_PRINT_CHILD.96
-rw-r--r--share/man/man9/DEVICE_ATTACH.99
-rw-r--r--share/man/man9/bus_generic_attach.95
-rw-r--r--share/man/man9/bus_generic_detach.95
-rw-r--r--share/man/man9/bus_generic_map_intr.95
-rw-r--r--share/man/man9/bus_generic_print_child.95
-rw-r--r--share/man/man9/bus_generic_read_ivar.95
-rw-r--r--share/man/man9/bus_generic_shutdown.95
-rw-r--r--share/man/man9/cd.94
-rw-r--r--share/man/man9/devclass.916
-rw-r--r--share/man/man9/devclass_add_driver.94
-rw-r--r--share/man/man9/devclass_find.94
-rw-r--r--share/man/man9/devclass_get_device.94
-rw-r--r--share/man/man9/devclass_get_devices.94
-rw-r--r--share/man/man9/devclass_get_maxunit.94
-rw-r--r--share/man/man9/devclass_get_name.94
-rw-r--r--share/man/man9/devclass_get_softc.94
-rw-r--r--share/man/man9/device.98
-rw-r--r--share/man/man9/device_add_child.94
-rw-r--r--share/man/man9/device_delete_child.94
-rw-r--r--share/man/man9/device_enable.94
-rw-r--r--share/man/man9/device_find_child.94
-rw-r--r--share/man/man9/device_get_devclass.96
-rw-r--r--share/man/man9/device_get_driver.96
-rw-r--r--share/man/man9/device_get_ivars.94
-rw-r--r--share/man/man9/device_get_softc.94
-rw-r--r--share/man/man9/device_get_state.94
-rw-r--r--share/man/man9/device_get_unit.94
-rw-r--r--share/man/man9/device_probe_and_attach.94
-rw-r--r--share/man/man9/device_quiet.94
-rw-r--r--share/man/man9/device_set_desc.94
-rw-r--r--share/man/man9/devstat.95
-rw-r--r--share/man/man9/driver.98
-rw-r--r--share/man/man9/microseq.94
-rw-r--r--share/man/man9/namei.96
-rw-r--r--share/man/man9/posix4.94
-rw-r--r--share/man/man9/sleep.99
39 files changed, 100 insertions, 105 deletions
diff --git a/share/man/man9/BUS_CONNECT_INTR.9 b/share/man/man9/BUS_CONNECT_INTR.9
index 28d3dd6..998faf7 100644
--- a/share/man/man9/BUS_CONNECT_INTR.9
+++ b/share/man/man9/BUS_CONNECT_INTR.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: BUS_CONNECT_INTR.9,v 1.1 1998/09/03 21:52:04 dfr Exp $
.\"
.Dd June 16, 1998
.Os
@@ -47,9 +47,9 @@ This method activates an interrupt handler previously created by
.Sh RETURN VALUES
Zero is returned on success, otherwise an appropriate error is returned.
.Sh SEE ALSO
+.Xr BUS_CREATE_INTR 9 ,
.Xr device 9 ,
-.Xr driver 9 ,
-.Xr BUS_CREATE_INTR 9
+.Xr driver 9
.Sh BUGS
This interface is probably inadequate and is subject to change.
.Sh AUTHORS
diff --git a/share/man/man9/BUS_CREATE_INTR.9 b/share/man/man9/BUS_CREATE_INTR.9
index 3b57529..89c43cb 100644
--- a/share/man/man9/BUS_CREATE_INTR.9
+++ b/share/man/man9/BUS_CREATE_INTR.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: BUS_CREATE_INTR.9,v 1.1 1998/09/03 21:52:04 dfr Exp $
.\"
.Dd June 16, 1998
.Os
@@ -56,9 +56,9 @@ to activate the handler.
An opaque handle which can be used to activate the interrupt is
returned if the call is successful, otherwise NULL is returned.
.Sh SEE ALSO
+.Xr BUS_CONNECT_INTR 9 ,
.Xr device 9 ,
-.Xr driver 9 ,
-.Xr BUS_CONNECT_INTR 9
+.Xr driver 9
.Sh BUGS
This interface is probably inadequate and is subject to change.
.Sh AUTHORS
diff --git a/share/man/man9/BUS_PRINT_CHILD.9 b/share/man/man9/BUS_PRINT_CHILD.9
index fb9fd97..d703e80 100644
--- a/share/man/man9/BUS_PRINT_CHILD.9
+++ b/share/man/man9/BUS_PRINT_CHILD.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: BUS_PRINT_CHILD.9,v 1.2 1999/03/06 17:25:49 bde Exp $
+.\" $Id: BUS_PRINT_CHILD.9,v 1.3 1999/07/29 01:01:48 mdodd Exp $
.\"
.Dd June 16, 1998
.Os
@@ -49,9 +49,9 @@ device is attached to.
Please see bus_generic_print_child.9 for more information regarding
the proper formatting of the messages printed by BUS_PRINT_CHILD.
.Sh SEE ALSO
+.Xr BUS_PRINT_CHILD 9 ,
.Xr device 9 ,
-.Xr driver 9 ,
-.Xr BUS_PRINT_CHILD 9
+.Xr driver 9
.Sh RETURN VALUES
The number of characters output.
.Sh AUTHORS
diff --git a/share/man/man9/DEVICE_ATTACH.9 b/share/man/man9/DEVICE_ATTACH.9
index 9c21076..7b7a211 100644
--- a/share/man/man9/DEVICE_ATTACH.9
+++ b/share/man/man9/DEVICE_ATTACH.9
@@ -26,10 +26,9 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: DEVICE_ATTACH.9,v 1.1 1998/09/03 21:52:04 dfr Exp $
.\"
.Dd June 16, 1998
-.Os
.Dt DEVICE_ATTACH 9
.Os FreeBSD
.Sh NAME
@@ -49,9 +48,9 @@ devfs entries).
.Sh RETURN VALUES
Zero is returned on success, otherwise an appropriate error is returned.
.Sh SEE ALSO
-.Xr device 9
-.Xr DEVICE_PROBE 9 ,
-.Xr DEVICE_DETACH 9
+.Xr device 9 ,
+.Xr DEVICE_DETACH 9 ,
+.Xr DEVICE_PROBE 9
.Sh AUTHORS
This man page was written by
.An Doug Rabson .
diff --git a/share/man/man9/bus_generic_attach.9 b/share/man/man9/bus_generic_attach.9
index 532da47..d2ce004 100644
--- a/share/man/man9/bus_generic_attach.9
+++ b/share/man/man9/bus_generic_attach.9
@@ -26,11 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: bus_generic_attach.9,v 1.1 1998/09/03 21:52:04 dfr Exp $
.\"
.Dd June 16, 1998
-.Os
-.Dt bus_generic_attach 9
+.Dt BUS_GENERIC_ATTACH 9
.Os FreeBSD
.Sh NAME
.Nm bus_generic_attach
diff --git a/share/man/man9/bus_generic_detach.9 b/share/man/man9/bus_generic_detach.9
index c12780a..a1d07ae 100644
--- a/share/man/man9/bus_generic_detach.9
+++ b/share/man/man9/bus_generic_detach.9
@@ -26,11 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: bus_generic_detach.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Os
-.Dt bus_generic_detach 9
+.Dt BUS_GENERIC_DETACH 9
.Os FreeBSD
.Sh NAME
.Nm bus_generic_detach
diff --git a/share/man/man9/bus_generic_map_intr.9 b/share/man/man9/bus_generic_map_intr.9
index af86111..4adabb8 100644
--- a/share/man/man9/bus_generic_map_intr.9
+++ b/share/man/man9/bus_generic_map_intr.9
@@ -26,11 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: bus_generic_map_intr.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Os
-.Dt bus_generic_map_intr 9
+.Dt BUS_GENERIC_MAP_INTR 9
.Os FreeBSD
.Sh NAME
.Nm bus_generic_map_intr
diff --git a/share/man/man9/bus_generic_print_child.9 b/share/man/man9/bus_generic_print_child.9
index 39a459c..ac374fc 100644
--- a/share/man/man9/bus_generic_print_child.9
+++ b/share/man/man9/bus_generic_print_child.9
@@ -26,11 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: bus_generic_print_child.9,v 1.2 1999/03/06 17:25:49 bde Exp $
+.\" $Id: bus_generic_print_child.9,v 1.3 1999/07/29 01:01:49 mdodd Exp $
.\"
.Dd June 16, 1998
-.Os
-.Dt bus_generic_print_child 9
+.Dt BUS_GENERIC_PRINT_CHILD 9
.Os FreeBSD
.Sh NAME
.Nm bus_generic_print_child
diff --git a/share/man/man9/bus_generic_read_ivar.9 b/share/man/man9/bus_generic_read_ivar.9
index d083462..23d8da4 100644
--- a/share/man/man9/bus_generic_read_ivar.9
+++ b/share/man/man9/bus_generic_read_ivar.9
@@ -26,11 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: bus_generic_read_ivar.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
+.\" $Id: bus_generic_read_ivar.9,v 1.2 1999/03/06 17:18:10 bde Exp $
.\"
.Dd June 16, 1998
-.Os
-.Dt bus_generic_read_ivar 9
+.Dt BUS_GENERIC_READ_IVAR 9
.Os FreeBSD
.Sh NAME
.Nm bus_generic_read_ivar ,
diff --git a/share/man/man9/bus_generic_shutdown.9 b/share/man/man9/bus_generic_shutdown.9
index 8b3b198..a5b1ad7 100644
--- a/share/man/man9/bus_generic_shutdown.9
+++ b/share/man/man9/bus_generic_shutdown.9
@@ -26,11 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: bus_generic_shutdown.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Os
-.Dt bus_generic_shutdown 9
+.Dt BUS_GENERIC_SHUTDOWN 9
.Os FreeBSD
.Sh NAME
.Nm bus_generic_shutdown
diff --git a/share/man/man9/cd.9 b/share/man/man9/cd.9
index e1596cd..bf112cf 100644
--- a/share/man/man9/cd.9
+++ b/share/man/man9/cd.9
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: cd.9,v 1.8 1998/10/12 04:09:49 ken Exp $
+.\" $Id: cd.9,v 1.9 1998/10/16 00:26:28 ken Exp $
.\"
.Dd October 10, 1998
.Dt CD 9
@@ -97,4 +97,4 @@ manual page was written by
It was updated for CAM and
.Fx 3.0
by
-.An Kenneth Merry Aq ken@FreeBSD.ORG .
+.An Kenneth Merry Aq ken@FreeBSD.org .
diff --git a/share/man/man9/devclass.9 b/share/man/man9/devclass.9
index 86ade83..e21a730 100644
--- a/share/man/man9/devclass.9
+++ b/share/man/man9/devclass.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: devclass.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
+.\" $Id: devclass.9,v 1.2 1999/02/01 22:55:54 mpp Exp $
.\"
.Dd June 16, 1998
-.Dt devclass 9
+.Dt DEVCLASS 9
.Os FreeBSD
.Sh NAME
.Nm devclass
@@ -49,17 +49,17 @@ has a name and there cannot be two devclasses with the same name.
This ensures that unique unit numbers are allocated to device
instances.
.Sh SEE ALSO
-.Xr device 9 ,
-.Xr driver 9 ,
-.Xr devclass_find 9 ,
.Xr devclass_add_driver 9 ,
.Xr devclass_delete_driver 9 ,
+.Xr devclass_find 9 ,
.Xr devclass_find_driver 9 ,
-.Xr devclass_get_name 9 ,
.Xr devclass_get_device 9 ,
-.Xr devclass_get_softc 9 ,
.Xr devclass_get_devices 9 ,
-.Xr devclass_get_maxunit 9
+.Xr devclass_get_maxunit 9 ,
+.Xr devclass_get_name 9 ,
+.Xr devclass_get_softc 9 ,
+.Xr device 9 ,
+.Xr driver 9
.Sh AUTHORS
This man page was written by
.An Doug Rabson .
diff --git a/share/man/man9/devclass_add_driver.9 b/share/man/man9/devclass_add_driver.9
index a433af8..f3deea8 100644
--- a/share/man/man9/devclass_add_driver.9
+++ b/share/man/man9/devclass_add_driver.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: devclass_add_driver.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt devclass_add_driver 9
+.Dt DEVCLASS_ADD_DRIVER 9
.Os FreeBSD
.Sh NAME
.Nm devclass_add_driver ,
diff --git a/share/man/man9/devclass_find.9 b/share/man/man9/devclass_find.9
index d89eddf..beb47b9 100644
--- a/share/man/man9/devclass_find.9
+++ b/share/man/man9/devclass_find.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: devclass_find.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt devclass_find 9
+.Dt DEVCLASS_FIND 9
.Os FreeBSD
.Sh NAME
.Nm devclass_find
diff --git a/share/man/man9/devclass_get_device.9 b/share/man/man9/devclass_get_device.9
index b2f752f..7fc7001 100644
--- a/share/man/man9/devclass_get_device.9
+++ b/share/man/man9/devclass_get_device.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: devclass_get_device.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
+.\" $Id: devclass_get_device.9,v 1.2 1999/03/06 17:25:49 bde Exp $
.\"
.Dd June 16, 1998
-.Dt devclass_get_device 9
+.Dt DEVCLASS_GET_DEVICE 9
.Os FreeBSD
.Sh NAME
.Nm devclass_get_device
diff --git a/share/man/man9/devclass_get_devices.9 b/share/man/man9/devclass_get_devices.9
index 5e994b6..4e2dc3e 100644
--- a/share/man/man9/devclass_get_devices.9
+++ b/share/man/man9/devclass_get_devices.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: devclass_get_devices.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
+.\" $Id: devclass_get_devices.9,v 1.2 1999/03/06 17:14:24 bde Exp $
.\"
.Dd June 16, 1998
-.Dt devclass_get_devices 9
+.Dt DEVCLASS_GET_DEVICES 9
.Os FreeBSD
.Sh NAME
.Nm devclass_get_devices
diff --git a/share/man/man9/devclass_get_maxunit.9 b/share/man/man9/devclass_get_maxunit.9
index cdea7e6..994525b 100644
--- a/share/man/man9/devclass_get_maxunit.9
+++ b/share/man/man9/devclass_get_maxunit.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: devclass_get_maxunit.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt devclass_get_maxunit 9
+.Dt DEVCLASS_GET_MAXUNIT 9
.Os FreeBSD
.Sh NAME
.Nm devclass_get_maxunit
diff --git a/share/man/man9/devclass_get_name.9 b/share/man/man9/devclass_get_name.9
index 6bdaddc..a840799 100644
--- a/share/man/man9/devclass_get_name.9
+++ b/share/man/man9/devclass_get_name.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: devclass_get_name.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt devclass_get_name 9
+.Dt DEVCLASS_GET_NAME 9
.Os FreeBSD
.Sh NAME
.Nm devclass_get_name
diff --git a/share/man/man9/devclass_get_softc.9 b/share/man/man9/devclass_get_softc.9
index 5b7f634..cc47919 100644
--- a/share/man/man9/devclass_get_softc.9
+++ b/share/man/man9/devclass_get_softc.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: devclass_get_softc.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
+.\" $Id: devclass_get_softc.9,v 1.2 1999/03/06 17:25:50 bde Exp $
.\"
.Dd June 16, 1998
-.Dt devclass_get_softc 9
+.Dt DEVCLASS_GET_SOFTC 9
.Os FreeBSD
.Sh NAME
.Nm devclass_get_softc
diff --git a/share/man/man9/device.9 b/share/man/man9/device.9
index 89b67ea..f61a3ea 100644
--- a/share/man/man9/device.9
+++ b/share/man/man9/device.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: device.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
+.\" $Id: device.9,v 1.2 1999/02/01 22:55:54 mpp Exp $
.\"
.Dd June 16, 1998
-.Dt device 9
+.Dt DEVICE 9
.Os FreeBSD
.Sh NAME
.Nm device
@@ -95,8 +95,8 @@ the device is currently open
The current state of the device can be determined by calling
.Xr device_get_state 9 .
.Sh SEE ALSO
-.Xr driver 9 ,
-.Xr devclass 9
+.Xr devclass 9 ,
+.Xr driver 9
.Sh AUTHORS
This man page was written by
.An Doug Rabson .
diff --git a/share/man/man9/device_add_child.9 b/share/man/man9/device_add_child.9
index 17aaf1f..580756a 100644
--- a/share/man/man9/device_add_child.9
+++ b/share/man/man9/device_add_child.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: device_add_child.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
+.\" $Id: device_add_child.9,v 1.2 1999/05/28 09:38:25 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_add_child 9
+.Dt DEVICE_ADD_CHILD 9
.Os FreeBSD
.Sh NAME
.Nm device_add_child ,
diff --git a/share/man/man9/device_delete_child.9 b/share/man/man9/device_delete_child.9
index 215dfc5..3e0e110 100644
--- a/share/man/man9/device_delete_child.9
+++ b/share/man/man9/device_delete_child.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_delete_child.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_delete_child 9
+.Dt DEVICE_DELETE_CHILD 9
.Os FreeBSD
.Sh NAME
.Nm device_delete_child
diff --git a/share/man/man9/device_enable.9 b/share/man/man9/device_enable.9
index 5c83b1a..c2026bc 100644
--- a/share/man/man9/device_enable.9
+++ b/share/man/man9/device_enable.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_enable.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_enable 9
+.Dt DEVICE_ENABLE 9
.Os FreeBSD
.Sh NAME
.Nm device_enable ,
diff --git a/share/man/man9/device_find_child.9 b/share/man/man9/device_find_child.9
index ab8e0e7..38a6c3d 100644
--- a/share/man/man9/device_find_child.9
+++ b/share/man/man9/device_find_child.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: device_find_child.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
+.\" $Id: device_find_child.9,v 1.2 1999/03/06 17:25:50 bde Exp $
.\"
.Dd June 16, 1998
-.Dt device_find_child 9
+.Dt DEVICE_FIND_CHILD 9
.Os FreeBSD
.Sh NAME
.Nm device_find_child
diff --git a/share/man/man9/device_get_devclass.9 b/share/man/man9/device_get_devclass.9
index bcd945a..d3fb9b9 100644
--- a/share/man/man9/device_get_devclass.9
+++ b/share/man/man9/device_get_devclass.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_get_devclass.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_get_devclass 9
+.Dt DEVICE_GET_DEVCLASS 9
.Os FreeBSD
.Sh NAME
.Nm device_get_devclass
@@ -46,7 +46,7 @@ device has no devclass,
.Dv NULL
is returned.
.Sh SEE ALSO
-.Xr devclass 9
+.Xr devclass 9 ,
.Xr device 9
.Sh AUTHORS
This man page was written by
diff --git a/share/man/man9/device_get_driver.9 b/share/man/man9/device_get_driver.9
index b970a26..be2ffde6 100644
--- a/share/man/man9/device_get_driver.9
+++ b/share/man/man9/device_get_driver.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_get_driver.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_get_driver 9
+.Dt DEVICE_GET_DRIVER 9
.Os FreeBSD
.Sh NAME
.Nm device_get_driver
@@ -46,8 +46,8 @@ device has no driver,
.Dv NULL
is returned.
.Sh SEE ALSO
+.Xr device 9 ,
.Xr driver 9
-.Xr device 9
.Sh AUTHORS
This man page was written by
.An Doug Rabson .
diff --git a/share/man/man9/device_get_ivars.9 b/share/man/man9/device_get_ivars.9
index 2370594..52e6c42 100644
--- a/share/man/man9/device_get_ivars.9
+++ b/share/man/man9/device_get_ivars.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_get_ivars.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_get_ivars 9
+.Dt DEVICE_GET_IVARS 9
.Os FreeBSD
.Sh NAME
.Nm device_get_ivars
diff --git a/share/man/man9/device_get_softc.9 b/share/man/man9/device_get_softc.9
index 02c7923..28c925d 100644
--- a/share/man/man9/device_get_softc.9
+++ b/share/man/man9/device_get_softc.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_get_softc.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_get_softc 9
+.Dt DEVICE_GET_SOFTC 9
.Os FreeBSD
.Sh NAME
.Nm device_get_softc
diff --git a/share/man/man9/device_get_state.9 b/share/man/man9/device_get_state.9
index f67f608..d552e09 100644
--- a/share/man/man9/device_get_state.9
+++ b/share/man/man9/device_get_state.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_get_state.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_get_state 9
+.Dt DEVICE_GET_STATE 9
.Os FreeBSD
.Sh NAME
.Nm device_get_state ,
diff --git a/share/man/man9/device_get_unit.9 b/share/man/man9/device_get_unit.9
index b370aad..39bcd23 100644
--- a/share/man/man9/device_get_unit.9
+++ b/share/man/man9/device_get_unit.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_get_unit.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_get_unit 9
+.Dt DEVICE_GET_UNIT 9
.Os FreeBSD
.Sh NAME
.Nm device_get_unit
diff --git a/share/man/man9/device_probe_and_attach.9 b/share/man/man9/device_probe_and_attach.9
index ee0bb80..de5db10 100644
--- a/share/man/man9/device_probe_and_attach.9
+++ b/share/man/man9/device_probe_and_attach.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_probe_and_attach.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_probe_and_attach 9
+.Dt DEVICE_PROBE_AND_ATTACH 9
.Os FreeBSD
.Sh NAME
.Nm device_probe_and_attach
diff --git a/share/man/man9/device_quiet.9 b/share/man/man9/device_quiet.9
index 2acde63..e397940 100644
--- a/share/man/man9/device_quiet.9
+++ b/share/man/man9/device_quiet.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: device_enable.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
+.\" $Id: device_quiet.9,v 1.1 1999/06/22 18:09:54 n_hibma Exp $
.\"
.Dd June 21, 1999
-.Dt device_quiet 9
+.Dt DEVICE_QUIET 9
.Os FreeBSD
.Sh NAME
.Nm device_quiet ,
diff --git a/share/man/man9/device_set_desc.9 b/share/man/man9/device_set_desc.9
index 5e992c6..50986d7 100644
--- a/share/man/man9/device_set_desc.9
+++ b/share/man/man9/device_set_desc.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: device_set_desc.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt device_set_desc 9
+.Dt DEVICE_SET_DESC 9
.Os FreeBSD
.Sh NAME
.Nm device_set_desc ,
diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9
index bf53754..92c0edb 100644
--- a/share/man/man9/devstat.9
+++ b/share/man/man9/devstat.9
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: devstat.9,v 1.2 1999/02/10 00:02:53 ken Exp $
+.\" $Id: devstat.9,v 1.3 1999/03/06 17:10:15 bde Exp $
.\"
.Dd May 22, 1998
.Dt DEVSTAT 9
@@ -374,8 +374,7 @@ The
statistics system appeared in
.Fx 3.0 .
.Sh AUTHORS
-Kenneth Merry
-.Aq ken@FreeBSD.ORG
+.An Kenneth Merry Aq ken@FreeBSD.org
.Sh BUGS
There may be a need for
.Fn spl
diff --git a/share/man/man9/driver.9 b/share/man/man9/driver.9
index e8c70ef..bed0db2 100644
--- a/share/man/man9/driver.9
+++ b/share/man/man9/driver.9
@@ -26,10 +26,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: driver.9,v 1.1 1998/09/03 21:52:05 dfr Exp $
.\"
.Dd June 16, 1998
-.Dt driver 9
+.Dt DRIVER 9
.Os FreeBSD
.Sh NAME
.Nm driver
@@ -96,8 +96,8 @@ can optionally call extra initialisation code in the driver by
specifying an extra module event handler and argument as the last two
arguments.
.Sh SEE ALSO
-.Xr device 9 ,
-.Xr devclass 9
+.Xr devclass 9 ,
+.Xr device 9
.Sh AUTHORS
This man page was written by
.An Doug Rabson .
diff --git a/share/man/man9/microseq.9 b/share/man/man9/microseq.9
index 87359cb..c6b5a24 100644
--- a/share/man/man9/microseq.9
+++ b/share/man/man9/microseq.9
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: microseq.9,v 1.6 1999/07/12 21:02:05 nik Exp $
.\"
.Dd June 6, 1998
.Dt MICROSEQ 9
@@ -459,7 +459,7 @@ The
.Nm
manual page first appeared in
.Fx 3.0 .
-.Sh AUTHOR
+.Sh AUTHORS
This
manual page was written by
.An Nicolas Souchu .
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index b832347..f93c31f 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -30,11 +30,11 @@
.\" If you integrate this manpage in another OS, I'd appreciate a note
.\" - eivind@freebsd.org
.\"
-.\" $Id: namei.9,v 1.2 1999/03/06 17:07:29 bde Exp $
+.\" $Id: namei.9,v 1.3 1999/05/29 13:00:40 nik Exp $
.\"
.Dd September 26th, 1998
.Os
-.Dt namei 9
+.Dt NAMEI 9
.Sh NAME
.Nm namei ,
.Nm NDINIT
@@ -154,8 +154,8 @@ for each component in the pathname, instead of
handing the actual names onwards to the stacking layers. This hinders
the implementation of stacking layers that do full namespace escapes.
.Sh SEE ALSO
-.Xr vnode 9 ,
.Xr VFS 9 ,
+.Xr vnode 9 ,
src/sys/kern/vfs_lookup.c
.Sh AUTHORS
This man page was written by
diff --git a/share/man/man9/posix4.9 b/share/man/man9/posix4.9
index de1769c..c3b6877 100644
--- a/share/man/man9/posix4.9
+++ b/share/man/man9/posix4.9
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: posix1b.9,v 1.2 1998/03/08 17:25:01 dufault Exp $
+.\" $Id: posix4.9,v 1.3 1998/03/28 11:49:07 dufault Exp $
.Dd March 1, 1998
.Dt POSIX.1B 9
.Os FreeBSD 3.0
@@ -120,7 +120,7 @@ inclusion.
P1003_1B
.Ed
is a config option to build in POSIX.1B support in the kernel.
-.Sh SEE ALSO
+.\" .Sh SEE ALSO
.Sh HISTORY
The
.Nm posix1b
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9
index 3348c72..1475d79 100644
--- a/share/man/man9/sleep.9
+++ b/share/man/man9/sleep.9
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: sleep.9,v 1.13 1998/12/23 00:24:59 dillon Exp $
+.\" $Id: sleep.9,v 1.14 1999/02/01 22:55:54 mpp Exp $
.\" "
.Dd December 17, 1998
.Os
@@ -222,10 +222,13 @@ appeared in
.Bx 4.4 .
.Pp
.Nm Asleep/await
-first appeared in FreeBSD-3.0.1 and is designed to shift the burden of blocking
+first appeared in
+.Fx 3.0
+and is designed to shift the burden of blocking
away from extremely low level routines and push it up to their callers.
.Sh AUTHORS
This man page has been written by
.ie t J\(:org Wunsch.
.el Joerg Wunsch.
-asleep/await designed and written by Matthew Dillon.
+asleep/await designed and written by
+.An Matthew Dillon.
OpenPOWER on IntegriCloud