diff options
Diffstat (limited to 'sbin/reboot/reboot.8')
-rw-r--r-- | sbin/reboot/reboot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 2778814..12a31dd 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -59,7 +59,7 @@ The .Nm halt and .Nm -utilities flush the filesystem cache to disk, send all running processes +utilities flush the file system cache to disk, send all running processes a .Dv SIGTERM (and subsequently a @@ -100,11 +100,11 @@ or .Nm halt and log this themselves. .It Fl n -The filesystem cache is not flushed. +The file system cache is not flushed. This option should probably not be used. .It Fl q The system is halted or restarted quickly and ungracefully, and only -the flushing of the filesystem cache is performed (if the +the flushing of the file system cache is performed (if the .Fl n is not specified). This option should probably not be used. |