diff options
| author | gdamore <gdamore@users.noreply.github.com> | 2025-10-09 01:32:01 +0000 |
|---|---|---|
| committer | gdamore <gdamore@users.noreply.github.com> | 2025-10-09 01:32:01 +0000 |
| commit | 426ace3a013e7bc779686689d41f011178a26cc6 (patch) | |
| tree | ac03484678fe9f75023fc45bc55f1c865da86a91 /ref/api/args.html | |
| parent | edd3b6bc34f211bd3d58642d0c69ce1b5bb9dc3b (diff) | |
| download | nng-426ace3a013e7bc779686689d41f011178a26cc6.tar.gz nng-426ace3a013e7bc779686689d41f011178a26cc6.tar.bz2 nng-426ace3a013e7bc779686689d41f011178a26cc6.zip | |
deploy: 86b4524b10b6e9eace01374ce138f8db81c6f3b9
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 |
