OSDN Git Service

(split) LDP: Update original to LDP v3.54
[linuxjm/LDP_man-pages.git] / original / man2 / link.2
index c0da904..8861e88 100644 (file)
@@ -1,5 +1,5 @@
 .\" This manpage is Copyright (C) 1992 Drew Eckhardt;
-.\"                               1993 Michael Haardt, Ian Jackson.
+.\"             and Copyright (C) 1993 Michael Haardt, Ian Jackson.
 .\"
 .\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
@@ -68,7 +68,7 @@ or
 .BR path_resolution (7).)
 .TP
 .B EDQUOT
-The user's quota of disk blocks on the file system has been exhausted.
+The user's quota of disk blocks on the filesystem has been exhausted.
 .TP
 .B EEXIST
 .I newpath
@@ -114,7 +114,7 @@ is not, in fact, a directory.
 is a directory.
 .TP
 .B EPERM
-The file system containing
+The filesystem containing
 .IR oldpath " and " newpath
 does not support the creation of hard links.
 .TP
@@ -126,15 +126,15 @@ in
 .BR proc (5)).
 .TP
 .B EROFS
-The file is on a read-only file system.
+The file is on a read-only filesystem.
 .TP
 .B EXDEV
 .IR oldpath " and " newpath
-are not on the same mounted file system.
-(Linux permits a file system to be mounted at multiple points, but
+are not on the same mounted filesystem.
+(Linux permits a filesystem to be mounted at multiple points, but
 .BR link ()
 does not work across different mount points,
-even if the same file system is mounted on both.)
+even if the same filesystem is mounted on both.)
 .SH CONFORMING TO
 SVr4, 4.3BSD, POSIX.1-2001 (but see NOTES).
 .\" SVr4 documents additional ENOLINK and
@@ -143,7 +143,7 @@ SVr4, 4.3BSD, POSIX.1-2001 (but see NOTES).
 .SH NOTES
 Hard links, as created by
 .BR link (),
-cannot span file systems.
+cannot span filesystems.
 Use
 .BR symlink (2)
 if this is required.
@@ -179,7 +179,7 @@ For precise control over the treatment of symbolic links when
 creating a link, see
 .BR linkat (2).
 .SH BUGS
-On NFS file systems, the return code may be wrong in case the NFS server
+On NFS filesystems, the return code may be wrong in case the NFS server
 performs the link creation and dies before it can say so.
 Use
 .BR stat (2)