summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-28 10:48:52 +0000
committerru <ru@FreeBSD.org>2005-01-28 10:48:52 +0000
commit85b6200242a1931240866f7be95d8972b746bfa1 (patch)
treedbeebca3ae9a7d387f5adad88e2d75d9cf426e6b /share
parent2e897984596878596fc73da7c0812eacf42d9a1f (diff)
downloadFreeBSD-src-85b6200242a1931240866f7be95d8972b746bfa1.zip
FreeBSD-src-85b6200242a1931240866f7be95d8972b746bfa1.tar.gz
Mark lists as in the rest of section 9 manpages.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mbchain.950
-rw-r--r--share/man/man9/mdchain.914
-rw-r--r--share/man/man9/vget.94
3 files changed, 34 insertions, 34 deletions
diff --git a/share/man/man9/mbchain.9 b/share/man/man9/mbchain.9
index c7cdf3a..7eb2746 100644
--- a/share/man/man9/mbchain.9
+++ b/share/man/man9/mbchain.9
@@ -95,29 +95,29 @@ to either
or
.Fn mb_initm .
It has the following fields:
-.Bl -tag -width "mb_count"
+.Bl -tag -width ".Va mb_count"
.It Va "mb_top"
-.Vt ( "struct mbuf *" )
-a pointer to the top of constructed mbuf chain
+.Pq Vt "struct mbuf *"
+A pointer to the top of constructed mbuf chain.
.It Va mb_cur
-.Vt ( "struct mbuf *" )
-a pointer to the currently filled mbuf
+.Pq Vt "struct mbuf *"
+A pointer to the currently filled mbuf.
.It Va mb_mleft
-.Vt ( int )
-number of bytes left in the current mbuf
+.Pq Vt int
+Number of bytes left in the current mbuf.
.It Va mb_count
-.Vt ( int )
-total number of bytes placed in the mbuf chain
+.Pq Vt int
+Total number of bytes placed in the mbuf chain.
.It Va mb_copy
-.Vt ( "mb_copy_t *" )
-user-defined function to perform a copy into mbuf;
+.Pq Vt "mb_copy_t *"
+User-defined function to perform a copy into mbuf;
useful if any unusual
-data conversion is necessary
+data conversion is necessary.
.It Va mb_udata
-.Vt ( "void *" )
-user-supplied data which can be used in the
+.Pq Vt "void *"
+User-supplied data which can be used in the
.Va mb_copy
-function
+function.
.El
.Pp
.Fn mb_done
@@ -170,25 +170,25 @@ The
.Fa type
argument specifies the method used to perform a copy,
and can be one of the following:
-.Bl -tag -width "MB_MINLINE"
+.Bl -tag -width ".Dv MB_MINLINE"
.It Dv MB_MSYSTEM
-use
+Use
.Fn bcopy
-function
+function.
.It Dv MB_MUSER
-use
+Use
.Xr copyin 9
-function
+function.
.It Dv MB_MINLINE
-use an
+Use an
.Dq inline
-loop which does not call any function
+loop which does not call any function.
.It Dv MB_MZERO
-do not copy any data, but just fill the destination with zero bytes
+Do not copy any data, but just fill the destination with zero bytes.
.It Dv MB_MCUSTOM
-call function specified by the
+Call function specified by the
.Fa mbp->mb_copy
-field
+field.
.El
.Sh RETURN VALUES
All
diff --git a/share/man/man9/mdchain.9 b/share/man/man9/mdchain.9
index a20f4cd..57291c7 100644
--- a/share/man/man9/mdchain.9
+++ b/share/man/man9/mdchain.9
@@ -99,14 +99,14 @@ function.
It has the following fields:
.Bl -tag -width "md_top"
.It Va "md_top"
-.Vt ( "struct mbuf *" )
-a pointer to the top of the parsed mbuf chain
+.Pq Vt "struct mbuf *"
+A pointer to the top of the parsed mbuf chain.
.It Va md_cur
-.Vt ( "struct mbuf *" )
-a pointer to the currently parsed mbuf
+.Pq Vt "struct mbuf *"
+A pointer to the currently parsed mbuf.
.It Va md_pas
-.Vt ( int )
-offset in the current mbuf
+.Pq Vt int
+Offset in the current mbuf.
.El
.Pp
The
@@ -157,7 +157,7 @@ The
.Fa type
argument specifies the method used to perform a copy,
and can be one of the following:
-.Bl -tag -width "MB_MINLINE"
+.Bl -tag -width ".Dv MB_MINLINE"
.It Dv MB_MSYSTEM
Use the
.Fn bcopy
diff --git a/share/man/man9/vget.9 b/share/man/man9/vget.9
index c5c5e02..3e88cff 100644
--- a/share/man/man9/vget.9
+++ b/share/man/man9/vget.9
@@ -43,9 +43,9 @@
Get a vnode from the free list and increment its reference count.
.Bl -tag -width lockflag
.It Fa vp
-the vnode to remove from the free list
+The vnode to remove from the free list.
.It Fa lockflag
-if non-zero, the vnode will also be locked
+If non-zero, the vnode will also be locked.
.El
.Pp
When not in use, vnodes are kept on a free list.
OpenPOWER on IntegriCloud