Next: , Previous: file, Up: Indicating


9.1.9 @command{command-name}

lsccのようなコマンド名を示すため,@command を使用してください.

@commandの効果は@codeと同じです.例えば,以下のようにし ます.

     The command @command{ls} lists directory contents.

以下を生成します.

The command ls lists directory contents.

`Emacs'や`Bison'のような新しい英単語にしたい場合,@commandを使用 せず,通常のテキストのフォントでプログラム名を書くべきです.

ls -l’のようなシェルコマンドの呼び出し全体を書くとき,自分で判断し て@sampまたは@codeのどちらかを使用すべきです.