summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
committerjoel <joel@FreeBSD.org>2012-03-26 15:18:14 +0000
commit4234591b03e753d1515af0b97f7b10e85b3b0f16 (patch)
treecfe37b07c91a21b11ef67e7d2af479becafb2652 /share
parent39153f7b71fce5c5ff6372cd72d647d48566d697 (diff)
downloadFreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.zip
FreeBSD-src-4234591b03e753d1515af0b97f7b10e85b3b0f16.tar.gz
mdoc: terminate quoted strings.
Reviewed by: brueffer
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/amdsmb.42
-rw-r--r--share/man/man4/bce.42
-rw-r--r--share/man/man4/cd.42
-rw-r--r--share/man/man4/lmc.42
-rw-r--r--share/man/man4/syscons.410
-rw-r--r--share/man/man7/operator.72
-rw-r--r--share/man/man9/crypto.92
7 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/amdsmb.4 b/share/man/man4/amdsmb.4
index eb02543..c038584 100644
--- a/share/man/man4/amdsmb.4
+++ b/share/man/man4/amdsmb.4
@@ -33,7 +33,7 @@
.Sh SYNOPSIS
.Cd "device smbus"
.Cd "device smb"
-.Cd "device amdsmb
+.Cd "device amdsmb"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/bce.4 b/share/man/man4/bce.4
index cbad861..090c477 100644
--- a/share/man/man4/bce.4
+++ b/share/man/man4/bce.4
@@ -266,7 +266,7 @@ address space.
.It "bce%d: Could not allocate TX descriptor chain DMA tag!"
The driver could not allocate a DMA tag for the controller's
TX chain.
-.It "bce%d: Could not allocate TX descriptor chain DMA memory!
+.It "bce%d: Could not allocate TX descriptor chain DMA memory!"
The driver could not allocate DMA addressable memory for the controller's
TX chain.
.It "bce%d: Could not map TX descriptor chain DMA memory!"
diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4
index 47ce3bd..5c67b0c 100644
--- a/share/man/man4/cd.4
+++ b/share/man/man4/cd.4
@@ -34,7 +34,7 @@
.Sh SYNOPSIS
.Cd device cd
.Cd "options ""CHANGER_MIN_BUSY_SECONDS=3"""
-.Cd "options ""CHANGER_MAX_BUSY_SECONDS=11""
+.Cd "options ""CHANGER_MAX_BUSY_SECONDS=11"""
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/lmc.4 b/share/man/man4/lmc.4
index 2cf6e49..ee29aee 100644
--- a/share/man/man4/lmc.4
+++ b/share/man/man4/lmc.4
@@ -407,7 +407,7 @@ When testing an HSSI card with a null modem cable, configure it
with
.Xr lmcconfig 8 :
.Pp
-.Dl "lmcconfig lmc0 -a 2
+.Dl "lmcconfig lmc0 -a 2"
.Pp
.Dq Fl a Li 2
selects the PCI bus clock as the transmit clock.
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index 7685c89..d9f8d24 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -501,15 +501,15 @@ Note that you cannot put any white space inside the quoted string,
because of the current implementation of
.Xr config 8 .
.Pp
-.Dl "options SC_NORM_ATTR=(FG_GREEN|BG_BLACK)
-.Dl "options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
+.Dl "options SC_NORM_ATTR=(FG_GREEN|BG_BLACK)"
+.Dl "options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)"
.Pp
The following lines will set the default colors of the kernel message.
The kernel message will be printed bright red on black background.
The reversed message will be black on red background.
.Pp
-.Dl "options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK)
-.Dl "options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)
+.Dl "options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK)"
+.Dl "options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)"
.Pp
The following example adds the font files
.Pa cp850-8x16.fnt ,
@@ -519,7 +519,7 @@ and
to the kernel.
.Pp
.Dl "options SC_DFLT_FONT"
-.Dl "makeoptions SC_DFLT_FONT=cp850
+.Dl "makeoptions SC_DFLT_FONT=cp850"
.Dl "device sc"
.\".Sh DIAGNOSTICS
.Sh SEE ALSO
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7
index e7c35cd..0ca8abd 100644
--- a/share/man/man7/operator.7
+++ b/share/man/man7/operator.7
@@ -45,7 +45,7 @@
.It "-------- -------------"
.It "() [] -> . left to right"
.It "! ~ ++ -- - (type) * & sizeof new delete right to left"
-.It "->* .* left to right
+.It "->* .* left to right"
.It "* / % left to right"
.It "+ - left to right"
.It "<< >> left to right"
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index 762d785..c2682af 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -450,7 +450,7 @@ is called to perform a keying operation.
The various fields in the
.Vt cryptkop
structure are:
-.Bl -tag -width ".Va krp_callback'
+.Bl -tag -width ".Va krp_callback"
.It Va krp_op
Operation code, such as
.Dv CRK_MOD_EXP .
OpenPOWER on IntegriCloud