forked from bonsai/harakit
25 lines
496 B
Groff
25 lines
496 B
Groff
|
.TH P 1
|
||
|
|
||
|
.SH NAME
|
||
|
|
||
|
pg \(en paginate
|
||
|
|
||
|
.SH DESCRIPTION
|
||
|
|
||
|
Pg prints standard input to standard output, pausing every 22 lines and waiting
|
||
|
for a line feed from the tty before continuing.
|
||
|
|
||
|
.SH DIAGNOSTICS
|
||
|
|
||
|
Pg returns an unsuccessful exit code if the tty couldn't be opened or if pg was
|
||
|
invoked incorrectly (with any arguments).
|
||
|
|
||
|
.SH RATIONALE
|
||
|
|
||
|
Plan 9 from Bell Labs had p(1), a similar "cooked"-mode paginator (as opposed
|
||
|
to "raw" mode, which a vast majority of paginators use).
|
||
|
|
||
|
.SH SEE ALSO
|
||
|
|
||
|
more(1)
|