diff options
Diffstat (limited to 'ref/api/args.html')
| -rw-r--r-- | ref/api/args.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ref/api/args.html b/ref/api/args.html index 24a37e4a..451fdbfa 100644 --- a/ref/api/args.html +++ b/ref/api/args.html @@ -301,9 +301,9 @@ referenced by <em>arg</em>.</p> returned.</p> <p>This function may return the following errors:</p> <ul> -<li>[<code>NNG_ARG_AMBIGU</code>]: Parsed option matches more than one specification.</li> -<li>[<code>NNG_ARG_MISSING</code>]: Option requires an argument, but one is not present.</li> -<li>[<code>NNG_ARG_INVAL</code>]: An invalid (unknown) argument is present in <em>argv</em>.</li> +<li><code>NNG_ARG_AMBIG</code>: Parsed option matches more than one specification.</li> +<li><code>NNG_ARG_MISSING</code>: Option requires an argument, but one is not present.</li> +<li><code>NNG_ARG_INVAL</code>: An invalid (unknown) argument is present in <em>argv</em>.</li> </ul> <h3 id="option-specification"><a class="header" href="#option-specification">Option Specification</a></h3> <p>The calling program must first create an array of <a name="a004"></a><code>nng_arg_spec</code> structures |
