git: 9front

Download patch

ref: a7f1bb9a9e1720b22d1fbed16e7527fa2cd0d82c
parent: c56f9491d373bd57fc0fee0b5955d62a368273ad
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Thu Dec 6 02:30:16 EST 2012

ipconfig(8): document new default behaviour for finding ethernet device

--- a/sys/man/8/ipconfig
+++ b/sys/man/8/ipconfig
@@ -60,12 +60,15 @@
 ]\|]
 .SH DESCRIPTION
 .I Ipconfig
-binds a device interface (default
-.BR /net/ether0 )
-to a mounted IP stack (default
+binds a device interface to a mounted IP stack (default
 .BR /net )
 and configures the interface with a local address and optionally
 a mask, a remote address, a file server and an authentication server address.
+If no device is specified, the first
+.B ether
+device on the
+.I netmtpt
+is used.
 The addresses can be specified in the command line or obtained via DHCP.
 If DHCP is requested, it will also obtain the addresses of DNS
 servers, NTP servers, gateways, a Plan 9 file server,
--