Update man page

This commit is contained in:
Junegunn Choi 2015-07-23 10:45:01 +09:00
parent 51d84b1869
commit f9136cffe6

View File

@ -261,10 +261,10 @@ Maximum number of entries in the history file (default: 1000). The file is
automatically truncated when the number of the lines exceeds the value. automatically truncated when the number of the lines exceeds the value.
.TP .TP
.BI "--header-file=" "FILE" .BI "--header-file=" "FILE"
The content of the file will be printed as the sticky header. The file can The content of the file will be printed as the sticky header. The lines in the
span multiple lines and can contain ANSI color codes. The lines in the file are file are displayed in order from top to bottom regardless of \fB--reverse\fR,
displayed from top to bottom regardless of \fB--reverse\fR, and are and are not affected by \fB--with-nth\fR. ANSI color codes are processed even
not affected by \fB--with-nth\fR. when \fB--ansi\fR is not set.
.TP .TP
.BI "--header-lines=" "N" .BI "--header-lines=" "N"
The first N lines of the input are treated as the sticky header. When The first N lines of the input are treated as the sticky header. When