From adde92128aaf9b5002fe7f66d57bc8c0260a95cd Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 11 Oct 2006 13:03:32 +0000 Subject: a little macro cleanup; --- usr.bin/find/find.1 | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'usr.bin/find') diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 0842647ddaf..914f244085b 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.63 2006/10/11 12:26:00 otto Exp $ +.\" $OpenBSD: find.1,v 1.64 2006/10/11 13:03:31 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -366,17 +366,10 @@ If the mode is symbolic, a starting value of zero is assumed and the mode sets or clears permissions without regard to the process's file mode creation mask. If the mode is octal, only bits 07777 -.Pf ( Dv S_ISUID -| -.Dv S_ISGID -| -.Dv S_ISTXT -| -.Dv S_IRWXU -| -.Dv S_IRWXG -| -.Dv S_IRWXO ) +.Po +.Dv S_ISUID \*(Ba S_ISGID \*(Ba S_ISTXT +.Dv S_IRWXU \*(Ba S_IRWXG \*(Ba S_IRWXO +.Pc of the file's mode bits participate in the comparison. If the mode is preceded by a dash -- cgit v1.2.3