Johnothan King
2b805f7f1c
Fix many spelling errors and word repetitions ( #188 )
...
Many of the errors fixed in this commit are word repetitions
such as 'the the' and minor spelling errors. One formatting
error in the ksh man page has also been fixed.
2021-02-20 03:22:24 +00:00
Johnothan King
f9fdbfc9e9
Fix a large number of typos and other problems ( #110 )
...
Most of these fixes are for typos and extra whitespace at the
end of lines. These are the notable changes:
- Fixed a compatibility issue with how asterisks are displayed
using certain fonts. Bug report: https://github.com/att/ast/issues/764
- Fixed a bug in the man page that caused searches for the '|'
character to fail. Bug report: https://github.com/att/ast/issues/871
- Removed a duplicate description of 'set -B' from the man
page. Bug report: https://github.com/att/ast/issues/789
- Added documentation for options missing from the ksh man
page (applies to 'hist -N', 'sleep -s', 'whence -q' and
many of ulimit's options). Bug reports:
https://github.com/att/ast/issues/948
https://github.com/att/ast/issues/503#issuecomment-386649715
https://github.com/att/ast/issues/507#issuecomment-507924608
- Applied the following ksh2020 documentation fixes:
https://github.com/att/ast/pull/351
https://github.com/att/ast/pull/352
- Fixed a minor GCC -Wformat warning in procopen.c by changing
a sentinel to NULL.
2020-08-07 00:50:11 +01:00
Martijn Dekker
9c75314c71
Fix 181 typos in user-facing documentation
...
(cherry picked from commit fe365afb433bb39d4f3a6b68b3fd8e8daf5370c8)
2020-06-12 01:45:12 +02:00
Lefteris Koutsofios
a30e7b7fa9
added documentation pages from Dave Korn's old web site
2020-02-14 12:56:21 -05:00