mdoc warning: .Fx: Unknown FreeBSD version `10' (#181)

Andrey Fesenko f0andrey at gmail.com
Sat Mar 16 22:05:08 UTC 2013


On Sat, Mar 16, 2013 at 8:59 PM, deeptech71 <deeptech71 at 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 at 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


More information about the freebsd-current mailing list