diff options
author | dd <dd@FreeBSD.org> | 2002-05-11 06:06:11 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-05-11 06:06:11 +0000 |
commit | 1a506b7f476d48d8568fcecc4847d3dcbad2f278 (patch) | |
tree | 566485310aaf5fcf65c3e31afc43e4b381c422df /share | |
parent | 65ea494ab5396a74c2c86608540ceb5f32689d1a (diff) | |
download | FreeBSD-src-1a506b7f476d48d8568fcecc4847d3dcbad2f278.zip FreeBSD-src-1a506b7f476d48d8568fcecc4847d3dcbad2f278.tar.gz |
sysctl -w -> sysctl
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/isdn/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/isdn/FAQ b/share/examples/isdn/FAQ index dcc6e67..a88de79 100644 --- a/share/examples/isdn/FAQ +++ b/share/examples/isdn/FAQ @@ -634,7 +634,7 @@ is discarding the extensions. This can easily be checked by doing ``sysctl net.inet.tcp.rfc1323''. If the result is 1, then the RFC1323 support is turned on. -Turn this off by doing ``sysctl -w net.inet.tcp.rfc1323=0'' (This is +Turn this off by doing ``sysctl net.inet.tcp.rfc1323=0'' (This is called "net.inet.tcp.do_rfc1323" under BSD/OS). For FreeBSD make sure that tcp_extension="NO" is in your /etc/rc.conf |