Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 lo(4) is now a cloner. Document this.



details:   https://anonhg.NetBSD.org/src/rev/0d6995219e31
branches:  trunk
changeset: 571623:0d6995219e31
user:      peter <peter%NetBSD.org@localhost>
date:      Sat Dec 04 16:47:10 2004 +0000

description:
lo(4) is now a cloner. Document this.

diffstat:

 share/man/man4/lo.4 |  16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 04df305191e3 -r 0d6995219e31 share/man/man4/lo.4
--- a/share/man/man4/lo.4       Sat Dec 04 16:23:31 2004 +0000
+++ b/share/man/man4/lo.4       Sat Dec 04 16:47:10 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: lo.4,v 1.7 2003/08/07 10:31:03 agc Exp $
+.\"    $NetBSD: lo.4,v 1.8 2004/12/04 16:47:10 peter Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -36,7 +36,7 @@
 .Nm lo
 .Nd software loopback network interface
 .Sh SYNOPSIS
-.Cd "pseudo-device loop" Op Ar count
+.Cd "pseudo-device loop"
 .Sh DESCRIPTION
 The
 .Nm loop
@@ -55,6 +55,15 @@
 .Em never
 be configured first unless no hardware
 interfaces exist.
+.Pp
+The loopback interface
+.Nm lo0
+is created at boottime, it always exists and cannot be destroyed with
+.Xr ifconfig 8 .
+Additional loopback interfaces can be created by using the
+.Xr ifconfig 8
+.Sq create
+command.
 .Sh DIAGNOSTICS
 .Bl -diag
 .It lo%d: can't handle af%d .
@@ -65,7 +74,8 @@
 .Sh SEE ALSO
 .Xr inet 4 ,
 .Xr intro 4 ,
-.Xr ns 4
+.Xr ns 4 ,
+.Xr ifconfig 8
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index