我已经执行了很多命令这,已安装曼多克,那些(我猜)或任何其他东西(我不知道)已经改变了我的手册页输出装饰。
以前我的手册页以粗体显示概要和所有函数的名称。输出文本遍布终端窗口。现在,这些功能都消失了。
以前的输出man malloc
-
当前的输出man malloc
-
假设我运行,PAGER=less man <man_page_name>
那么函数的名称将以粗体显示,但不会分布在终端窗口中。
当前的输出PAGER=less man malloc
-
我正在使用 Ubuntu 14.04,并提供了一些提到的命令输出这里
$ env
是这里。由于输出太大,我提供了外部链接。
$ update-alternatives --display pager
pager - auto mode
link currently points to /bin/less
/bin/less - priority 77
slave pager.1.gz: /usr/share/man/man1/less.1.gz
/bin/more - priority 50
slave pager.1.gz: /usr/share/man/man1/more.1.gz
/usr/bin/pg - priority 10
slave pager.1.gz: /usr/share/man/man1/pg.1.gz
Current 'best' version is '/bin/less'.
$ man -D malloc
man: invalid option -- 'D'
usage: man [-acfhklw] [-C file] [-M path] [-m path] [-S subsection]
[[-s] section] name ...
现在,我该怎么做才能让man
命令像以前一样工作?