discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* Unknown macros: .ti, .ce, .fc, from nmh
@ 2012-04-23 19:38 Anthony J. Bentley
  2012-05-27 15:00 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony J. Bentley @ 2012-04-23 19:38 UTC (permalink / raw)
  To: discuss

Hi,

nmh (in OpenBSD, FreeBSD, and pkgsrc as mail/nmh) has some manpage macros
that mandoc doesn't know:


mandoc -Tlint:
repl.1:97:2: ERROR: skipping unknown macro: .ti +3 
repl.1:137:2: ERROR: skipping unknown macro: .ti +\w'In\-Reply\-To: 'u
repl.1:151:2: ERROR: skipping unknown macro: .ti +\w'In\-Reply\-To: 'u

Source:
.PP
.RS 5
.nf
snip
Comments: In\-Reply\-To <From> or <apparently from> or <Sender>
.ti +3
message dated <date>
--------
.fi
.RE

Groff output:
            snip
            Comments: In-Reply-To <From> or <apparently from> or <Sender>
               message dated <date>
            --------


mandoc -Tlint:
slocal.1:130:2: ERROR: skipping unknown macro: .ce

Source:
.PP
snip
.PP
.ce
\*(lq|\ /usr/local/libexec/slocal\ \-user\ username\*(rq

Groff output:
       snip
            "| /usr/local/libexec/slocal -user username"


mandoc -Tlint:
send.1:412:2: ERROR: skipping unknown macro: .fc ^ ~

Source:
.SH FILES
.fc ^ ~
.nf
.ta \w'/usr/local/lib/nmh/ExtraBigFileName  'u
^$HOME/\&.mh\(ruprofile~^The user profile
.fi

Groff output:
FILES
       $HOME/.mh_profile                    The user profile


--
Anthony J. Bentley
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-27 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 19:38 Unknown macros: .ti, .ce, .fc, from nmh Anthony J. Bentley
2012-05-27 15:00 ` Ingo Schwarze

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).