diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-27 04:30:51 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-27 04:30:51 +0000 |
commit | b102c3a5e3aca698df35857ba38a7494d2e55a5e (patch) | |
tree | d4504cce528ea6d4371cd25ec83abfd4b537c4a4 /sbin/ifconfig/ifconfig.8 | |
parent | 7488adc773795e352b73793a9c0f353cb536ca23 (diff) |
Better document clearsa behaviour.
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 64a7f94cbf1..074696c6ad0 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.32 1999/12/27 04:19:42 angelos Exp $ +.\" $OpenBSD: ifconfig.8,v 1.33 1999/12/27 04:30:50 angelos Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -202,7 +202,8 @@ interface, such as established with the .Cm srcsa or .Cm dstsa -flags. +flags. If the all-zeroes SA is specified, the sending SA is cleared +by default. .It Cm alias Establish an additional network address for this interface. This is sometimes useful when changing network numbers, and |