diff options
author | Steve Huston <shuston@riverace.com> | 2002-07-29 21:40:40 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-07-29 21:40:40 +0000 |
commit | 92ce8ae8685f3054d3bbf3995c75bc76f2a5c300 (patch) | |
tree | e0013464c2c033a05f77732cc0f8710f9067dfb3 /ace/Get_Opt.h | |
parent | fc1acbeedd75c99e67b8b280c7a8f64cde6887e8 (diff) | |
download | ATCD-92ce8ae8685f3054d3bbf3995c75bc76f2a5c300.tar.gz |
ChangeLogTag:Mon Jul 29 17:30:27 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Get_Opt.h')
-rw-r--r-- | ace/Get_Opt.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h index d893ca29b77..fe3eed09d08 100644 --- a/ace/Get_Opt.h +++ b/ace/Get_Opt.h @@ -176,13 +176,13 @@ public: * * @return The parsed option character. The following characters have * special significance. - * @retval 0 A long option was found - * @retval \'?\' An unknown option character was found and the first - * character of @a optstring was not a colon. - * @retval \':\' An unknown option character was found and the first - * character of @a optstring was a colon. - * @retval \'1\' @c RETURN_IN_ORDER was specified and a non-option argument - * was found. + * @retval 0 A long option was found + * @retval '\?' An unknown option character was found and the first + * character of @a optstring was not a colon. + * @retval ':' An unknown option character was found and the first + * character of @a optstring was a colon. + * @retval '1' @c RETURN_IN_ORDER was specified and a non-option argument + * was found. * @retval EOF No more option characters were found. @c opt_ind() will * return the index in @a argv of the first @a argv element * that is not an option. If @c PERMUTE_ARGS was |