diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-02-04 16:10:41 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-02-04 16:10:41 -0700 |
| commit | 34bc388341b470bf0290b0b0f9efd67b192460da (patch) | |
| tree | d3200080d1a3c413b975b091a088b36e20fe9eb2 /lib | |
| parent | 5cfd8adfdae60ca1168315a78999c80610c91568 (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.rb | 2 |
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. |
