svn commit: r360074 - head/usr.bin/find

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Apr 18 13:29:54 UTC 2020


Author: 0mp (doc,ports committer)
Date: Sat Apr 18 13:29:54 2020
New Revision: 360074
URL: https://svnweb.freebsd.org/changeset/base/360074

Log:
  Use the Ic macro for find(1) primaries consistently
  
  MFC after:	3 days

Modified:
  head/usr.bin/find/find.1

Modified: head/usr.bin/find/find.1
==============================================================================
--- head/usr.bin/find/find.1	Sat Apr 18 12:54:47 2020	(r360073)
+++ head/usr.bin/find/find.1	Sat Apr 18 13:29:54 2020	(r360074)
@@ -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 syst
 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


More information about the svn-src-head mailing list