mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33778 from sodium-chloride/2015.5-2016-0604-1938
Fix minor docstring issues
This commit is contained in:
commit
fa983e91cf
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||
|
|
Loading…
Add table
Reference in a new issue