diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-05 15:32:57 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-05 15:32:57 -0700 |
commit | 57371e5829a61e5ee6c9f98404dfc729d6c62608 (patch) | |
tree | 5ad0f67db34b8571d575664b3e1072a5910ff065 /man/halt.xml | |
parent | 3eabccc46c003d129a847ba423a6d0ba778e4930 (diff) |
shutdown: remove explicit sync() invocations
The kernel implicitly does sync() anyway, hence there is no need to do
that in userspace explicitly. This makes the "-n" switch to halt(8) a
noop.
Diffstat (limited to 'man/halt.xml')
-rw-r--r-- | man/halt.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/man/halt.xml b/man/halt.xml index 7ba85ed88d..ed1c52c586 100644 --- a/man/halt.xml +++ b/man/halt.xml @@ -136,15 +136,6 @@ </varlistentry> <varlistentry> - <term><option>-n</option></term> - <term><option>--no-sync</option></term> - - <listitem><para>Don't sync hard disks/storage media before - halt, power-off, - reboot.</para></listitem> - </varlistentry> - - <varlistentry> <term><option>--no-wall</option></term> <listitem><para>Don't send wall |