-
Notifications
You must be signed in to change notification settings - Fork 219
Updating docstring for the audio plugin #317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Updating docstring for the audio plugin #317
Conversation
Adding a docstring to the sysctl plugin that describes what the plugin does, what its parameters are, and how it should be used.
Fixing inconsistent spacing in the docstring and modifying the term `name=value` to be consistent with the `sysctl` documentation by using `variable=value`.
… examples. Originally, the documentation for Tuned mentioned to use the form of `name=variable` when specifying sysctl options in a Tuned profile, but when looking at `man sysctl`, the terminology used is actually `variable=value`.
… examples. Originally, the documentation for Tuned mentioned to use the form of `name=variable` when specifying sysctl options in a Tuned profile, but when looking at `man sysctl`, the terminology used is actually `variable=value`.
The docstring is now updated with more descriptions and now includes example usage.
|
Thank you for the PR. Why is this PR exactly the same as #315 ? I.e., both include docstrings for |
Yeah, I made a mistake when pushing the commit. I'll squash the commits next time and check to see why I have the |
|
@courtneypacheco please squash the commits to one. Use e.g. |
|
Obsoleted by: #337 |
Updating the docstring for the audio plugin to include more info and sample usage