1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Various minor capitalization and typo fixes (#371)

This commit fixes various minor typos, punctuation errors and
corrects the capitalization of many names.
This commit is contained in:
Johnothan King 2021-12-12 13:40:38 -08:00 committed by Martijn Dekker
parent cd562b16e2
commit e54001d58b
204 changed files with 779 additions and 784 deletions

View file

@ -30,7 +30,7 @@ ast-ksh :PACKAGE: ksh93 libast libcmd libcoshell libsum libdll
option describes the self documenting options available to all
builtin and special commands.
$()
The standlone ksh is statically linked with the ast libcmd
The standlone ksh is statically linked with the AST libcmd
library which provides several builtin versions of /bin
commands. "builtin | grep /opt/ast/bin" lists the libcmd
builtins on the standard output. /opt/ast/bin/FOO accesses
@ -48,21 +48,21 @@ ast-ksh :PACKAGE: ksh93 libast libcmd libcoshell libsum libdll
Some scripts may run significantly faster with libcmd builtins
enabled.
$()
The ast library checks the DOSPATHVARS environment variable
The AST library checks the DOSPATHVARS environment variable
for variable path values to convert to and from native windows
format when cross-executing between cygwin and non-cygwin
format when cross-executing between Cygwin and non-Cygwin
programs. The value is a space separated list of environment
variables to convert. PATH is handled by cygwin so it is not
converted by the ast library.
variables to convert. PATH is handled by Cygwin so it is not
converted by the AST library.
$()
The ast-ksh cygwin source package provides a bootstrap build
The ast-ksh Cygwin source package provides a bootstrap build
environment that is not suited for an edit/build/debug cycle.
If you want to explore and modify the source then you should
install the (non-cygwinized) ast-base package which includes
install the (non-Cygwinized) ast-base package which includes
AT&T nmake. With ast-base you will also be able to regenerate
the ast-ksh cygwin source and binary packages.
the ast-ksh Cygwin source and binary packages.
$()
For more information on ksh and other AT&T ast tools see
For more information on ksh and other AT&T AST tools see
http://www.research.att.com/sw/download/
:EXPORT:
SHOPT_CMDLIB_DIR=1