From owner-cvs-all@FreeBSD.ORG Fri Mar 12 06:15:10 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 8870116A4CE; Fri, 12 Mar 2004 06:15:10 -0800 (PST) Received: from ns1.sanda.gr.jp (ns1.sanda.gr.jp [219.117.208.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DF0143D41; Fri, 12 Mar 2004 06:15:09 -0800 (PST) (envelope-from non@ever.sanda.gr.jp) Received: from oliv.ever.sanda.gr.jp (oliv [10.93.63.4]) by ns1.sanda.gr.jp (8.11.6/3.7W) with ESMTP id i2CEF8r13641; Fri, 12 Mar 2004 23:15:08 +0900 (JST) Received: from localhost (localhost.ever.sanda.gr.jp [127.0.0.1]) by oliv.ever.sanda.gr.jp (8.12.6/8.12.6) with ESMTP id i2CEF7Zo016517; Fri, 12 Mar 2004 23:15:07 +0900 (JST) (envelope-from non@ever.sanda.gr.jp) Date: Fri, 12 Mar 2004 23:15:07 +0900 (JST) Message-Id: <20040312.231507.112628786.non@ever.sanda.gr.jp> To: rik@cronyx.ru From: non@ever.sanda.gr.jp 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.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) 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 cc: imp@bsdimp.com 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 14:15:10 -0000 From: Roman Kurakin Date: Fri, 12 Mar 2004 16:17:51 +0300 > >- 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 That will help but you don't need the link if it uses the same name as the device name in NOTES and the source directory. > >not ct.4. People who do know adding the `device ctau' line in the > >conf file don't need the manual page or want to see ctau.4. People who > >know `ct' in Linux can easily search NOTES or do `man -k' by `ct' or > >the name of the hardware. I also think we should change the name in > >sys/conf/majors too. > kernel is configured only once, but interface "ifconfig ct0" is used > every day. > There is no problem that Linux driver uses name ct. There is a problem > that network interface > name, netgraph node name is "ct" for a long long time. I don't ask since when it has been called or how many people type ifconfig ctau0 every day (though I will write a script like network-on.sh instead). It seems that you are using `ct' for the abbreviation of `ctau'. Then, I request not to use `ct' for the name of the driver and the man page. I don't care whether `ct' name is used for ifconfig or not but reqeust to not to use it for the driver name and the man page. // Noriaki Mitsunaga //