This chapter documents the main macro packages that come with
groff.
Different main macro packages can't be used at the same time; for example
groff -m man foo.man -m ms bar.doc
doesn't work. Note that option arguments are processed before non-option arguments; the above (failing) sample is thus reordered to
groff -m man -m ms foo.man bar.doc