BSD 4_3 development
[unix-history] / usr / contrib / rn / pager.help.SH
CommitLineData
9c4b96b4
C
1case $CONFIG in
2 '') . config.sh ;;
3esac
4echo "Extracting pager.help (with variable substitutions)"
5$spitshell >pager.help <<!GROK!THIS!
6$startsh
7# $Header: pager.help.SH,v 4.3 85/05/01 11:45:31 lwall Exp $
8#
9# $Log: pager.help.SH,v $
10# Revision 4.3 85/05/01 11:45:31 lwall
11# Baseline for release with 4.3bsd.
12#
13
14$pager <<'EOT'
15Paging commands:
16
17SP Display the next page.
18x Display the next page decrypted (rot13).
19d Display half a page more.
20CR Display one more line.
21^R,v,^X Restart the current article (v=verbose header, ^X=rot13).
22^B Back up one page.
23^L,X Refresh the screen (X=rot13).
24g pat Go to (search forward within article for) pattern.
25G Search again for current pattern within article.
26^G Search for next line beginning with \"Subject:\".
27TAB Search for next line beginning with a different character.
28q Quit the pager, go to end of article. Leave article read or unread.
29j Junk this article (mark it read). Goes to end of article.
30
31The following commands skip the rest of the current article, then behave
32just as if typed to the 'What next?' prompt at the end of the article:
33
34n Scan forward for next unread article.
35N Go to next article.
36^N Scan forward for next unread article with same title.
37p,P,^P Same as n,N,^N, only going backwards.
38- Go to previously displayed article.
39
40The following commands also take you to the end of the article.
41Type h at end of article for a description of these commands:
42
43 # $ & / = ? c C f F k K ^K m M number r R ^R s S u v w W Y ^ |
44
45(To return to the middle of the article after one of these commands, type ^L.)
46EOT
47!GROK!THIS!
48$eunicefix pager.help
49chmod 755 pager.help