From owner-freebsd-questions@freebsd.org Wed Oct 12 13:54:10 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8254C0E201 for ; Wed, 12 Oct 2016 13:54:10 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4p.cmail.yandex.net (forward4p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8D16AFB for ; Wed, 12 Oct 2016 13:54:10 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [IPv6:2a02:6b8:0:f05::115]) by forward4p.cmail.yandex.net (Yandex) with ESMTP id 7948D20BB4; Wed, 12 Oct 2016 16:53:59 +0300 (MSK) Received: from smtp1h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id CA45F8C0A66; Wed, 12 Oct 2016 16:53:53 +0300 (MSK) Received: by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id ibICHSKQII-rqouXYUD; Wed, 12 Oct 2016 16:53:52 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0 Subject: Re: Call-out ports renamed cuadX -> cuauX -- when? To: Warren Block References: <20161011002250.067f2b85.freebsd@edvax.de> <20161011005255.a54c4215.freebsd@edvax.de> Cc: freebsd-questions@freebsd.org From: Boris Samorodov Message-ID: Date: Wed, 12 Oct 2016 16:53:51 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 13:54:11 -0000 11.10.2016 21:46, Warren Block пишет: > On Tue, 11 Oct 2016, Polytropon wrote: > >> So the naming change mentioned in The FreeBSD Handbook, section >> 25.2.1. Serial Cables and Ports: >> >> Call-out ports are named /dev/cuauN on FreeBSD versions 10.x >> and higher and /dev/cuadN on FreeBSD versions 9.x and lower. >> >> doesn't seem to apply, even though the manpages state something >> different. > > I have not looked at that source, but some parts of the Handbook use > entities for the current supported releases. That would show the wrong > release numbers here, if those entities were used. Those numbers are hardcoded. I've created a patch and opened a PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213386 -- WBR, bsam