From: Chris Bracken Date: Sun, 23 Jun 2019 19:40:21 +0000 (-0700) Subject: Fix typo: transcript X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=923ac1edfa42ed49785d7223febbc363852a9543;p=liskon_frotz.git Fix typo: transcript Fix a typo (transscript -> transcript) in the docs/man pages. --- diff --git a/doc/dfrotz.6 b/doc/dfrotz.6 index 3b5a3bd..51218e6 100644 --- a/doc/dfrotz.6 +++ b/doc/dfrotz.6 @@ -126,10 +126,10 @@ key Alt\-S does not really help). .TP .B \-S N -Set the transcript width. By default your transscript files are formatted +Set the transcript width. By default your transcript files are formatted to a width of 80 columns per line, regardless of the current screen width. This switch allows you to change this setting. In particular, use \-S 0 -to deactivate automatic line splitting in transscript files. +to deactivate automatic line splitting in transcript files. .TP .B \-t diff --git a/doc/frotz.6 b/doc/frotz.6 index 6931672..58d5436 100644 --- a/doc/frotz.6 +++ b/doc/frotz.6 @@ -167,10 +167,10 @@ key Alt\-S does not really help). .TP .B \-S N -Set the transcript width. By default your transscript files are formatted +Set the transcript width. By default your transcript files are formatted to a width of 80 columns per line, regardless of the current screen width. This switch allows you to change this setting. In particular, use \-S 0 -to deactivate automatic line splitting in transscript files. +to deactivate automatic line splitting in transcript files. .TP .B \-t diff --git a/doc/sfrotz.6 b/doc/sfrotz.6 index ebe7052..38bb416 100644 --- a/doc/sfrotz.6 +++ b/doc/sfrotz.6 @@ -139,10 +139,10 @@ key Alt\-S does not really help). .TP .B \-S N -Set the transcript width. By default your transscript files are formatted +Set the transcript width. By default your transcript files are formatted to a width of 80 columns per line, regardless of the current screen width. This switch allows you to change this setting. In particular, use \-S 0 -to deactivate automatic line splitting in transscript files. +to deactivate automatic line splitting in transcript files. .TP .B \-t diff --git a/src/dos/bcinit.c b/src/dos/bcinit.c index d6addfb..39354d9 100644 --- a/src/dos/bcinit.c +++ b/src/dos/bcinit.c @@ -27,7 +27,7 @@ static char information[] = " -B # reverse background colour \t -r # right margin\n" " -c # context lines \t -R restricted read/write\n" " -d # display mode (see below) \t -s # random number seed value\n" -" -e # emphasis colour [mode 1] \t -S # transscript width\n" +" -e # emphasis colour [mode 1] \t -S # transcript width\n" " -f # foreground colour \t -t set Tandy bit\n" " -F # reverse foreground colour \t -T bold typing [modes 2+4+5]\n" " -g # font [mode 5] (see below) \t -u # slots for multiple undo\n" diff --git a/src/dos/bcparams.txt b/src/dos/bcparams.txt index eb88a20..272c077 100644 --- a/src/dos/bcparams.txt +++ b/src/dos/bcparams.txt @@ -17,7 +17,7 @@ -r # right margin -R restricted read/write -s # random number seed value --S # transscript width +-S # transcript width -t set Tandy bit -T bold typing [modes 2+4+5] -u # slots for multiple undo