]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sync.2: Minor fixes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 26 Jun 2020 09:08:19 +0000 (11:08 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 26 Jun 2020 09:11:20 +0000 (11:11 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/sync.2

index a6ba597a42c81ed31b185333e1ec727820dad2ec..201ebdf30439513edc8e35b1d51ae9f2bd740630 100644 (file)
@@ -95,7 +95,7 @@ is not a valid file descriptor.
 .B EIO
 An error occurred during synchronization.
 This error may relate to data written to any file on the filesystem, or on
-metadata related to the filesytem itself.
+metadata related to the filesystem itself.
 .TP
 .B ENOSPC
 Disk space was exhausted while synchronizing.
@@ -129,12 +129,15 @@ always returned 0.
 According to the standard specification (e.g., POSIX.1-2001),
 .BR sync ()
 schedules the writes, but may return before the actual
-writing is done.  However Linux waits for I/O completions,
+writing is done.
+However Linux waits for I/O completions,
 and thus
 .BR sync ()
 or
 .BR syncfs ()
-provide the same guarantees as fsync called on every file in
+provide the same guarantees as
+.BR fsync ()
+called on every file in
 the system or filesystem respectively.
 .PP
 In mainline kernel versions prior to 5.8,