svn commit: r312692 - head/usr.bin/find

Sevan Janiyan sevan at FreeBSD.org
Tue Jan 24 10:42:22 UTC 2017


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


More information about the svn-src-head mailing list