summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2006-02-13 21:34:19 +0000
committerjoel <joel@FreeBSD.org>2006-02-13 21:34:19 +0000
commit8026c9fd7026909e028b86ff24d53ce692cc33ac (patch)
tree6d61b10c6d1a6b9e773013efe0c8330af37860e1 /share
parent1710784ded936651a849a5611d1a9373d8bd0528 (diff)
downloadFreeBSD-src-8026c9fd7026909e028b86ff24d53ce692cc33ac.zip
FreeBSD-src-8026c9fd7026909e028b86ff24d53ce692cc33ac.tar.gz
.Pp before .Sh is redundant.
Reviewed by: ru
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/atkbd.41
-rw-r--r--share/man/man4/ipmi.41
-rw-r--r--share/man/man4/ohci.41
-rw-r--r--share/man/man4/syscons.41
-rw-r--r--share/man/man4/vga.41
-rw-r--r--share/man/man9/acl.91
-rw-r--r--share/man/man9/buf.91
-rw-r--r--share/man/man9/mtx_pool.91
-rw-r--r--share/man/man9/rman.91
-rw-r--r--share/man/man9/vm_page_wakeup.91
10 files changed, 0 insertions, 10 deletions
diff --git a/share/man/man4/atkbd.4 b/share/man/man4/atkbd.4
index 59f585b..2076393 100644
--- a/share/man/man4/atkbd.4
+++ b/share/man/man4/atkbd.4
@@ -199,7 +199,6 @@ In both cases, you also need to have following lines in
.Dl hint.atkbdc.0.port="0x060"
.Dl hint.atkbd.0.at="atkbdc"
.Dl hint.atkbd.0.irq="1"
-.Pp
.\".Sh DIAGNOSTICS
.\".Sh CAVEATS
.\".Sh BUGS
diff --git a/share/man/man4/ipmi.4 b/share/man/man4/ipmi.4
index 11f0998..f938dba 100644
--- a/share/man/man4/ipmi.4
+++ b/share/man/man4/ipmi.4
@@ -162,7 +162,6 @@ Possible error values:
.It Bq Er EFAULT
An address supplied was invalid.
.El
-.Pp
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr watchdog 4 ,
diff --git a/share/man/man4/ohci.4 b/share/man/man4/ohci.4
index 3dd71d9..ee56861 100644
--- a/share/man/man4/ohci.4
+++ b/share/man/man4/ohci.4
@@ -62,7 +62,6 @@ NVIDIA nForce3
.It
Sun PCIO-2 (RIO USB)
.El
-.Pp
.Sh SEE ALSO
.Xr ehci 4 ,
.Xr uhci 4
diff --git a/share/man/man4/syscons.4 b/share/man/man4/syscons.4
index 63835e6..9ce5014 100644
--- a/share/man/man4/syscons.4
+++ b/share/man/man4/syscons.4
@@ -518,7 +518,6 @@ to the kernel.
.Dl "options SC_DFLT_FONT"
.Dl "makeoptions SC_DFLT_FONT=cp850
.Dl "device sc"
-.Pp
.\".Sh DIAGNOSTICS
.Sh CAVEATS
The amount of data that is possible to insert from the cut buffer is limited
diff --git a/share/man/man4/vga.4 b/share/man/man4/vga.4
index ce7d66c..b102d2f 100644
--- a/share/man/man4/vga.4
+++ b/share/man/man4/vga.4
@@ -154,7 +154,6 @@ And load the
module as desired:
.Pp
.Dl kldload vesa
-.Pp
.\".Sh DIAGNOSTICS
.\".Sh CAVEATS
.\".Sh BUGS
diff --git a/share/man/man9/acl.9 b/share/man/man9/acl.9
index f54da34..dc3f7ad 100644
--- a/share/man/man9/acl.9
+++ b/share/man/man9/acl.9
@@ -135,7 +135,6 @@ The process has no read, write or execute permissions
to the associated file.
.El
.El
-.Pp
.Sh IMPLEMENTATION NOTES
.Bd -literal
typedef mode_t *acl_permset_t;
diff --git a/share/man/man9/buf.9 b/share/man/man9/buf.9
index 5ee05f3..cba3499 100644
--- a/share/man/man9/buf.9
+++ b/share/man/man9/buf.9
@@ -138,7 +138,6 @@ instantiated VM Buffers (struct buf's) prevent their underlying pages in the
buffer cache from being freed.
This can complicate the life of the paging
system.
-.Pp
.\" .Sh SEE ALSO
.\" .Xr <fillmein> 9
.Sh HISTORY
diff --git a/share/man/man9/mtx_pool.9 b/share/man/man9/mtx_pool.9
index 660dbd1..0084bb5 100644
--- a/share/man/man9/mtx_pool.9
+++ b/share/man/man9/mtx_pool.9
@@ -176,7 +176,6 @@ calls
on each mutex in the specified pool,
deallocates the memory associated with the pool,
and assigns NULL to the pool pointer.
-.Pp
.Sh SEE ALSO
.Xr msleep 9 ,
.Xr mutex 9
diff --git a/share/man/man9/rman.9 b/share/man/man9/rman.9
index e0d6507..f964a3c 100644
--- a/share/man/man9/rman.9
+++ b/share/man/man9/rman.9
@@ -316,7 +316,6 @@ The
.Fn rman_get_device
function returns a pointer to the device which reserved the resource
.Fa r .
-.Pp
.Sh SEE ALSO
.Xr bus_activate_resource 9 ,
.Xr bus_alloc_resource 9 ,
diff --git a/share/man/man9/vm_page_wakeup.9 b/share/man/man9/vm_page_wakeup.9
index 3d2b1e1..adb03a1 100644
--- a/share/man/man9/vm_page_wakeup.9
+++ b/share/man/man9/vm_page_wakeup.9
@@ -67,7 +67,6 @@ clears the
flag on the page, and calls
.Fn vm_page_flash
in case somebody has been waiting for it.
-.Pp
.Sh SEE ALSO
.Xr vm_page_sleep_busy 9 ,
.Xr wakeup 9
OpenPOWER on IntegriCloud