summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2024-02-04 16:10:41 -0700
committerDan Allen <dan.j.allen@gmail.com>2024-02-04 16:10:41 -0700
commit34bc388341b470bf0290b0b0f9efd67b192460da (patch)
treed3200080d1a3c413b975b091a088b36e20fe9eb2 /lib
parent5cfd8adfdae60ca1168315a78999c80610c91568 (diff)
rework the backend and converter sections for each of the built-in converters
Diffstat (limited to 'lib')
-rw-r--r--lib/asciidoctor/converter/manpage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor/converter/manpage.rb b/lib/asciidoctor/converter/manpage.rb
index ad855e57..0d58550a 100644
--- a/lib/asciidoctor/converter/manpage.rb
+++ b/lib/asciidoctor/converter/manpage.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Asciidoctor
-# A built-in {Converter} implementation that generates the man page (troff) format.
+# A built-in {Converter} implementation that generates the man page (groff) format.
#
# The output of this converter adheres to the man definition as defined by
# groff and uses the manpage output of the DocBook toolchain as a foundation.