summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBen Smithurst <ben@FreeBSD.org>2000-07-15 13:05:35 +0000
committerBen Smithurst <ben@FreeBSD.org>2000-07-15 13:05:35 +0000
commit791a8705136aa19829668cef9a245e93c4e8e8d7 (patch)
tree410d033346110bdef7118d9a2be72aea723539ce /lib/libc
parent4d92c58cb4856137de36437aacb794067adcd4ed (diff)
Notes
Diffstat (limited to 'lib/libc')
-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 1814058ad8db..efcdbc9a0dff 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 1c23e6adf50b..790a9a76565a 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