diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-11-14 15:06:10 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-11-14 15:06:10 +0000 |
commit | 676c16f8221fab88f9283a5c3685e5a23eb2d731 (patch) | |
tree | 8655c6a92893b92211e90b6a37296fc50799d7be /sbin/ifconfig/ifconfig.8 | |
parent | e32d6e82b1a8d16cfab114c66eddf426b0a2fa63 (diff) |
add -descr / -description to clear the interface description, noticed todd
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-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 b766606a5f8..d1ad210720e 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.111 2005/09/21 21:35:17 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.112 2005/11/14 15:06:09 henning 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 $ .\" @@ -370,6 +370,8 @@ configured onto a tunnel interface. Specify a description of the interface. This can be used to label interfaces in situations where they may otherwise be difficult to distinguish. +.It Cm -description +Clear the interface description. .It Cm destroy Destroy the specified network pseudo-device. .It Cm down |