From b7a0098a05563257c49bbe63082be6409322590b Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 24 Nov 2013 06:14:06 +0100 Subject: [PATCH] Remove various unneeded .Pp macro in manual pages (all before .It). --- lib/libc/gen/vis.3 | 2 -- lib/libc/sys/intro.2 | 3 --- lib/libc/sys/semop.2 | 2 -- lib/libprop/prop_ingest.3 | 1 - libexec/rtld-elf/rtld.1 | 1 - 5 files changed, 9 deletions(-) diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 0b2d994800..f29adbefeb 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -27,7 +27,6 @@ .\" .\" From: @(#)vis.3 8.1 (Berkeley) 6/9/93 .\" $FreeBSD: src/lib/libc/gen/vis.3,v 1.27 2005/01/15 11:40:33 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/vis.3,v 1.5 2007/11/23 23:16:36 swildner Exp $ .\" .Dd March 21, 2004 .Dt VIS 3 @@ -236,7 +235,6 @@ space. .It Dv \e240 Represents Meta-space. .El -.Pp .It Dv VIS_CSTYLE Use C-style backslash sequences to represent standard non-printable characters. diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index a774d6b166..1261bac4e8 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -27,7 +27,6 @@ .\" .\" @(#)intro.2 8.5 (Berkeley) 2/27/95 .\" $FreeBSD: src/lib/libc/sys/intro.2,v 1.48 2007/01/09 00:28:14 imp Exp $ -.\" $DragonFly: src/lib/libc/sys/intro.2,v 1.7 2007/04/11 09:12:08 swildner Exp $ .\" .Dd February 27, 1995 .Dt INTRO 2 @@ -145,7 +144,6 @@ executable file. A file descriptor argument was out of range, referred to no open file, or a read (write) request was made to a file that was only open for writing (reading). -.Pp .It Er 10 ECHILD Em "\&No child processes" . A .Xr wait 2 @@ -313,7 +311,6 @@ addresses with Internet protocols. .It Er 48 EADDRINUSE Em "Address already in use" . Only one usage of each address is normally permitted. -.Pp .It Er 49 EADDRNOTAVAIL Em "Cannot assign requested address" . Normally results from an attempt to create a socket with an address not on this machine. diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index cad8d8e7a7..5755913dae 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -24,7 +24,6 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/lib/libc/sys/semop.2,v 1.7.2.6 2001/12/14 18:34:01 ru Exp $ -.\" $DragonFly: src/lib/libc/sys/semop.2,v 1.2 2003/06/17 04:26:47 dillon Exp $ .\" .Dd September 22, 1995 .Dt SEMOP 2 @@ -146,7 +145,6 @@ A negative value for generally means that a process is waiting for a resource to become available. .El -.Pp .It When .Fa sem_op diff --git a/lib/libprop/prop_ingest.3 b/lib/libprop/prop_ingest.3 index a3fb0c23fe..ca1bc055d9 100644 --- a/lib/libprop/prop_ingest.3 +++ b/lib/libprop/prop_ingest.3 @@ -160,7 +160,6 @@ An object in the dictionary was not the same type specified in the rules. An object's handler returned .Dv false . .El -.Pp .It Fn prop_ingest_context_type "prop_ingest_context_t ctx" Returns the type of the last object visited during an ingest. When called by an ingest handler, it returns the type of the object diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 80686945ce..8ff6b024e3 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -243,7 +243,6 @@ If set, .Nm will log events such as the loading and unloading of shared objects via .Xr utrace 2 . -.Pp .It Ev LD_LOADFLTR If set, .Nm -- 2.41.0