diff options
author | albert <> | 2004-07-15 04:44:42 +0000 |
---|---|---|
committer | albert <> | 2004-07-15 04:44:42 +0000 |
commit | aae2db6f9be5fa586518c70a84ea27584174deb1 (patch) | |
tree | a99960a67a41cf99e4e775bd15efd4ff8f8652cb /sysctl.8 | |
parent | 8300609ba9b5b8da8ab8a0431ce47e1aa8fdcdf3 (diff) | |
download | procps-ng-aae2db6f9be5fa586518c70a84ea27584174deb1.tar.gz |
Debian and Red Hat sysctl patches
Diffstat (limited to 'sysctl.8')
-rw-r--r-- | sysctl.8 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -12,9 +12,9 @@ sysctl \- configure kernel parameters at runtime .SH SYNOPSIS .B "sysctl [-n] [-e] variable ..." .br -.B "sysctl [-n] [-e] -w variable=value ..." +.B "sysctl [-n] [-e] [-q] -w variable=value ..." .br -.B "sysctl [-n] [-e] -p <filename>" +.B "sysctl [-n] [-e] [-q] -p <filename>" .br .B "sysctl [-n] [-e] -a" .br @@ -45,6 +45,9 @@ Use this option to disable printing of the key name when printing values. .B "-e" Use this option to ignore errors about unknown keys. .TP +.B "-q" +Use this option to not display the values set to stdout. +.TP .B "-w" Use this option when you want to change a sysctl setting. .TP |