Answers:
也来自man手册页
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.
man
页面阅读器只是一个文本格式化程序。实际上man
甚至不显示文本,man
只是对其进行格式化并将其发送给另一个文本显示程序进行显示(通常是在屏幕上显示less
。这些程序没有链接的概念。”