From owner-freebsd-current@FreeBSD.ORG Sat Mar 16 23:13:59 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F010A1D6; Sat, 16 Mar 2013 23:13:59 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id AF96D81E; Sat, 16 Mar 2013 23:13:59 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1UH0IO-00068j-DJ; Sun, 17 Mar 2013 02:13:50 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=jOqHM8ZnQnJOEZxoAjgqk2BI0vKKkASvTdp6ptYjT2Q=; b=h11BvG4/EksvPzsCJjLsGhQkWqWJN1ii5srD/deR0jKa1b+WhlD6KUOQIh69Qbf6kcKtl8zNxB7FYYiowiM9h/hkZhJO8HMukjdb0MyUHhjqT9rN7Me9zkQFfSh0Ozh/s8t2BTCY4L3Rh/RsnEWr9JIyQQfDdGFQTU5Oho0dAqI=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1UH0FV-0007mk-8T; Sat, 16 Mar 2013 23:10:51 +0000 From: Jan Beich To: Andrey Fesenko Subject: Re: mdoc warning: .Fx: Unknown FreeBSD version `10' (#181) In-Reply-To: (Andrey Fesenko's message of "Sun, 17 Mar 2013 02:05:07 +0400") Date: Sun, 17 Mar 2013 09:11:31 +1000 References: <5144A501.3070502@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1UH0FV-0007mk-8T@internal.tormail.org> Cc: deeptech71 , freebsd-current@freebsd.org, Brian Somers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 23:14:00 -0000 Andrey Fesenko writes: > On Sat, Mar 16, 2013 at 8:59 PM, deeptech71 wrote: > >> When running ``man script'' (world r248258), I get: >> >> mdoc warning: .Fx: Unknown FreeBSD version `10' (#181) >> >> (and the whole man page, which quickly hides the warning). There's one more .Fx bug in __iconv_get_list(3) since 9.0. > not correct macros .Fx may be fix > % diff script.1 script.1.orig > 181c181 > < .Fx 10.0 . > --- >> .Fx 10 . Brian, what happened to MFC'ing -d/-p/-r options ? r238896 seems to work just fine on script(1) from /stable/9 and /stable/8.