diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2003-05-17 01:01:03 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2003-05-17 01:01:03 +0000 |
| commit | 433087977a16c6967817452d15d15bff71d8de0c (patch) | |
| tree | 6b804dbf1d0e8b08e0b61dd5a19a7b3976905a81 /sbin/sysctl | |
| parent | 728ec271c19d4169629a5473ee8a2a3dbad4a78f (diff) | |
Notes
Diffstat (limited to 'sbin/sysctl')
| -rw-r--r-- | sbin/sysctl/sysctl.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 23ed92c3a97d..643547ba0c0f 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -134,6 +134,12 @@ purpose programs such as and .Nm netstat . .Pp +Some of the variables which can not be modified during normal system +operation can be initialized by setting them from +.Xr loader 8 . +This can for example be done by setting the variable in +.Xr loader.conf 5 . +.Pp The string and integer information is summarized below. For a detailed description of these variable see .Xr sysctl 3 . @@ -275,7 +281,9 @@ The option has been deprecated and is silently ignored. .Sh SEE ALSO .Xr sysctl 3 , -.Xr sysctl.conf 5 +.Xr loader.conf 5 , +.Xr sysctl.conf 5 , +.Xr loader 8 .Sh BUGS The .Nm |
