OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man2 / write.2
index 230b970..51e47a1 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.
 .\" and Copyright (C) 2007 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
 .\" %%%LICENSE_START(VERBATIM)
@@ -85,7 +85,7 @@ POSIX requires that a
 which can be proved to occur after a
 .BR write ()
 has returned returns the new data.
-Note that not all file systems are POSIX conforming.
+Note that not all filesystems are POSIX conforming.
 .SH RETURN VALUE
 On success, the number of bytes written is returned (zero indicates
 nothing was written).
@@ -134,7 +134,7 @@ refers to a datagram socket for which a peer address has not been set using
 .BR connect (2).
 .TP
 .B EDQUOT
-The user's quota of disk blocks on the file system containing the file
+The user's quota of disk blocks on the filesystem containing the file
 referred to by
 .I fd
 has been exhausted.