View | Details | Raw Unified | Return to bug 17057 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/src/usr.bin/find/find.1 (-3 / +3 lines)
Lines 63-69 Link Here
63
The
63
The
64
.Fl H
64
.Fl H
65
option causes the file information and file type (see
65
option causes the file information and file type (see
66
.Xr stat 2)
66
.Xr stat 2 )
67
returned for each symbolic link specified on the command line to be 
67
returned for each symbolic link specified on the command line to be 
68
those of the file referenced by the link, not the link itself.
68
those of the file referenced by the link, not the link itself.
69
If the referenced file does not exist, the file information and type will
69
If the referenced file does not exist, the file information and type will
Lines 74-80 Link Here
74
The
74
The
75
.Fl L
75
.Fl L
76
option causes the file information and file type (see
76
option causes the file information and file type (see
77
.Xr stat 2)
77
.Xr stat 2 )
78
returned for each symbolic link to be those of the file referenced by the
78
returned for each symbolic link to be those of the file referenced by the
79
link, not the link itself.
79
link, not the link itself.
80
If the referenced file does not exist, the file information and type will
80
If the referenced file does not exist, the file information and type will
Lines 83-89 Link Here
83
The
83
The
84
.Fl P
84
.Fl P
85
option causes the file information and file type (see
85
option causes the file information and file type (see
86
.Xr stat 2)
86
.Xr stat 2 )
87
returned for each symbolic link to be those of the link itself.
87
returned for each symbolic link to be those of the link itself.
88
This is the default.
88
This is the default.
89
.It Fl X
89
.It Fl X

Return to bug 17057