1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-29 09:28:07 +00:00

minor doc cleanup

This commit is contained in:
Greg Alexander 2018-05-16 16:48:09 -04:00
parent 6c276207fa
commit 1f84e991a5

View File

@ -117,9 +117,10 @@ commandline.</dd>
<dt>Environment Variables</dt>
<dd>You can specify environment variables to define before executing the
shell. There is one variable per line, with a "name=value" format.
A common use would be "ENV=/sdcard/ssh/.profile", if your device has a
build of <tt>mksh</tt> that does not execute a .profile
shell. There is one variable per line, with a
"<em>name</em><tt>=</tt><em>value</em>" format.
A common use would be "<tt>ENV=/sdcard/ssh/.profile</tt>", if your device has a
build of <tt>mksh</tt> that does not execute a <tt>.profile</tt>
automatically.</dd>
@ -158,7 +159,7 @@ harmless.
<ul>
<li> <b>2018/05/16 Version 18:</b> Use correct idiom for <tt>su</tt> as a
login shell (so busybox <tt>su</tt> can work). Add environment variables
to setting.
to settings.
<li> <b>2018/03/24 Version 17:</b> Add native x86 support.
<li> <b>2017/10/28 Version 16:</b> Fix rsync on Android 8.0 (Oreo).
<li> <b>2016/10/17 Version 15:</b> Fix crash on pre-Nougat versions of Android.