aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/sync.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/sync.2')
-rw-r--r--man/man2/sync.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man2/sync.2 b/man/man2/sync.2
index d6e75c5050..8202524306 100644
--- a/man/man2/sync.2
+++ b/man/man2/sync.2
@@ -79,7 +79,7 @@ allocate space at the time of a
system call, and some previous write failed due to insufficient
storage space.
.SH VERSIONS
-According to the standard specification (e.g., POSIX.1-2001),
+According to the standard specification (i.e., POSIX.1),
.BR sync ()
schedules the writes, but may return before the actual
writing is done.
@@ -95,7 +95,7 @@ the system or filesystem respectively.
.SH STANDARDS
.TP
.BR sync ()
-POSIX.1-2008.
+POSIX.1-2024.
.TP
.BR syncfs ()
Linux.