Fix POSIX capitalization in description

Dan Christensen
2023-02-01 08:21:05 -06:00
parent 6f96debce1
commit 653ed63a2b

@@ -66,7 +66,7 @@ make_with_flags() {
make_with_flags file make_with_flags file
``` ```
To split on spaces but not perform glob expansion, Posix has a `set -f` to disable globbing. You can disable word splitting by setting `IFS=''`. To split on spaces but not perform glob expansion, POSIX has a `set -f` to disable globbing. You can disable word splitting by setting `IFS=''`.
Similarly, you might want an optional argument: Similarly, you might want an optional argument: