man2html - Weblio 英和・和英辞典 (original) (raw)
例文
app-text/man2html - a program for converting man pages to htmlapp-text/tkman - a tk based man page browser発音を聞く 例文帳に追加
app-text/man2html-manページをhtmlに変換してくれるプログラム app-text/tkman-tkベースのmanページブラウザ - Gentoo Linux
By all means include full URLs (or URIs) in the text itself; some tools such as man2html (1)発音を聞く 例文帳に追加
テキストにはぜひとも完全な URL (または URI) を書くようにすること。 man2html (1) - JM
The preferred way to write this in the source file is: .BR intro (2) (Including the section number in cross references lets tools like man2html (1)発音を聞く 例文帳に追加
マニュアルページのソースファイルには次のように記載するのが望ましい: .BR intro (2)(相互参照にセクション番号を含めておくと、man2html - JM
例文
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