summaryrefslogtreecommitdiffstats
path: root/man2/write.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/write.2')
-rw-r--r--man2/write.211
1 files changed, 3 insertions, 8 deletions
diff --git a/man2/write.2 b/man2/write.2
index f4061b508..d1dc27397 100644
--- a/man2/write.2
+++ b/man2/write.2
@@ -16,7 +16,7 @@
.\" gave some examples of why this might occur.
.\" Noted what happens if write() is interrupted by a signal.
.\"
-.TH write 2 2022-12-04 "Linux man-pages 6.03"
+.TH write 2 2023-04-03 "Linux man-pages 6.05.01"
.SH NAME
write \- write to a file descriptor
.SH LIBRARY
@@ -226,6 +226,8 @@ catches, blocks or ignores this signal.)
Other errors may occur, depending on the object connected to
.IR fd .
.SH STANDARDS
+POSIX.1-2008.
+.SH HISTORY
SVr4, 4.3BSD, POSIX.1-2001.
.\" SVr4 documents additional error
.\" conditions EDEADLK, ENOLCK, ENOLNK, ENOSR, ENXIO, or ERANGE.
@@ -235,13 +237,6 @@ Under SVr4 a write may be interrupted and return
at any point,
not just before any data is written.
.SH NOTES
-The types
-.I size_t
-and
-.I ssize_t
-are, respectively,
-unsigned and signed integer data types specified by POSIX.1.
-.PP
A successful return from
.BR write ()
does not make any guarantee that data has been committed to disk.