aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/doc
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-06-18 19:06:40 +0000
committerkate.ward <kate.ward@forestent.com>2008-06-18 19:06:40 +0000
commitf8ea86327c5b62d80528e1e6930605b149bb9c7e (patch)
tree92242b6f33925160a50a29317752c9404cd13cc6 /source/1.0/doc
parent34f3212d3fd9845ac5da7e5b602eec546c584f44 (diff)
downloadshflags-f8ea86327c5b62d80528e1e6930605b149bb9c7e.tar.gz
some minor changes
Diffstat (limited to 'source/1.0/doc')
-rw-r--r--source/1.0/doc/RELEASE_NOTES-1.0.0.txt18
1 files changed, 11 insertions, 7 deletions
diff --git a/source/1.0/doc/RELEASE_NOTES-1.0.0.txt b/source/1.0/doc/RELEASE_NOTES-1.0.0.txt
index 765f240..cd55d80 100644
--- a/source/1.0/doc/RELEASE_NOTES-1.0.0.txt
+++ b/source/1.0/doc/RELEASE_NOTES-1.0.0.txt
@@ -46,20 +46,24 @@ Standard vs Enhanced getopt
Here is a matrix of the supported features of the various getopt variants.
-Feature std enh
--------------------------+---+---
-short option names Y Y
-long option names N Y
-spaces in string options N Y
++-------------------------+---+---+
+|Feature |std|enh|
++=========================+===+===+
+|short option names | Y | Y |
+|long option names | N | Y |
+|spaces in string options | N | Y |
++-------------------------+---+---+
Known Issues
------------
The getopt version provided by default with all versions of Solaris (up to and
-including Solaris 10) is the standard version.
+including Solaris 10) is the standard version. As such, only short flags are
+supported.
The getopt version provided by default with all versions of Mac OS X (up to and
-including 10.5) is the standard version.
+including 10.5) is the standard version. As such, only short flags are
+supported.
Workarounds
-----------