1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
*** bible.1.orig Fri Apr 23 15:07:57 1993
--- bible.1 Thu Jul 10 22:55:07 2003
***************
*** 314,330 ****
Miscellaneous program control commands:
.TP 15 "\w'\-t\ prefix\ \ 'u"
! .B \?, ?h, ?help
Prints help text.
.TP
! .B \?f
Toggles output formatting modes.
.TP
! .BI \?w file
Begin writing program output to a file. If file exists, output is
appended to what's there already.
.TP
! .B \?w
Stop writing to a file.
.TP
.B \>, \<
--- 314,330 ----
Miscellaneous program control commands:
.TP 15 "\w'\-t\ prefix\ \ 'u"
! .B ?, ?h, ?help
Prints help text.
.TP
! .B ?f
Toggles output formatting modes.
.TP
! .BI ?w file
Begin writing program output to a file. If file exists, output is
appended to what's there already.
.TP
! .B ?w
Stop writing to a file.
.TP
.B \>, \<
***************
*** 369,377 ****
results in a range of Matthew 1:1 to Revelation 1:1, instead of extending
all the way to Revelation 22:21.
.SH FILES
! /usr/local/lib/bible.data
.br
! /usr/local/lib/bible.data.conc
.SH SEE ALSO
Rev3:20
.SH AUTHOR
--- 369,377 ----
results in a range of Matthew 1:1 to Revelation 1:1, instead of extending
all the way to Revelation 22:21.
.SH FILES
! %%PREFIX%%/share/brs/bible.data
.br
! %%PREFIX%%/share/brs/bible.data.conc
.SH SEE ALSO
Rev3:20
.SH AUTHOR
|