From 8026c9fd7026909e028b86ff24d53ce692cc33ac Mon Sep 17 00:00:00 2001 From: joel Date: Mon, 13 Feb 2006 21:34:19 +0000 Subject: .Pp before .Sh is redundant. Reviewed by: ru --- share/man/man4/atkbd.4 | 1 - share/man/man4/ipmi.4 | 1 - share/man/man4/ohci.4 | 1 - share/man/man4/syscons.4 | 1 - share/man/man4/vga.4 | 1 - share/man/man9/acl.9 | 1 - share/man/man9/buf.9 | 1 - share/man/man9/mtx_pool.9 | 1 - share/man/man9/rman.9 | 1 - share/man/man9/vm_page_wakeup.9 | 1 - 10 files changed, 10 deletions(-) (limited to 'share') 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 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 -- cgit v1.1