diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-08 18:26:51 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-08 18:26:51 -0700 |
| commit | 86b4524b10b6e9eace01374ce138f8db81c6f3b9 (patch) | |
| tree | 81f6c34f885b5ad7776cd23f0b03fdc31337916b /docs/ref/api/args.md | |
| parent | 9c834956456924df7c885ab8b79573721acaff5c (diff) | |
| download | nng-86b4524b10b6e9eace01374ce138f8db81c6f3b9.tar.gz nng-86b4524b10b6e9eace01374ce138f8db81c6f3b9.tar.bz2 nng-86b4524b10b6e9eace01374ce138f8db81c6f3b9.zip | |
Minor doc fixups.
Diffstat (limited to 'docs/ref/api/args.md')
| -rw-r--r-- | docs/ref/api/args.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/api/args.md b/docs/ref/api/args.md index a40cef94..9b12de9d 100644 --- a/docs/ref/api/args.md +++ b/docs/ref/api/args.md @@ -60,9 +60,9 @@ returned. This function may return the following errors: -- [`NNG_ARG_AMBIGU`]: Parsed option matches more than one specification. -- [`NNG_ARG_MISSING`]: Option requires an argument, but one is not present. -- [`NNG_ARG_INVAL`]: An invalid (unknown) argument is present in _argv_. +- `NNG_ARG_AMBIG`: Parsed option matches more than one specification. +- `NNG_ARG_MISSING`: Option requires an argument, but one is not present. +- `NNG_ARG_INVAL`: An invalid (unknown) argument is present in _argv_. ### Option Specification |
