David Levine wrote: > > +'Forwarded Message' delimiters are not added. > > That line in the man page causes the test-manpages to fail: > > + man1/forw.1:344: warning: macro `Forwarded' not defined > > on Fedora 25.
Does this fix it? diff --git a/man/forw.man b/man/forw.man index 0c244de3..a7142fff 100644 --- a/man/forw.man +++ b/man/forw.man @@ -327,8 +327,8 @@ the processing implied by the .BR \-mime , and .B \-digest -switches is bypassed, and the usual leading and trailing -'Forwarded Message' delimiters are not added. +switches is bypassed, and the usual leading and +trailing 'Forwarded Message' delimiters are not added. The same caveats apply to this option as to the .B \-build switch. _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
