Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 01:52:02 +0000 (UTC)
From:      Sevan Janiyan <sevan@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: r316195 - stable/11/usr.bin/find
Message-ID:  <201703300152.v2U1q2RW095941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan (doc committer)
Date: Thu Mar 30 01:52:02 2017
New Revision: 316195
URL: https://svnweb.freebsd.org/changeset/base/316195

Log:
  MFC r312692
  
  Improve wording when describing -mmin.
  PR:		215922
  Submitted by:	danielsh AT apache DOT org
  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9313

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	Thu Mar 30 01:48:36 2017	(r316194)
+++ stable/11/usr.bin/find/find.1	Thu Mar 30 01:52:02 2017	(r316195)
@@ -31,7 +31,7 @@
 .\"	@(#)find.1	8.7 (Berkeley) 5/9/95
 .\" $FreeBSD$
 .\"
-.Dd April 13, 2014
+.Dd January 24, 2017
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -572,6 +572,7 @@ processes all but the command line argum
 True if the difference between the file last modification time and the time
 .Nm
 was started, rounded up to the next full minute, is
+more than
 .Ar n
 .Pq + Ns Ar n ,
 less than



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