From 8ae3afcfad3d809ecc914f65e53a58e795268f62 Mon Sep 17 00:00:00 2001 From: uqs Date: Fri, 8 Oct 2010 12:40:16 +0000 Subject: mdoc: drop redundant .Pp and .LP calls They have no effect when coming in pairs, or before .Bl/.Bd --- lib/libc/stdlib/malloc.3 | 1 - lib/libc/stdlib/strtod.3 | 1 - 2 files changed, 2 deletions(-) (limited to 'lib/libc/stdlib') diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 2f21b6a..9f49b2e 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -550,7 +550,6 @@ allocation functions. .El .Sh EXAMPLES To dump core whenever a problem occurs: -.Pp .Bd -literal -offset indent ln -s 'A' /etc/malloc.conf .Ed diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3 index a6e8af8..e19e5fe 100644 --- a/lib/libc/stdlib/strtod.3 +++ b/lib/libc/stdlib/strtod.3 @@ -173,7 +173,6 @@ conforms to .Sh AUTHORS The author of this software is .An David M. Gay . -.Pp .Bd -literal Copyright (c) 1998 by Lucent Technologies All Rights Reserved -- cgit v1.1