Alexander Hall <[email protected]> writes: > find(1) claims -follow is the same as -H, which is wrong.
Indeed, but this confusion is present twice in the manpage. > OK? > > /Alexander Index: find.1 =================================================================== RCS file: /cvs/src/usr.bin/find/find.1,v retrieving revision 1.85 diff -u -p -r1.85 find.1 --- find.1 5 Jan 2012 13:16:10 -0000 1.85 +++ find.1 13 Mar 2013 17:30:33 -0000 @@ -273,7 +273,7 @@ flags specified exactly match those of t .It Ic -follow This primary always evaluates to true. The same as specifying the -.Fl H +.Fl L option. .Pp .It Ic -fstype Ar type @@ -633,7 +633,7 @@ primary was inspired by GNU find. .Pp Historically, the .Fl d , -.Fl H , +.Fl L , and .Fl x options were implemented using the primaries
