手册页中带下划线的单词是什么意思?

Moh*_*ani 17 manpage

对于我见过的大多数命令,它们的man页面中有一些带下划线的词。这个下划线是什么意思?那是链接吗?如果是,我们怎么去那里?

nux*_*nux 17

手册页中大多数带下划线的词都是为了强调。它不是超链接。

  • “最多划线的单词...” -> 其他的呢? (4认同)

Moh*_*ani 9

也来自手册

   italic text        replace with appropriate argument.
   [-abc]             any or all arguments within [ ] are optional.
   -a|-b              options delimited by | cannot be used together.

   argument ...       argument is repeatable.
   [expression] ...   entire expression within [ ] is repeatable.

   Exact rendering may vary depending on the output device.  For instance,
   man will usually not be able to render italics when running in a termi?
   nal, and will typically use underlined or coloured text instead.
Run Code Online (Sandbox Code Playgroud)