diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-05-16 01:57:20 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-05-16 01:57:20 +0000 |
commit | 56036d26233ff609be6306f948bdbebc57075335 (patch) | |
tree | a6535f7145cab2b794accc91e7549be9d65f90f6 /bin/ln/symlink.7 | |
parent | 24cc1f8e45f072238cecb4ba927e38f90d1627f5 (diff) | |
download | FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.zip FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.tar.gz |
Consistancy check s/file system/filesystem/
Reviewed by: brian
Diffstat (limited to 'bin/ln/symlink.7')
-rw-r--r-- | bin/ln/symlink.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 0e665eb..0d322d1 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -47,11 +47,11 @@ it is a reference to the object underlying the original file name. Changes to a file are independent of the name used to reference the file. Hard links may not refer to directories and may not reference files -on different file systems. +on different filesystems. A symbolic link contains the name of the file to which it is linked, i.e. it is a pointer to another name, and not to an underlying object. For this reason, symbolic links may reference directories and may span -file systems. +filesystems. .Pp Because a symbolic link and its referenced object coexist in the filesystem name space, confusion can arise in distinguishing between the link itself |