diff options
author | wblock <wblock@FreeBSD.org> | 2012-11-07 15:59:24 +0000 |
---|---|---|
committer | wblock <wblock@FreeBSD.org> | 2012-11-07 15:59:24 +0000 |
commit | f42c814c08825fe4486caf2d62b2ce0d7351b941 (patch) | |
tree | 5d0d0e2515f542e6eb3aa2c5b1049f009e60edd3 /sbin/ifconfig | |
parent | 44ccaabd5d5033f537530e6f0372da001ee03c96 (diff) | |
download | FreeBSD-src-f42c814c08825fe4486caf2d62b2ce0d7351b941.zip FreeBSD-src-f42c814c08825fe4486caf2d62b2ce0d7351b941.tar.gz |
Add devd.conf(5) and devd(8) to SEE ALSO xrefs. Give users a pointer to
seemingly mysterious actions that are not done by ifconfig itself, but
by devd triggering on events caused by ifconfig.
PR: docs/173405
Submitted by: Mateusz Kwiatkowski <mateusz.kwiatkowski@atlashost.eu>
MFC after: 1 week
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index f22cc50..a34247c 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -28,7 +28,7 @@ .\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94 .\" $FreeBSD$ .\" -.Dd July 9, 2012 +.Dd November 7, 2012 .Dt IFCONFIG 8 .Os .Sh NAME @@ -2714,7 +2714,9 @@ tried to alter an interface's configuration. .Xr pfsync 4 , .Xr polling 4 , .Xr vlan 4 , +.Xr devd.conf 5 , .\" .Xr eon 5 , +.Xr devd 8 , .Xr rc 8 , .Xr routed 8 , .Xr jail 8 , |