diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-04-18 13:29:54 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-04-18 13:29:54 +0000 |
commit | 93e0e298b9f430c0ac21e9a5947a440b0276d9d9 (patch) | |
tree | f2526d18687b3aff0372bcbdbe7f04b57488f9f4 /usr.bin | |
parent | c9c283bd3045c909671fc9aab250c35fe124ef35 (diff) | |
download | src-test2-93e0e298b9f430c0ac21e9a5947a440b0276d9d9.tar.gz src-test2-93e0e298b9f430c0ac21e9a5947a440b0276d9d9.zip |
Notes
Diffstat (limited to 'usr.bin')
-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 dab3f883dbac..ce7a231c3c7d 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -31,7 +31,7 @@ .\" @(#)find.1 8.7 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd January 24, 2017 +.Dd April 18, 2020 .Dt FIND 1 .Os .Sh NAME @@ -480,7 +480,7 @@ is being executed and the latter matches any file system which is mounted read-only. .It Ic -gid Ar gname The same thing as -.Ar -group Ar gname +.Ic -group Ar gname for compatibility with GNU find. GNU find imposes a restriction that .Ar gname |