Tagged Questions
4
votes
2answers
306 views
Documentation of kernel parameters
Where can I find a technical description of the kernel parameters listed in /proc/sys (ob Linux)?
4
votes
1answer
195 views
Writing command synopsis in standard man format
I am writing a script and in the usage() function I want to specify the usage.
My script uses either option1 or option2 or both. One of them is mandatory.
Is there a standard way to write it up?