If you've extended your HTML client to generate HTML on the fly you should use something like: rman -f html -r 'http:~/bin/man2html?%s:%s'/usr/man/cat1/ls.1 when generating HTML. これらをひとつずつ作るには以下のようにする:rman -f html -r 'http:/usr/man/html/%s.%s.html' /usr/man/cat1/ls.1 > /usr/man/html/ls.1.html - XFree86
rman -f html -r 'http:/usr/man/html/%s.%s.html'/usr/man/cat1/ls.1 /usr/man/html/ls.1.html
まず、予め生成しておく HTML マニュアルページは /usr/man/html に置くものとする。 - XFree86
iDistinguishes user input from displayed textcommentComments relevant to the action(s) that appear after the commentkeywordDenotes a keyword in the language used in the code sampleidentUsed for an identifierconstUsed for a constantstmtUsed for a statementvarUsed for a variableNote: Remember that all leading and trailing spaces, and line breaks inpre blocks will appear in the displayed html page.
ユーザー入力と表示テキストを区別します 後に続くアクションに関連するコメント - Gentoo Linux