features: Tweak text to be more 'future' proof

This commit is contained in:
Denis Kenzior 2014-10-13 12:55:44 -05:00
parent fc4462359b
commit 4eef5a256f
1 changed files with 2 additions and 2 deletions

View File

@ -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.