diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-26 10:00:39 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-26 10:00:39 +0200 |
commit | 527ab6405c8cc8b0277825033364ff13de5408fb (patch) | |
tree | 4c2a533bfe86468b3b894f39fb3c7c66b1db26da | |
parent | c73ade70e3118936008c74d6d46dd9f79cb89d3c (diff) |
page(1): or
-rw-r--r-- | sys/man/1/page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/page b/sys/man/1/page index fb6d15011..1c3d5f54d 100644 --- a/sys/man/1/page +++ b/sys/man/1/page @@ -155,7 +155,7 @@ or control-D exits the program. .PP To go to a specific page, one can type its number followed by enter. -Typing left arrow, backspace displays the previous page. +Typing left arrow or backspace displays the previous page. Typing right arrow, space, or enter displays the next page. The up and down arrow pan up and down one half screen height, changing pages when panning off the top or bottom of the page. |