Module Name:    src
Committed By:   njoly
Date:           Sat Oct 13 14:18:17 UTC 2012

Modified Files:
        src/bin/rm: rm.1
        src/usr.bin/find: find.1
        src/usr.bin/indent: indent.1
        src/usr.bin/xargs: xargs.1

Log Message:
Remove a few unneeded Pp macros.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/bin/rm/rm.1
cvs rdiff -u -r1.78 -r1.79 src/usr.bin/find/find.1
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/indent/indent.1
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/xargs/xargs.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/rm/rm.1
diff -u src/bin/rm/rm.1:1.24 src/bin/rm/rm.1:1.25
--- src/bin/rm/rm.1:1.24	Sat Sep  2 23:28:32 2006
+++ src/bin/rm/rm.1	Sat Oct 13 14:18:16 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rm.1,v 1.24 2006/09/02 23:28:32 wiz Exp $
+.\"	$NetBSD: rm.1,v 1.25 2012/10/13 14:18:16 njoly Exp $
 .\"
 .\" Copyright (c) 1990, 1993, 1994, 2003
 .\"	The Regents of the University of California.  All rights reserved.
@@ -99,7 +99,6 @@ each directory's contents are processed 
 is made to remove the directory).
 If the user does not respond affirmatively, the file hierarchy rooted in
 that directory is skipped.
-.Pp
 .It Fl r
 Equivalent to
 .Fl R .

Index: src/usr.bin/find/find.1
diff -u src/usr.bin/find/find.1:1.78 src/usr.bin/find/find.1:1.79
--- src/usr.bin/find/find.1:1.78	Sun Aug 26 14:26:07 2012
+++ src/usr.bin/find/find.1	Sat Oct 13 14:18:17 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: find.1,v 1.78 2012/08/26 14:26:07 wiz Exp $
+.\"	$NetBSD: find.1,v 1.79 2012/10/13 14:18:17 njoly Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -698,13 +698,11 @@ The operators are listed in order of dec
 .It Cm \&( Ar expression Cm \&)
 This evaluates to true if the parenthesized expression evaluates to
 true.
-.Pp
 .It Cm \&! Ar expression
 This is the unary
 .Tn NOT
 operator.
 It evaluates to true if the expression is false.
-.Pp
 .It Ar expression Cm -and Ar expression
 .It Ar expression expression
 The
@@ -716,7 +714,6 @@ As it is implied by the juxtaposition of
 have to be specified.
 The expression evaluates to true if both expressions are true.
 The second expression is not evaluated if the first expression is false.
-.Pp
 .It Ar expression Cm -or Ar expression
 The
 .Cm -or

Index: src/usr.bin/indent/indent.1
diff -u src/usr.bin/indent/indent.1:1.21 src/usr.bin/indent/indent.1:1.22
--- src/usr.bin/indent/indent.1:1.21	Sun Apr  8 22:00:38 2012
+++ src/usr.bin/indent/indent.1	Sat Oct 13 14:18:17 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: indent.1,v 1.21 2012/04/08 22:00:38 wiz Exp $
+.\"	$NetBSD: indent.1,v 1.22 2012/10/13 14:18:17 njoly Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -193,7 +193,6 @@ if (...) {
   code
 }
 .Ed
-.Pp
 .It Fl bs , Fl nbs
 If
 .Fl bs

Index: src/usr.bin/xargs/xargs.1
diff -u src/usr.bin/xargs/xargs.1:1.22 src/usr.bin/xargs/xargs.1:1.23
--- src/usr.bin/xargs/xargs.1:1.22	Wed Dec 22 09:05:07 2010
+++ src/usr.bin/xargs/xargs.1	Sat Oct 13 14:18:17 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: xargs.1,v 1.22 2010/12/22 09:05:07 wiz Exp $
+.\" $NetBSD: xargs.1,v 1.23 2012/10/13 14:18:17 njoly Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -166,7 +166,6 @@ directory to
 .Pa destdir :
 .Pp
 .Dl /bin/ls -1d [A-Z]* | xargs -J % cp -rp % destdir
-.Pp
 .It Fl L Ar number
 Call
 .Ar utility

Reply via email to