Merge pull request #33778 from sodium-chloride/2015.5-2016-0604-1938

Fix minor docstring issues
This commit is contained in:
Mike Place 2016-06-06 03:44:16 -07:00
commit fa983e91cf

View file

@ -1002,7 +1002,7 @@ def get_bufsize(iface):
.. code-block:: bash
salt '*' network.getbufsize
salt '*' network.get_bufsize eth0
'''
if __grains__['kernel'] == 'Linux':
if os.path.exists('/sbin/ethtool'):