大约一周前,我的 Debian 机器上的手册页出现了一些缺失。例如,缺少命令行选项。这是一个示例ls
:
LS(1) User Commands LS(1)
NAME
ls - list directory contents
SYNOPSIS
[OPTION]... [FILE]...
DESCRIPTION
List information about the FILEs (the current directory by default). Sort entries alphabetically if none of
nor is specified.
Mandatory arguments to long options are mandatory for short options too.
,
do not ignore entries starting with .
,
do not list implied . and ..
with , print the author of each file
,
print C-style escapes for nongraphic characters
=SIZE
with , scale sizes by SIZE when printing them; e.g., '--block-size=M'; see SIZE format below
答案1
当将文本粘贴man
到问题时,我发现问题不在于人。 (我手动编辑问题以使其看起来正确)
问题在于终端颜色配置错误(其中一种前景色配置为与背景颜色相同)。
要测试这一点,请选择所有文本。该选择会暂时更改文本颜色。这可能会暴露问题。