From 4eef5a256f01f46d1b61585983c5e39cecaef837 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 13 Oct 2014 12:55:44 -0500 Subject: [PATCH] features: Tweak text to be more 'future' proof --- doc/features.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/features.txt b/doc/features.txt index 5c5004c8..79cf422e 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -26,5 +26,5 @@ The hwsim uses new HWSIM_ATTR_DESTROY_RADIO_ON_CLOSE flag attribute to tell the kernel that when the hwsim process dies, the radios it created should be removed. For testing tools it is beneficial if the newly created radio could be bound to the lifetime of the netlink socket. -The old behaviour i.e., radio is not destroyed when hwsim quits, -is used if one starts the hwsim with -k (--keep) command line option. +Alternatively, using the hwsim '-k (--keep)' command line option instructs +hwsim to not destroy the created radio automatically.