fb16dfecae
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
488 B
Plaintext
10 lines
488 B
Plaintext
Vii (pronounced seven) is a simple program which accepts input from the
|
|
standard input and displays pages of the input on the terminal.
|
|
|
|
These pages are delimited by form-feeds (or EOF). The display can be scrolled
|
|
if the output is wider or longer than the screen.
|
|
|
|
Vii can also repeatedly execute a command (at a configurable interval) and the
|
|
most recent output is displayed. This is useful for status monitoring where the
|
|
command itself does not have a repeatable or curses interface.
|