diff options
author | dd <dd@FreeBSD.org> | 2001-06-08 03:12:32 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-08 03:12:32 +0000 |
commit | fb2240a5b376caf548f81a59ac688df3746ec3a0 (patch) | |
tree | 63e48e3e129e921cd653f2f700e73651cef6ca96 | |
parent | 7e86848fd5e19acf3a423b2c7ecbd85cdec5add0 (diff) | |
download | FreeBSD-src-fb2240a5b376caf548f81a59ac688df3746ec3a0.zip FreeBSD-src-fb2240a5b376caf548f81a59ac688df3746ec3a0.tar.gz |
Remove xref to blackhole(4). sysctl has nothing to do with
blackhole(4), except that blackhole(4) uses sysctl's. This xref
obviously isn't appropriate unless we want to xref all the other man
pages which mention sysctls, which we obviously don't (we may want to
list those sysctls, but that's another story).
PR: 27937
Submitted by: yar
-rw-r--r-- | sbin/sysctl/sysctl.8 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index b0a98bc..71f67d6 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -234,7 +234,6 @@ definitions for fourth level UDP identifiers .El .Sh SEE ALSO .Xr sysctl 3 , -.Xr blackhole 4 , .Xr sysctl.conf 5 .Sh BUGS .Nm Sysctl |