Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2020 13:53:23 +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-11@freebsd.org
Subject:   svn commit: r360195 - stable/11/usr.bin/find
Message-ID:  <202004221353.03MDrNuI087405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Wed Apr 22 13:53:22 2020
New Revision: 360195
URL: https://svnweb.freebsd.org/changeset/base/360195

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

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

Modified: stable/11/usr.bin/find/find.1
==============================================================================
--- stable/11/usr.bin/find/find.1	Wed Apr 22 13:52:40 2020	(r360194)
+++ stable/11/usr.bin/find/find.1	Wed Apr 22 13:53:22 2020	(r360195)
@@ -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?202004221353.03MDrNuI087405>