Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Oct 28, 2023
1 parent 5b90a98 commit 7d9a412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/reference/std/cli/getopt.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ For an example, here the a command line parser for the `gxpkg` program:
```


### getopt-parse->function-arguments
### getopt-parse->function-arguments
```scheme
(getopt-parse->function-arguments getopt h) => list-of-arguments
```
Expand Down Expand Up @@ -250,7 +250,7 @@ e.g. with prototype objects like `gerbil-poo`.
TODO: add examples, discuss abort-on-error behavior,
lack of automatic help, etc.

### ->getopt-spec
### ->getopt-spec
```scheme
(->getopt-spec arg) => list-of-getopt-arguments
```
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/std/cli/multicall.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ return a getopt-spec (suitable to be passed to `(apply getopt ...)`) of
Register the function as entry-point,
with given `name` (argument passed to `make-symbol`),
or if not specified, a symbol made of only the
[easy-shell-characters](shell.md#easy-shell-characters?) of `id`.
[easy-shell-characters](shell.md#easy-shell-characters) of `id`.
The entry-point will have the given `help` and `getopt` fields.

### define-entry-point
Expand Down

0 comments on commit 7d9a412

Please sign in to comment.