[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] mdoc(7) interpretation differences (maybe groff bug)
From: |
Steffen Nurpmeso |
Subject: |
[Groff] mdoc(7) interpretation differences (maybe groff bug) |
Date: |
Sat, 08 Nov 2014 13:34:59 +0100 |
User-agent: |
s-nail v14.7.8-69-gf8bdb20 |
Hello,
i finally come around to implement my proposed mdoc(7) reference
extension and yesterday i stumbled over a interpretation
difference (full source attached):
source:
.It Fn at_quick_exit , Fn _atexit
groff and mandoc agree.
.It Fn at_quick_exit , _atexit
Only mandoc gets that right.
mandoc:
at_quick_exit(), _atexit()
groff and mandoc agree.
at_quick_exit(), _atexit()
Only mandoc gets that right.
groff (1.22.3)
at_quick_exit(), _atexit()
groff and mandoc agree.
at_quick_exit(), _atexit
Only mandoc (and mdocmx) gets that right.
From my understanding of the manual the latter is a valid form to
mark "_atexit" as a .Fn, in which case the mdoc macros have a bug?
--steffen
mdoc-mid.1
Description: Text document
- [Groff] mdoc(7) interpretation differences (maybe groff bug),
Steffen Nurpmeso <=
- Re: [Groff] mdoc(7) interpretation differences (maybe groff bug), Werner LEMBERG, 2014/11/08
- Re: [Groff] mdoc(7) interpretation differences (maybe groff bug), Ingo Schwarze, 2014/11/08
- Re: [Groff] mdoc(7) interpretation differences (maybe groff bug), Steffen Nurpmeso, 2014/11/10
- Re: [Groff] mdoc(7) interpretation differences (maybe groff bug), Ingo Schwarze, 2014/11/10
- Re: [Groff] mdoc(7) interpretation differences (maybe groff bug), Steffen Nurpmeso, 2014/11/11
- Re: [Groff] mdoc(7) interpretation differences (maybe groff bug), Ralph Corderoy, 2014/11/11
- Re: [Groff] mdoc(7) interpretation differences (maybe groff bug), Steffen Nurpmeso, 2014/11/11
- Re: [Groff] mdoc(7) interpretation differences (maybe groff bug), Steffen Nurpmeso, 2014/11/11
Re: [Groff] mdoc(7) interpretation differences (maybe groff bug), Steffen Nurpmeso, 2014/11/10