From 47cb901e38cd7092576fc8e76cc4a14f39bf719d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Oct 2014 14:24:46 +0100 Subject: swap: replace Discard= setting by a more generic Options= setting For now, it's systemd itself that parses the options string, but as soon as util-linux' swapon can take the option string directly with -o we should pass it on unmodified. --- man/systemd.swap.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'man/systemd.swap.xml') diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 00fafdce2..44c16e7bc 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -171,14 +171,14 @@ - Discard= - - Enable discards, if the swap - backing device supports the discard or trim - operation. Can be one of none, - once, pages - or all. Defaults to - none. (See + Options= + + May contain an option + string for the swap device. This may + be used for controlling discard + options among other functionality, if + the swap backing device supports the + discard or trim operation. (See swapon8 for more information.) -- cgit v1.2.3