diff options
author | Keith <keith@unixloft.com> | 2020-06-02 00:40:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 07:40:26 +0200 |
commit | daa3f59a558f4843b1f2674896510b069f8ba00e (patch) | |
tree | 28417b9f94cc5934761190af9cb1556a0de1e57c /Base/usr | |
parent | 9170edf5414211746f7d529e21c3c3c18e6c1fb4 (diff) | |
download | serenity-daa3f59a558f4843b1f2674896510b069f8ba00e.zip |
Base: Fix misspelling in getopt(3) (#2473)
Diffstat (limited to 'Base/usr')
-rw-r--r-- | Base/usr/share/man/man3/getopt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man3/getopt.md b/Base/usr/share/man/man3/getopt.md index b9953d5a28..1059a5bb21 100644 --- a/Base/usr/share/man/man3/getopt.md +++ b/Base/usr/share/man/man3/getopt.md @@ -7,7 +7,7 @@ getopt - parse command-line options ```**c++ #include <getopt.h> -extren int opterr; +extern int opterr; extern int optopt; extern int optind; extern int optreset; |