]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
doc fixup.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 25 Jan 2007 12:50:40 +0000 (12:50 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 25 Jan 2007 12:50:40 +0000 (12:50 +0000)
git-svn-id: file:///svn/unbound/trunk@34 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/unbound.c

index 669880d237053052b2c32bab5d05b66a24d4c5b3..cc708e4a578efa3025da4ddae77340e3684e0967 100644 (file)
@@ -44,9 +44,7 @@
 #include "util/log.h"
 #include "util/netevent.h"
 
-/** print usage.
- * @param argv: the argv passed to main().
- */
+/** print usage. */
 static void usage()
 {
        printf("usage: unbound [options]\n");
@@ -58,7 +56,9 @@ static void usage()
        printf("Report bugs to %s.\n", PACKAGE_BUGREPORT);
 }
 
+/** getopt global, in case header files fail to declare it. */
 extern int optind;
+/** getopt global, in case header files fail to declare it. */
 extern char* optarg;
 
 /**