summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/fsync.22
-rw-r--r--lib/libc/sys/sync.22
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2
index 431604b..4a1c74d 100644
--- a/lib/libc/sys/fsync.2
+++ b/lib/libc/sys/fsync.2
@@ -37,7 +37,7 @@
.Os BSD 4.2
.Sh NAME
.Nm fsync
-.Nd "synchronize a file's in-core state with that on disk"
+.Nd "synchronise changes to a file"
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2
index 1c23e6a..790a9a7 100644
--- a/lib/libc/sys/sync.2
+++ b/lib/libc/sys/sync.2
@@ -37,7 +37,7 @@
.Os BSD 4
.Sh NAME
.Nm sync
-.Nd "synchronize disk block in-core status with that on disk"
+.Nd "schedule filesystem updates"
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
OpenPOWER on IntegriCloud