summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-17 15:40:57 +0000
committerru <ru@FreeBSD.org>2000-11-17 15:40:57 +0000
commit9e61ada2ffb5a518c34558ab79e47d4eb25d86f4 (patch)
tree3e91d0d6302bb883a66722d7689b9d34531e6d9d
parentda58922cd5ae9cd596e4a03b659fc6c747faf074 (diff)
downloadFreeBSD-src-9e61ada2ffb5a518c34558ab79e47d4eb25d86f4.zip
FreeBSD-src-9e61ada2ffb5a518c34558ab79e47d4eb25d86f4.tar.gz
mdoc(7) police: eliminate warnings.
-rw-r--r--share/man/man4/bktr.46
-rw-r--r--share/man/man4/en.42
-rw-r--r--share/man/man4/man4.i386/en.42
-rw-r--r--share/man/man4/natm.42
-rw-r--r--share/man/man9/VOP_BWRITE.92
-rw-r--r--share/man/man9/VOP_INACTIVE.92
-rw-r--r--share/man/man9/VOP_PRINT.92
-rw-r--r--share/man/man9/VOP_STRATEGY.92
-rw-r--r--share/man/man9/vput.92
-rw-r--r--share/man/man9/vref.92
-rw-r--r--share/man/man9/vrele.92
11 files changed, 14 insertions, 12 deletions
diff --git a/share/man/man4/bktr.4 b/share/man/man4/bktr.4
index 09a6f7e..37c8030 100644
--- a/share/man/man4/bktr.4
+++ b/share/man/man4/bktr.4
@@ -75,7 +75,8 @@ The following sysctls may be used to further configure the driver:
.Pp
.Em sysctl hw.bt848.card=nnnn
This can be used to override the card make which was detected at boot time.
-'nnnn' is set to an integer from 1 to 13 taken from the following table:
+.Ql nnnn
+is set to an integer from 1 to 13 taken from the following table:
.Pp
.Bl -tag -compact -width 22n
.It MIRO
@@ -108,7 +109,8 @@ This can be used to override the card make which was detected at boot time.
.Pp
.Em sysctl hw.bt848.tuner=nnnn
This can be used to override the tuner make which was detected at boot time.
-'nnnn' is set to an integer from 1 to 13 taken from the following table:
+.Ql nnnn
+is set to an integer from 1 to 13 taken from the following table:
.Pp
.Bl -tag -compact -width 22n
.It NO_TUNER
diff --git a/share/man/man4/en.4 b/share/man/man4/en.4
index 1fef552..b62a691 100644
--- a/share/man/man4/en.4
+++ b/share/man/man4/en.4
@@ -2,7 +2,7 @@
.\"
.Dd December 29, 1997
.Dt EN 4 i386
-.Os BSD
+.Os
.Sh NAME
.Nm en
.Nd
diff --git a/share/man/man4/man4.i386/en.4 b/share/man/man4/man4.i386/en.4
index 1fef552..b62a691 100644
--- a/share/man/man4/man4.i386/en.4
+++ b/share/man/man4/man4.i386/en.4
@@ -2,7 +2,7 @@
.\"
.Dd December 29, 1997
.Dt EN 4 i386
-.Os BSD
+.Os
.Sh NAME
.Nm en
.Nd
diff --git a/share/man/man4/natm.4 b/share/man/man4/natm.4
index 3d83a2b..97e18cc 100644
--- a/share/man/man4/natm.4
+++ b/share/man/man4/natm.4
@@ -2,7 +2,7 @@
.\"
.Dd December 29, 1997
.Dt NATM 4
-.Os BSD
+.Os
.Sh NAME
.Nm natm
.Nd Native Mode ATM Protocol Layer
diff --git a/share/man/man9/VOP_BWRITE.9 b/share/man/man9/VOP_BWRITE.9
index da9050d..71cec1f 100644
--- a/share/man/man9/VOP_BWRITE.9
+++ b/share/man/man9/VOP_BWRITE.9
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
.Pp
The arguments are:
-.Bl -tag -width vp
+.Bl -tag -width 2n
.It Ar vp
the vnode of the file being written to
.It Ar bp
diff --git a/share/man/man9/VOP_INACTIVE.9 b/share/man/man9/VOP_INACTIVE.9
index e9546ef..ac0a028 100644
--- a/share/man/man9/VOP_INACTIVE.9
+++ b/share/man/man9/VOP_INACTIVE.9
@@ -45,7 +45,7 @@
.Sh DESCRIPTION
.Pp
The arguments are:
-.Bl -tag -width vp
+.Bl -tag -width 2n
.It Ar vp
the vnode being reclaimed
.El
diff --git a/share/man/man9/VOP_PRINT.9 b/share/man/man9/VOP_PRINT.9
index b686ebf..3bc8872 100644
--- a/share/man/man9/VOP_PRINT.9
+++ b/share/man/man9/VOP_PRINT.9
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
.Pp
The arguments are:
-.Bl -tag -width bp
+.Bl -tag -width 2n
.It Ar vp
the vnode to print
.El
diff --git a/share/man/man9/VOP_STRATEGY.9 b/share/man/man9/VOP_STRATEGY.9
index 172c046..8496a0e 100644
--- a/share/man/man9/VOP_STRATEGY.9
+++ b/share/man/man9/VOP_STRATEGY.9
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
.Pp
The arguments are:
-.Bl -tag -width vp
+.Bl -tag -width 2n
.It Ar vp
the vnode that the buffer is for
.It Ar bp
diff --git a/share/man/man9/vput.9 b/share/man/man9/vput.9
index 6c50b6a..5001617 100644
--- a/share/man/man9/vput.9
+++ b/share/man/man9/vput.9
@@ -43,7 +43,7 @@
Decrement the
.Dv v_usecount
field of a vnode and unlock the vnode.
-.Bl -tag -width vp
+.Bl -tag -width 2n
.It Ar vp
the vnode to decrement
.El
diff --git a/share/man/man9/vref.9 b/share/man/man9/vref.9
index 8bbbfaf..c35a8ee 100644
--- a/share/man/man9/vref.9
+++ b/share/man/man9/vref.9
@@ -43,7 +43,7 @@
Increment the
.Dv v_usecount
field of a vnode.
-.Bl -tag -width vp
+.Bl -tag -width 2n
.It Ar vp
the vnode to increment
.El
diff --git a/share/man/man9/vrele.9 b/share/man/man9/vrele.9
index a5c0e751..02572f5 100644
--- a/share/man/man9/vrele.9
+++ b/share/man/man9/vrele.9
@@ -43,7 +43,7 @@
Decrement the
.Dv v_usecount
field of a vnode.
-.Bl -tag -width vp
+.Bl -tag -width 2n
.It Ar vp
the vnode to decrement
.El
OpenPOWER on IntegriCloud