diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-13 00:17:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-13 00:17:20 +0000 |
commit | ab82f4512d24844cadd37501437bd80efff33c59 (patch) | |
tree | c4e1a54960f9304ac29a06a119423e2eda582a35 /usr.bin | |
parent | cffce06363c47f236a587c0aa0e885404d2f2d63 (diff) |
maintain alphabetical order in primaries list;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/find/find.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 20270d16bc8..3bc8d399b26 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.43 2005/02/07 20:45:40 jaredy Exp $ +.\" $OpenBSD: find.1,v 1.44 2005/03/13 00:17:19 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -294,10 +294,10 @@ backslash .It Ic -newer Ar file True if the current file has a more recent last modification time than .Ar file . -.It Ic -nouser -True if the file belongs to an unknown user. .It Ic -nogroup True if the file belongs to an unknown group. +.It Ic -nouser +True if the file belongs to an unknown user. .It Ic \&-ok Ar utility Op argument ... ; Identical to the .Ic -exec |