diff options
Diffstat (limited to 'coreutils/sync.c')
-rw-r--r-- | coreutils/sync.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/sync.c b/coreutils/sync.c index 5557103b3..66445281a 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c | |||
@@ -11,14 +11,14 @@ | |||
11 | //config: bool "sync (769 bytes)" | 11 | //config: bool "sync (769 bytes)" |
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. |
15 | //config:config FEATURE_SYNC_FANCY | 15 | //config:config FEATURE_SYNC_FANCY |
16 | //config: bool "Enable -d and -f flags (requires syncfs(2) in libc)" | 16 | //config: bool "Enable -d and -f flags (requires syncfs(2) in libc)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: depends on SYNC | 18 | //config: depends on SYNC |
19 | //config: help | 19 | //config: help |
20 | //config: sync -d FILE... executes fdatasync() on each FILE. | 20 | //config: sync -d FILE... executes fdatasync() on each FILE. |
21 | //config: sync -f FILE... executes syncfs() on each FILE. | 21 | //config: sync -f FILE... executes syncfs() on each FILE. |
22 | 22 | ||
23 | //applet:IF_SYNC(APPLET_NOFORK(sync, sync, BB_DIR_BIN, BB_SUID_DROP, sync)) | 23 | //applet:IF_SYNC(APPLET_NOFORK(sync, sync, BB_DIR_BIN, BB_SUID_DROP, sync)) |
24 | 24 | ||