Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2020 13:52:41 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r360194 - stable/12/usr.bin/find
Message-ID:  <202004221352.03MDqfvw087321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004221352.03MDqfvw087321>