From 8b761a70b2f64b20c0bdc2c593543bce0a05e345 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 29 Sep 2019 17:30:39 -0700 Subject: [PATCH] Delete references to special circumstances for setting text width. Particularly with "again", which referenced something long since deleted. For the SDL interface, manually setting the text width could be a very useful setting. For the dumb and curses interfaces, one generally wants the width to the be the same as the terminal. Frotz has always been able to automatically deal with the width of the terminal. --- doc/frotz.6 | 3 +-- doc/sfrotz.6 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/frotz.6 b/doc/frotz.6 index 2980128..fce4b82 100644 --- a/doc/frotz.6 +++ b/doc/frotz.6 @@ -212,8 +212,7 @@ with limited memory. .TP .B \-w N -Manually sets the text width. Again, this should not be necessary -except in special circumstances. +Manually sets the text width. .TP .B \-x diff --git a/doc/sfrotz.6 b/doc/sfrotz.6 index 8bcd7d7..9fb89b2 100644 --- a/doc/sfrotz.6 +++ b/doc/sfrotz.6 @@ -175,8 +175,7 @@ dangerous on machines with limited memory. .TP .B \-w N -Manually sets the text width. Again, this should not be necessary -except in special circumstances. +Manually sets the text width. .TP .B \-x -- 2.34.1