【问题标题】:Why is asciidoc giving the error "manpage document title is mandatory"?为什么 asciidoc 给出错误“手册页文档标题是强制性的”?
【发布时间】:2014-12-23 17:59:09
【问题描述】:

尝试使用 asciidoc 生成手册页时,如下所示:

a2x -v -f manpage  foobar.1.txt

我收到错误 manpage document title is mandatory。我该如何解决这个问题?

【问题讨论】:

    标签: manpage asciidoc


    【解决方案1】:

    文件顶部的手册页标题下的=s 行必须与它上面的行长度相同。这将导致错误:

    FOO-BAR-QUUX(1)
    ========
    

    这将解决它:

    FOO-BAR-QUUX(1)
    ===============
    

    【讨论】:

      猜你喜欢
      • 2020-08-16
      • 1970-01-01
      • 2023-03-31
      • 1970-01-01
      • 1970-01-01
      • 2011-08-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多