Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Note that these are created and destroyed dyn...



details:   https://anonhg.NetBSD.org/src/rev/205d3f066100
branches:  trunk
changeset: 494268:205d3f066100
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jul 04 20:06:26 2000 +0000

description:
Note that these are created and destroyed dynamically now.

diffstat:

 share/man/man4/faith.4 |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 938bbc0e3860 -r 205d3f066100 share/man/man4/faith.4
--- a/share/man/man4/faith.4    Tue Jul 04 20:03:56 2000 +0000
+++ b/share/man/man4/faith.4    Tue Jul 04 20:06:26 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: faith.4,v 1.5 2000/04/19 09:42:24 itojun Exp $
+.\"    $NetBSD: faith.4,v 1.6 2000/07/04 20:06:26 thorpej Exp $
 .\"    $KAME: faith.4,v 1.4 2000/04/19 09:39:42 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -36,7 +36,7 @@
 .Nd
 .Tn IPv6-to-IPv4 TCP relay capturing network device
 .Sh SYNOPSIS
-.Cd "pseudo-device faith" Op Ar count
+.Cd "pseudo-device faith"
 .Sh DESCRIPTION
 The
 .Nm
@@ -45,6 +45,14 @@
 like
 .Xr faithd 8 .
 .Pp
+.Nm
+interfaces are dynamically created and destroyed with the
+.Xr ifconfig 8
+.Cm create
+and
+.Cm destroy
+subcommands.
+.Pp
 Special action will be taken when IPv6 TCP traffic is seen on a router,
 and routing table suggests to route it to
 .Nm



Home | Main Index | Thread Index | Old Index