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:
parent
cd562b16e2
commit
e54001d58b
204 changed files with 779 additions and 784 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#include "argnod.h"
|
||||
|
||||
/* command tree for tretyp */
|
||||
#define FINT (02<<COMBITS) /* non-interruptable */
|
||||
#define FINT (02<<COMBITS) /* non-interruptible */
|
||||
#define FAMP (04<<COMBITS) /* background */
|
||||
#define FPIN (010<<COMBITS) /* input is a pipe */
|
||||
#define FPOU (040<<COMBITS) /* output is a pipe */
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
#define FCOOP (0200<<COMBITS) /* cooperating process */
|
||||
#define FSHOWME (0400<<COMBITS) /* set for showme commands */
|
||||
#define FALTPIPE (02000<<COMBITS) /* alternate pipes &| */
|
||||
#define FPOSIX (02<<COMBITS) /* posix semantics function */
|
||||
#define FPOSIX (02<<COMBITS) /* POSIX semantics function */
|
||||
#define FLINENO (04<<COMBITS) /* for/case has line number */
|
||||
#define FOPTGET (0200<<COMBITS) /* function calls getopts */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue