From 3a54cf8be71db41575feea5ef73a0cb667663a0f Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sun, 27 Dec 2020 18:14:32 -0500 Subject: [PATCH] Change the CSS to allow the browser to break words and wrap lines in pre/tt blocks, so that it doesn't overflow the body size, which the android chrome browser handles by making the text very small. --- doc/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index 47bf5b7..8155a0f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,13 @@ @@ -116,7 +122,7 @@ commandline. shell. There is one variable per line, with a "name=value" format. A common use would be -"ENV=>/data/data/org.galexander.sshd/files/.profile", +"ENV=/data/data/org.galexander.sshd/files/.profile", if your device has a build of mksh that does not execute a .profile automatically.