[下一页][首页][上一页]

我如何阅读 manual page?

NAME
     man - 以特定格式线上显示 manual page
SYNOPSIS
     man command name
DESCRIPTION
     man 以特定格式线上显示 manual page。
      
您可以使用键盘上的按键 (与 vi 使用相同的键) 来流览 manual page。

"j" 向下键。
"k" 向上键。
"d" 下半页键。
"u" 上半页键。
"SPACE" 下一页键。
"q" 离开键。
"h" 求助键。
 

范例:
$ man man ...I read the manual page on the "man" command...
MAN(1)                  FreeBSD General Commands Manual                 MAN(1)

NAME
     man - format and display the on-line manual pages

SYNOPSIS
     man [-adfhktw] [-m system] [-p string] [-M path] [-P pager] [-S list]
         [section] name ...

DESCRIPTION
     Man formats and displays the on-line manual pages.  This version knows
     about the MANPATH and PAGER environment variables, so you can have your
     own set(s) of personal man pages and choose whatever program you like to
     display the formatted pages.  If section is specified, man only looks in
     that section of the manual.  You may also specify the order to search the
     sections for entries and which preprocessors to run on the source files
     via command line options or environment variables.  If enabled by the
     system administrator, formatted man pages will also be compressed with
     the `/usr/bin/gzip -c' command to save space.

     The options are as follows:

stdin
[上一页][首页][下一页]