diff options
author | 2006-10-05 07:52:30 +0000 | |
---|---|---|
committer | 2006-10-05 07:52:30 +0000 | |
commit | eed4e3e7ed0f99cb47ba6cf036501b343cc6b9a1 (patch) | |
tree | 306521f047d73f7dee14631fc17a20e4347e5f7b | |
parent | document -depth and -xdev: although we have options which do the same, (diff) | |
download | wireguard-openbsd-eed4e3e7ed0f99cb47ba6cf036501b343cc6b9a1.tar.xz wireguard-openbsd-eed4e3e7ed0f99cb47ba6cf036501b343cc6b9a1.zip |
-iname is a primary, not an option. ok jmc@
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index f71a20f047c..004e8e0abf8 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.56 2006/10/05 07:41:04 jmc Exp $ +.\" $OpenBSD: find.1,v 1.57 2006/10/05 07:52:30 otto Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -575,7 +575,7 @@ are extensions to .St -p1003.1-2004 . The .Ic -iname -option was inspired by GNU find. +primary was inspired by GNU find. .Pp Historically, the .Fl d , |