From: Martin Mares Date: Tue, 21 Oct 2008 10:17:04 +0000 (+0200) Subject: UCW doc: Fixed a typo. X-Git-Tag: holmes-import~256 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ce89c984c44f1b32713dd1dd742afc7e3ace8dc5;p=libucw.git UCW doc: Fixed a typo. --- diff --git a/ucw/getopt.h b/ucw/getopt.h index 9d023bec..3a559247 100644 --- a/ucw/getopt.h +++ b/ucw/getopt.h @@ -173,7 +173,7 @@ void cf_journal_rollback_transaction(uns new_pool, struct cf_journal_item *oldj) * default configuration file (<>) and processing * configuration options. The calling convention is the same as with GNU getopt_long(), * but you must prefix your own short/long options by the - * <> or <>or + * <> or <> or * pass <> if there are no long options. * * The default configuration file can be overwritten by the --config options,