diff options
author | dd <dd@FreeBSD.org> | 2002-02-11 02:31:03 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-02-11 02:31:03 +0000 |
commit | a493016fd7464d091c26ac1cbc6ce39ca8034ec9 (patch) | |
tree | cf48901c2ef282421ab7e50970ebe1081f4268d5 /sbin/ifconfig/ifconfig.8 | |
parent | 080f8de4f48075f025177df9e64ceda22de665db (diff) | |
download | FreeBSD-src-a493016fd7464d091c26ac1cbc6ce39ca8034ec9.zip FreeBSD-src-a493016fd7464d091c26ac1cbc6ce39ca8034ec9.tar.gz |
Note what the default address_family is.
PR: 32463
Submitted by: Gary W. Swearingen
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 26f81dd..cb23e2e 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -148,6 +148,8 @@ and .Dq ipx . .\" and .\" .Dq ns . +The default is +.Dq inet . .It Ar dest_address Specify the address of the correspondent on the other end of a point to point link. |