diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2000-07-15 13:04:33 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2000-07-15 13:04:33 +0000 |
| commit | f21ff38bf451de83ce5f7ea87d8bb2b1eef5c1a8 (patch) | |
| tree | d6c863dcbe66bbc302fdbe386aa9cd618f04fe3f /lib/libc | |
| parent | b69feb8fe328d4e7111cb5a76b094a8c635e3a7e (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/fsync.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/sync.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fsync.2 b/lib/libc/sys/fsync.2 index 431604bc7a9d..4a1c74d4df5e 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 |
