diff options
Diffstat (limited to 'coreutils/sync.c')
-rw-r--r-- | coreutils/sync.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/sync.c b/coreutils/sync.c index ea328a54c..b6a4a4b70 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config SYNC | 10 | //config:config SYNC |
11 | //config: bool "sync (3.8 kb)" | 11 | //config: bool "sync (4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: sync is used to flush filesystem buffers. | 14 | //config: sync is used to flush filesystem buffers. |
@@ -113,7 +113,7 @@ int sync_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM)) | |||
113 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 113 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
114 | */ | 114 | */ |
115 | //config:config FSYNC | 115 | //config:config FSYNC |
116 | //config: bool "fsync (3.6 kb)" | 116 | //config: bool "fsync (3.8 kb)" |
117 | //config: default y | 117 | //config: default y |
118 | //config: help | 118 | //config: help |
119 | //config: fsync is used to flush file-related cached blocks to disk. | 119 | //config: fsync is used to flush file-related cached blocks to disk. |