aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Pretty.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-01 16:46:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-01 16:46:43 -0700
commite10d5b3d5bc4de124549762b1523575c7824ca28 (patch)
tree499293e700253e812afe87f6c5d758b35c43fc5b /src/Text/Pandoc/Pretty.hs
parent26341c163225c142d19af425af08049cb2eef446 (diff)
downloadpandoc-e10d5b3d5bc4de124549762b1523575c7824ca28.tar.gz
Change 'groff' -> 'roff'.
These formats (man, ms) are not groff-specific.
Diffstat (limited to 'src/Text/Pandoc/Pretty.hs')
-rw-r--r--src/Text/Pandoc/Pretty.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Pretty.hs b/src/Text/Pandoc/Pretty.hs
index f0990c1f8..ec1d36a68 100644
--- a/src/Text/Pandoc/Pretty.hs
+++ b/src/Text/Pandoc/Pretty.hs
@@ -432,7 +432,7 @@ nowrap doc = Doc $ mapWithIndex replaceSpace $ unDoc doc
replaceSpace _ x = x
-- | Content to print only if it comes at the beginning of a line,
--- to be used e.g. for escaping line-initial `.` in groff man.
+-- to be used e.g. for escaping line-initial `.` in roff man.
afterBreak :: String -> Doc
afterBreak s = Doc $ singleton (AfterBreak s)