From: Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com> To: discuss@mdocml.bsd.lv Cc: Thomas Klausner <wiz@netbsd.org> Subject: Mandoc Not Parsing Sy Macro (In some cases) Date: Mon, 9 Jan 2017 16:06:43 +0530 [thread overview] Message-ID: <CAHwRYJkz-iANNhLsj1C+UtaKf8Vt+-vmmYbZDmjxGcmJxme4Uw@mail.gmail.com> (raw) Hi Ingo, In NetBSD's sysctl(7) man page, we noticed an issue where in some tables the Sy macro was not being parsed and being rendered literally as "Sy". While in other places it was being parsed correctly. On looking closely, we realized that in the cases where Sy was not being parsed, we were using <TAB> instead of Ta macro, like this: .It Sy Second level name Sy Type Sy Changeable Which is being rendered as: Second level name Sy Type Sy Changeable Whereas in the places where it was being rendered correctly, we were using Ta, like this: It Sy Name Ta Sy Constant Ta Sy Next level names Ta Sy Description I think this issue was not present in the previous version of mandoc, It has been noticed only with the latest release. - Abhinav -- To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv
next reply other threads:[~2017-01-09 10:36 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-01-09 10:36 Abhinav Upadhyay [this message] 2017-01-09 13:40 ` Ingo Schwarze 2017-01-09 14:18 ` Ingo Schwarze 2017-01-10 14:50 ` Abhinav Upadhyay
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAHwRYJkz-iANNhLsj1C+UtaKf8Vt+-vmmYbZDmjxGcmJxme4Uw@mail.gmail.com \ --to=er.abhinav.upadhyay@gmail.com \ --cc=discuss@mdocml.bsd.lv \ --cc=wiz@netbsd.org \ --subject='Re: Mandoc Not Parsing Sy Macro (In some cases)' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).