aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/cpuctl.4
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-10-08 12:40:16 +0000
commit0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96 (patch)
treeb3bc1578c597e5672077e41ccd208441fd2d7f64 /share/man/man4/cpuctl.4
parent7558f6b4f393bba0bb7774274e201ae91731f960 (diff)
downloadsrc-0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96.tar.gz
src-0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96.zip
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
Notes
Notes: svn path=/head/; revision=213573
Diffstat (limited to 'share/man/man4/cpuctl.4')
-rw-r--r--share/man/man4/cpuctl.43
1 files changed, 0 insertions, 3 deletions
diff --git a/share/man/man4/cpuctl.4 b/share/man/man4/cpuctl.4
index bf1bddeb83e7..9e3a2aaf783d 100644
--- a/share/man/man4/cpuctl.4
+++ b/share/man/man4/cpuctl.4
@@ -74,7 +74,6 @@ The
structure is defined in
.In sys/cpuctl.h
as:
-.Pp
.Bd -literal
typedef struct {
int msr; /* MSR to read */
@@ -90,7 +89,6 @@ field.
Retrieve CPUID information.
Arguments are supplied in
the following struct:
-.Pp
.Bd -literal
typedef struct {
int level; /* CPUID level */
@@ -108,7 +106,6 @@ Update CPU firmware (microcode).
The structure is defined in
.In sys/cpuctl.h
as:
-.Pp
.Bd -literal
typedef struct {
void *data;