From owner-cvs-all@FreeBSD.ORG Fri Mar 12 11:43:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8472A16A4CE; Fri, 12 Mar 2004 11:43:28 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1902043D45; Fri, 12 Mar 2004 11:43:28 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i2CJhDkj026687; Fri, 12 Mar 2004 12:43:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 12 Mar 2004 12:43:20 -0700 (MST) Message-Id: <20040312.124320.127179888.imp@bsdimp.com> To: rik@cronyx.ru From: "M. Warner Losh" In-Reply-To: <4051B87F.5000008@cronyx.ru> References: <20040306.073514.38701247.imp@bsdimp.com> <20040312.145935.18322000.non@ever.sanda.gr.jp> <4051B87F.5000008@cronyx.ru> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: rik@FreeBSD.org cc: src-committers@FreeBSD.org cc: non@ever.sanda.gr.jp cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: matusita@jp.FreeBSD.org cc: nyan@jp.FreeBSD.org Subject: Re: cvs commit: src/share/man/man4/man4.i386 ct.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 19:43:28 -0000 In message: <4051B87F.5000008@cronyx.ru> Roman Kurakin writes: : >- device line in sys/i386/conf/NOTES : >and so on. People who don't know about ctau will want to see ctau.4 : > : > : There is a link from ct.4 to ctau.4 Since mitsunaga-san has a ct.4 man page, I'm still thinking the easiest thing to do is not install a symbolic link, but instead install it with a note: Historically, the driver for the Cronyx-Tau WAN adapters was ct. This device name was changed to ctau to avoid conflicts with the pc98 ct driver. The network device name for these is 'ct'. Please see ctau(4) for the details for that device. However, looking at man4.i386, it appaers that ct.4 is checked in, not ctau.4, so here's what I'm proposing: (1) We rename it in CVS, likely with a cvs remove/add. (2) We fix the Makefile to reflect the new name, but with no link. (3) mitsunaga-san checked in the ct.4 he has for pc98, with the (addition of the above note). This should alievate the problem, while allowing current users of ct (both sets) minimal disruption. The ctau folks may have to look at two man pages, and the pc98 folks should have to change little or nothing. The more drastic alternatives would likely be more heavy handed. Warner