aboutsummaryrefslogtreecommitdiff
path: root/devel/popt/pkg-descr
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
commita249020977a2394eb6f6b41a59e49167878d5f8d (patch)
tree5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/popt/pkg-descr
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
downloadports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz
ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip
Notes
Diffstat (limited to 'devel/popt/pkg-descr')
-rw-r--r--devel/popt/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/popt/pkg-descr b/devel/popt/pkg-descr
index afe5d91eac06..8ea76434683e 100644
--- a/devel/popt/pkg-descr
+++ b/devel/popt/pkg-descr
@@ -1,11 +1,11 @@
-This is the popt command line option parsing library. While it is similiar
+This is the popt command line option parsing library. While it is similar
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 parsing strings
+ 4) popt provides convenience functions for parsing strings
into argv[] style arrays
WWW: http://freshmeat.net/projects/popt/