Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2013 02:05:07 +0400
From:      Andrey Fesenko <f0andrey@gmail.com>
To:        deeptech71 <deeptech71@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: mdoc warning: .Fx: Unknown FreeBSD version `10' (#181)
Message-ID:  <CA%2BK5SrNVrPmiqrNC=QSoYug_yKeZg0Oi6PSC58asq8vLcENKkQ@mail.gmail.com>
In-Reply-To: <5144A501.3070502@gmail.com>
References:  <5144A501.3070502@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 16, 2013 at 8:59 PM, deeptech71 <deeptech71@gmail.com> 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).

reproduce

# whereis man
man: /usr/bin/man /usr/share/man/man1/man.1.gz /usr/src/usr.bin/man
# uname -a
FreeBSD x220.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r248378: Sun
Mar 17 00:11:12 MSK 2013
andrey@x220.local:/usr/obj/usr/src/sys/W_BOOK  amd64

 % man script | head -1
mdoc warning: .Fx: Unknown FreeBSD version `10' (#181)
SCRIPT(1)               FreeBSD General Commands Manual              SCRIPT(1)

not correct macros .Fx may be fix
 % diff script.1 script.1.orig
181c181
< .Fx 10.0 .
---
> .Fx 10 .

mandoc without this error



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BK5SrNVrPmiqrNC=QSoYug_yKeZg0Oi6PSC58asq8vLcENKkQ>