mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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.
This commit is contained in:
parent
4e47f89b06
commit
2b805f7f1c
34 changed files with 95 additions and 95 deletions
|
@ -826,7 +826,7 @@ static void ed_nputchar(register Edit_t *ep, int n, int c)
|
|||
* Do read, restart on interrupt unless SH_SIGSET or SH_SIGTRAP is set
|
||||
* Use sfpkrd() to poll() or select() to wait for input if possible
|
||||
* Unfortunately, systems that get interrupted from slow reads update
|
||||
* this access time for for the terminal (in violation of POSIX).
|
||||
* this access time for the terminal (in violation of POSIX).
|
||||
* The fixtime() macro, resets the time to the time at entry in
|
||||
* this case. This is not necessary for systems that can handle
|
||||
* sfpkrd() correctly (i,e., those that support poll() or select()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue