mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +00:00
Base: Fix Markdown links in man pages
This commit is contained in:
parent
73e42917f9
commit
0e3f5d3778
Notes:
sideshowbarker
2024-07-18 04:16:49 +09:00
Author: https://github.com/BenWiederhake
Commit: 0e3f5d3778
Pull-request: https://github.com/SerenityOS/serenity/pull/9964
11 changed files with 14 additions and 19 deletions
|
@ -27,7 +27,7 @@ int getopt_long(int argc, char** argv, const char* short_options, const struct o
|
|||
## Description
|
||||
|
||||
`getopt()` and `getopt_long()` parse options according to the syntax specified
|
||||
in [`getopt`(5)](../getopt.md). `getopt()` only supports short options;
|
||||
in [`getopt`(5)](../man5/getopt.md). `getopt()` only supports short options;
|
||||
`getopt_long()` supports both short and long options.
|
||||
|
||||
One invocation of either function extracts at most one option from command line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue