Author: 0mp (doc,ports committer)
Date: Wed Apr 22 13:52:40 2020
New Revision: 360194
URL: https://svnweb.freebsd.org/changeset/base/360194

Log:
  MFC 360074:
  
  Use the Ic macro for find(1) primaries consistently

Modified:
  stable/12/usr.bin/find/find.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.bin/find/find.1
==============================================================================
--- stable/12/usr.bin/find/find.1       Wed Apr 22 12:47:46 2020        
(r360193)
+++ stable/12/usr.bin/find/find.1       Wed Apr 22 13:52:40 2020        
(r360194)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to