summaryrefslogtreecommitdiff
path: root/usr.bin/find/find.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-03-14 15:29:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-03-14 15:29:16 +0000
commit47c49a9e43a36bf7774ec6cacc1f56418d784237 (patch)
tree4822f2db1fad50d575aac1290afedde42bf91b89 /usr.bin/find/find.1
parent1a91148f4335f3f6525613a0afd591e79562f801 (diff)
make the OPERATORS list -compact: this avoids the nasty line split
between 2 list items that are logically linked;
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r--usr.bin/find/find.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index f5d78f8cf64..81dfda395d2 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.46 2005/03/14 15:25:38 jmc Exp $
+.\" $OpenBSD: find.1,v 1.47 2005/03/14 15:29:15 jmc Exp $
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -449,7 +449,8 @@ and neither means
.Sh OPERATORS
The primaries may be combined using the following operators.
The operators are listed in order of decreasing precedence.
-.Bl -tag -width (expression)
+.Pp
+.Bl -tag -width "(expression)" -compact
.It Cm \&( Ns Ar expression Ns Cm \&)
This evaluates to true if the parenthesized expression evaluates to
true.