symlink.7: wfix

Reported-by: Thomas Posch <man-pages@online.posch.name>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-21 14:50:38 +01:00
parent 1c40a3ed1a
commit 39c56b849a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ and may not refer to files on different filesystems
(because i-node numbers are not unique across filesystems).
A symbolic link is a special type of file whose contents are a string
that is the pathname another file, the file to which the link refers.
that is the pathname of another file, the file to which the link refers.
In other words, a symbolic link is a pointer to another name,
and not to an underlying object.
For this reason, symbolic links may refer to directories and may cross