diff --git a/A2OSX.BOOT.po b/A2OSX.BOOT.po index 3169f745..f1b262b3 100644 Binary files a/A2OSX.BOOT.po and b/A2OSX.BOOT.po differ diff --git a/A2OSX.SRC.po b/A2OSX.SRC.po index aed9df97..c65ad53f 100644 Binary files a/A2OSX.SRC.po and b/A2OSX.SRC.po differ diff --git a/README.md b/README.md index fb041f86..6360a5dd 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,11 @@ In Progress : moving TCPIP to socket API | Name | Status | Comment | | ---- | ------ | ------- | | $PWD | Working | 'Working Directory' | -| $* | | All Args | +| $* | Working | All Args | | $1-$9 | Working | Arg[n] | | $# | Working | Arg Count | | $? | Working | Return Code | +| $@ | Working | Parent PID | | $$ | Working | PID | | $! | Working | Child PID |