Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Remove a few unneeded Pp macros.



details:   https://anonhg.NetBSD.org/src/rev/f4919b1f5637
branches:  trunk
changeset: 782034:f4919b1f5637
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sat Oct 13 14:18:16 2012 +0000

description:
Remove a few unneeded Pp macros.

diffstat:

 bin/rm/rm.1             |  3 +--
 usr.bin/find/find.1     |  5 +----
 usr.bin/indent/indent.1 |  3 +--
 usr.bin/xargs/xargs.1   |  3 +--
 4 files changed, 4 insertions(+), 10 deletions(-)

diffs (82 lines):

diff -r f01de0f9cbd9 -r f4919b1f5637 bin/rm/rm.1
--- a/bin/rm/rm.1       Sat Oct 13 08:42:50 2012 +0000
+++ b/bin/rm/rm.1       Sat Oct 13 14:18:16 2012 +0000
@@ -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 @@
 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 .
diff -r f01de0f9cbd9 -r f4919b1f5637 usr.bin/find/find.1
--- a/usr.bin/find/find.1       Sat Oct 13 08:42:50 2012 +0000
+++ b/usr.bin/find/find.1       Sat Oct 13 14:18:16 2012 +0000
@@ -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 @@
 .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 @@
 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
diff -r f01de0f9cbd9 -r f4919b1f5637 usr.bin/indent/indent.1
--- a/usr.bin/indent/indent.1   Sat Oct 13 08:42:50 2012 +0000
+++ b/usr.bin/indent/indent.1   Sat Oct 13 14:18:16 2012 +0000
@@ -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 @@
   code
 }
 .Ed
-.Pp
 .It Fl bs , Fl nbs
 If
 .Fl bs
diff -r f01de0f9cbd9 -r f4919b1f5637 usr.bin/xargs/xargs.1
--- a/usr.bin/xargs/xargs.1     Sat Oct 13 08:42:50 2012 +0000
+++ b/usr.bin/xargs/xargs.1     Sat Oct 13 14:18:16 2012 +0000
@@ -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 @@
 .Pa destdir :
 .Pp
 .Dl /bin/ls -1d [A-Z]* | xargs -J % cp -rp % destdir
-.Pp
 .It Fl L Ar number
 Call
 .Ar utility



Home | Main Index | Thread Index | Old Index