diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
commit | a249020977a2394eb6f6b41a59e49167878d5f8d (patch) | |
tree | 5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/clig | |
parent | 75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff) | |
download | ports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip |
Large round of typo fixes in ports/devel (pkg-descr).
Notes
Notes:
svn path=/head/; revision=214100
Diffstat (limited to 'devel/clig')
-rw-r--r-- | devel/clig/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/clig/pkg-descr b/devel/clig/pkg-descr index c44fe07c921e..92e1b4337723 100644 --- a/devel/clig/pkg-descr +++ b/devel/clig/pkg-descr @@ -1,7 +1,7 @@ Clig generates C code to take apart the typical command-line arguments given to a C program. Input to clig is a simple description file that specifies the name and number of options, their type (Flag, String, -Float, Int) and permissable range, and which options are mandatory. From +Float, Int) and permissible range, and which options are mandatory. From this, clig will generate self-contained C code to include in your program, a usage message, and a manual page skeleton. |