[Midnightbsd-cvs] src [8453] trunk/usr.bin/find/find.1: cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 18 17:54:55 EDT 2016
Revision: 8453
http://svnweb.midnightbsd.org/src/?rev=8453
Author: laffer1
Date: 2016-09-18 17:54:55 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
cleanup
Modified Paths:
--------------
trunk/usr.bin/find/find.1
Modified: trunk/usr.bin/find/find.1
===================================================================
--- trunk/usr.bin/find/find.1 2016-09-18 21:54:37 UTC (rev 8452)
+++ trunk/usr.bin/find/find.1 2016-09-18 21:54:55 UTC (rev 8453)
@@ -285,7 +285,7 @@
.Ic depth .
GNU find implements this as a primary in mistaken emulation of
.Fx
-.Xr find 1 .
+.Nm .
.It Ic -delete
Delete found files and/or directories.
Always returns true.
@@ -457,7 +457,7 @@
GNU find imposes a restriction that
.Ar gname
is numeric, while
-.Xr find 1
+.Nm
does not.
.It Ic -group Ar gname
True if the file belongs to the group
@@ -620,7 +620,7 @@
.It Ic -noleaf
This option is for GNU find compatibility.
In GNU find it disables an optimization not relevant to
-.Xr find 1 ,
+.Nm ,
so it is ignored.
.It Ic -nouser
True if the file belongs to an unknown user.
@@ -813,7 +813,7 @@
GNU find imposes a restriction that
.Ar uname
is numeric, while
-.Xr find 1
+.Nm
does not.
.It Ic -user Ar uname
True if the file belongs to the user
More information about the Midnightbsd-cvs
mailing list