From daa3f59a558f4843b1f2674896510b069f8ba00e Mon Sep 17 00:00:00 2001 From: Keith Date: Tue, 2 Jun 2020 00:40:26 -0500 Subject: [PATCH] Base: Fix misspelling in getopt(3) (#2473) --- Base/usr/share/man/man3/getopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -extren int opterr; +extern int opterr; extern int optopt; extern int optind; extern int optreset;