diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-20 08:46:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-20 08:46:03 +0000 |
commit | 705870682b5d097cd85df72b38f253a77d4346a8 (patch) | |
tree | 44921cc2b85400cfa8e27f39fdd887b08eec1839 | |
parent | c6dc8bd3ebc8bf1945460f90fc25f157494c0522 (diff) |
- note that "deletetunnel" is for gif(4) and gre(4) devices only
- remove some redundant text from "deletetunnel" description
help/ok claudio
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 3fc8a8bcba3..53de9258481 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.115 2006/01/06 08:41:30 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.116 2006/02/20 08:46:02 jmc 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 $ .\" @@ -366,8 +366,11 @@ Remove the network address specified. This would be used if you incorrectly specified an alias, or it was no longer needed. .It Cm deletetunnel -Removes the source and destination tunnel addresses, -configured onto a tunnel interface. +.Pf ( Xr gif 4 +and +.Xr gre 4 +devices only) +Removes the source and destination tunnel addresses. .It Cm description Ar value Specify a description of the interface. This can be used to label interfaces in situations where they may |