diff options
| author | Bernhard Voelker <mail@bernhard-voelker.de> | 2017-03-13 08:12:11 +0100 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2017-03-13 08:12:11 +0100 |
| commit | 11a050cdb0c64660962bda0521cd4cb4905dffb1 (patch) | |
| tree | 1c1462f7c2e7abc56f29b29532a14f61e01dbf31 | |
| parent | 2a6129bfccec9f23a50f037e187f85c4d000bc87 (diff) | |
| download | findutils-11a050cdb0.tar.gz | |
doc: clarify that -links counts hard links in find.1
* find/find.1 (TESTS): Mention that -links tests the number of
"hard links", not just "links".
Reported by Dan Jacobson <jidanni@jidanni.org>.
| -rw-r--r-- | find/find.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find/find.1 b/find/find.1 index 0e60945..9b194a8 100644 --- a/find/find.1 +++ b/find/find.1 @@ -680,7 +680,7 @@ See \-ipath. This alternative is less portable than .BR \-ipath . .IP "\-links \fIn\fR" -File has \fIn\fR links. +File has \fIn\fR hard links. .IP "\-lname \fIpattern\fR" File is a symbolic link whose contents match shell pattern |
