aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-01-16 09:32:40 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-01-16 09:32:40 +0000
commite207e465dfe981a06cc5d815a56b2177a4e1d32f (patch)
treeb3ff9179b5d43a8f0ff4955e901584a830324758 /share/man/man9
parent9431f1fc080cb947b010e0ff30d5b0d1c69c5ae1 (diff)
Prepare for mdoc(7)NG.
Notes
Notes: svn path=/head/; revision=71101
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/device.912
-rw-r--r--share/man/man9/device_delete_child.92
-rw-r--r--share/man/man9/device_get_state.92
-rw-r--r--share/man/man9/namei.94
-rw-r--r--share/man/man9/time.92
5 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man9/device.9 b/share/man/man9/device.9
index 73db1a3a84d0..f1e502f43aaa 100644
--- a/share/man/man9/device.9
+++ b/share/man/man9/device.9
@@ -53,14 +53,14 @@ The devices in a system form a tree.
All devices except
.Dv root_bus
have a parent (see
-.Xr device_get_parent 9 ).
+.Xr device_get_parent 9 ) .
In addition, any device can have children attached to it (see
.Xr device_add_child 9 ,
.Xr device_add_child_ordered 9 ,
.Xr device_find_child 9 ,
.Xr device_get_children 9 ,
and
-.Xr device_delete_child 9 ).
+.Xr device_delete_child 9 ) .
.Pp
A device which has been successfully probed and attached to the
system will also have a driver (see
@@ -70,17 +70,17 @@ and
and a devclass (see
.Xr device_get_devclass 9
and
-.Xr devclass 9 ).
+.Xr devclass 9 ) .
Various other attributes of the device include a unit number (see
-.Xr device_get_unit 9 ),
+.Xr device_get_unit 9 ) ,
verbose description (normally supplied by the driver, see
.Xr device_set_desc 9
and
-.Xr device_get_desc 9 ),
+.Xr device_get_desc 9 ) ,
a set of bus-specific variables (see
.Xr device_get_ivars 9 )
and a set of driver-specific variables (see
-.Xr device_get_softc 9 ).
+.Xr device_get_softc 9 ) .
.Pp
Devices can be in one of several states:
.Bl -tag -width DS_NOTPRESENT
diff --git a/share/man/man9/device_delete_child.9 b/share/man/man9/device_delete_child.9
index 195c0f82bd83..b9ad6c0c3c1e 100644
--- a/share/man/man9/device_delete_child.9
+++ b/share/man/man9/device_delete_child.9
@@ -47,7 +47,7 @@ and deleted.
If the device is currently attached, it is first detached (see
.Xr DEVICE_ATTACH 9
and
-.Xr DEVICE_DETACH 9 ).
+.Xr DEVICE_DETACH 9 ) .
.Sh RETURN VALUES
Zero is returned on success, otherwise an error is returned.
.Sh SEE ALSO
diff --git a/share/man/man9/device_get_state.9 b/share/man/man9/device_get_state.9
index f80e19b2a4c8..518548463917 100644
--- a/share/man/man9/device_get_state.9
+++ b/share/man/man9/device_get_state.9
@@ -59,7 +59,7 @@ which returns
or
.Dv DS_BUSY
(described in
-.Xr device 9 ).
+.Xr device 9 ) .
To test see if a device was successfully probed, call
.Xr device_is_alive 9
which simply returns if the state is greater or equal to
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index 8fc5954323e1..fb32ab9fe357 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -117,13 +117,13 @@ If you get a lock, remember to release the lock (using
or
.Xr VOP_UNLOCK 9
and
-.Xr vrele 9 .)
+.Xr vrele 9 . )
.It Dv WANTPARENT
Make
.Fn namei
also return the parent (directory) vnode, in unlocked
state. Remember to release it (using
-.Xr vrele 9 .)
+.Xr vrele 9 . )
.It Dv NOCACHE
Avoid
.Fn namei
diff --git a/share/man/man9/time.9 b/share/man/man9/time.9
index 6f00ca9c060f..2f3153c247be 100644
--- a/share/man/man9/time.9
+++ b/share/man/man9/time.9
@@ -92,7 +92,7 @@ from
.Va time
at boot, and is updated by the periodic timer interrupt. (It is
not updated by
-.Xr settimeofday 2 .)
+.Xr settimeofday 2 . )
.Pp
All of these variables contain times
expressed in seconds and microseconds since midnight (0 hour),