From 3e5c23a91ea91c7e6bd02da8f79f38d9f468d8b8 Mon Sep 17 00:00:00 2001 From: mes5k Date: Sun, 4 Jul 2004 02:28:53 +0000 Subject: [PATCH] minor typos --- docs/index.html | 2 +- docs/manual.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5518a35..e0f078d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -45,7 +45,7 @@ the GNU or POSIX standards, it is getting close.
  • See the API documentation for detailed implementation information.
  • Visit the Sourceforge project page. -
  • Download the source here.
  • +
  • Download the source here.
  • Send any feedback, comments, patches, etc. to mes (_at_) aescon (_dot_) com.
  • Happy coding! diff --git a/docs/manual.html b/docs/manual.html index 302da84..7c46936 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -319,7 +319,7 @@ Here is what a declaration looks like: ... // - // MultiArg must be the LAST argument added! + // UnlabeledMultiArg must be the LAST argument added! // UnlabeledMultiArg < string > multi("file names"); cmd.add( multi );