diff options
Diffstat (limited to '')
-rw-r--r-- | tmac/mdoc.local | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tmac/mdoc.local b/tmac/mdoc.local new file mode 100644 index 0000000..94688ab --- /dev/null +++ b/tmac/mdoc.local @@ -0,0 +1,15 @@ +.\" This file is loaded by mdoc.tmac. +.\" +.\" Put local modifications to groff_mdoc(7)'s behavior here. +.\" +.\" "CW" is not a portable font name, but some man pages use it anyway. +.\" Uncomment this to suppress warnings produced by such pages. This +.\" test remaps the font to roman ("R") on nroff (terminal) devices. You +.\" might prefer to remap it to bold ("B") instead. +.\" .if n .ftr CW R +.\" +.\" Local Variables: +.\" mode: nroff +.\" fill-column: 72 +.\" End: +.\" vim: set filetype=groff textwidth=72: |