blob: a6294b5b92a044b1e72f0aa5518e980c8b2e8052 (
plain)
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
|
*** bible.1.orig Mon Dec 12 13:05:28 1994
--- bible.1 Mon Jul 10 13:34:08 2000
***************
*** 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 \>, \<
|