summaryrefslogtreecommitdiff
path: root/sysctl.8
diff options
context:
space:
mode:
authoralbert <>2004-07-15 04:44:42 +0000
committeralbert <>2004-07-15 04:44:42 +0000
commitaae2db6f9be5fa586518c70a84ea27584174deb1 (patch)
treea99960a67a41cf99e4e775bd15efd4ff8f8652cb /sysctl.8
parent8300609ba9b5b8da8ab8a0431ce47e1aa8fdcdf3 (diff)
downloadprocps-ng-aae2db6f9be5fa586518c70a84ea27584174deb1.tar.gz
Debian and Red Hat sysctl patches
Diffstat (limited to 'sysctl.8')
-rw-r--r--sysctl.87
1 files changed, 5 insertions, 2 deletions
diff --git a/sysctl.8 b/sysctl.8
index 94926d3..7d0ed9f 100644
--- a/sysctl.8
+++ b/sysctl.8
@@ -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