Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
asciidoc で man ページを生成しようとすると、次のようになります。
a2x -v -f manpage foobar.1.txt
エラーが発生しますmanpage document title is mandatory。これを修正するにはどうすればよいですか?
manpage document title is mandatory
ファイルの先頭にある man ページのタイトルの下にある sの行は、=その上の行と同じ長さでなければなりません。これにより、次のエラーが発生します。
=
FOO-BAR-QUUX(1) ========
これで修正されます:
FOO-BAR-QUUX(1) ===============