diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-02-12 14:21:44 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2004-02-12 14:21:44 +0000 |
commit | 6647ff74306dd6985c32c75b177707b5c60b23b3 (patch) | |
tree | 0f3536681c51fd7cd8df162e19e84604008853a7 /source4/popt/README | |
parent | e46d297083c6e656774d94bb8153334836a27937 (diff) | |
download | samba-6647ff74306dd6985c32c75b177707b5c60b23b3.tar.gz samba-6647ff74306dd6985c32c75b177707b5c60b23b3.tar.bz2 samba-6647ff74306dd6985c32c75b177707b5c60b23b3.zip |
move -lpopt replacement code from source/popt/* to source/lib/popt/*
metze
(This used to be commit 9d1018557fdc51cada1ad082d85c0dc48e1b3072)
Diffstat (limited to 'source4/popt/README')
-rw-r--r-- | source4/popt/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source4/popt/README b/source4/popt/README deleted file mode 100644 index 7fccc836ff..0000000000 --- a/source4/popt/README +++ /dev/null @@ -1,18 +0,0 @@ -This is the popt command line option parsing library. While it is similiar -to getopt(3), it contains a number of enhancements, including: - - 1) popt is fully reentrant - 2) popt can parse arbitrary argv[] style arrays while - getopt(2) makes this quite difficult - 3) popt allows users to alias command line arguments - 4) popt provides convience functions for parsting strings - into argv[] style arrays - -popt is used by rpm, the Red Hat install program, and many other Red Hat -utilities, all of which provide excellent examples of how to use popt. -Complete documentation on popt is available in popt.ps (included in this -tarball), which is excerpted with permission from the book "Linux -Application Development" by Michael K. Johnson and Erik Troan (availble -from Addison Wesley in May, 1998). - -Comments on popt should be addressed to ewt@redhat.com. |