Date: Tue, 24 Jan 2017 10:42:21 +0000 (UTC) From: Sevan Janiyan <sevan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312692 - head/usr.bin/find Message-ID: <201701241042.v0OAgLro056520@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sevan (doc committer) Date: Tue Jan 24 10:42:21 2017 New Revision: 312692 URL: https://svnweb.freebsd.org/changeset/base/312692 Log: Improve wording when describing -mmin. PR: 215922 Submitted by: danielsh AT apache DOT org Approved by: bcr (mentor) MFC after: 5 days Differential Revision: https://reviews.freebsd.org/D9313 Modified: head/usr.bin/find/find.1 Modified: head/usr.bin/find/find.1 ============================================================================== --- head/usr.bin/find/find.1 Tue Jan 24 09:41:44 2017 (r312691) +++ head/usr.bin/find/find.1 Tue Jan 24 10:42:21 2017 (r312692) @@ -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?201701241042.v0OAgLro056520>