diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-12-20 20:19:50 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-12-20 20:19:50 +0000 |
commit | 8c535558bce9193ff0c6715d567d2fe90d8388d5 (patch) | |
tree | ba0410060d07daca08201ff599a4ace3a54fe308 /usr.bin/find/find.1 | |
parent | 4668d506a73494f42f2551e87c4a7f971661633c (diff) |
Use the standard wording, requested by jmc@.
Actually, this is much closer to the original submission by Daniel Dickmann.
Diffstat (limited to 'usr.bin/find/find.1')
-rw-r--r-- | usr.bin/find/find.1 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 7cfcea29bde..ec55eb2c20b 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.75 2009/12/20 16:15:26 schwarze Exp $ +.\" $OpenBSD: find.1,v 1.76 2009/12/20 20:19:49 schwarze Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -96,9 +96,6 @@ If the referenced file does not exist, the file information and type will be for the link itself. File information of all symbolic links not on the command line is that of the link itself. -This option overrides -.Fl L -given earlier on the command line. .It Fl h An alias for the .Fl L @@ -111,9 +108,6 @@ returned for each symbolic link to be those of the file referenced by the link, not the link itself. If the referenced file does not exist, the file information and type will be for the link itself. -This option overrides -.Fl H -given earlier on the command line. .It Fl X Permit .Nm @@ -145,6 +139,14 @@ Prevents from descending into directories that have a device number different than that of the file from which the descent began. .El +.Pp +It is not an error to specify more than one of +the mutually exclusive options +.Fl H +and +.Fl L . +Where more than one of these options is specified, +the last option given overrides the others. .Sh PRIMARIES .Bl -tag -width Ds .It Ic -amin Ar n |