diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-12 15:37:32 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-12 15:37:32 +0000 |
commit | 887b1c5f4718ee6d6ca98d3734663533cffabd34 (patch) | |
tree | 7c75a6d05123a879697d321c6897d10f8e4d842b /misc/brs/files/patch-ab | |
parent | Fix emu install directory. (diff) |
Initial import of brs.
brs is an interactive King James Bible.
PR: 19836
Submitted by: Kim Scarborough <sluggo@unknown.nu>
Diffstat (limited to 'misc/brs/files/patch-ab')
-rw-r--r-- | misc/brs/files/patch-ab | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/misc/brs/files/patch-ab b/misc/brs/files/patch-ab new file mode 100644 index 000000000000..a6294b5b92a0 --- /dev/null +++ b/misc/brs/files/patch-ab @@ -0,0 +1,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 \>, \< |