diff options
author | Toomas Soome <tsoome@me.com> | 2018-03-10 15:09:46 -0800 |
---|---|---|
committer | Joshua M. Clulow <josh@sysmgr.org> | 2018-03-10 15:09:46 -0800 |
commit | d0b12b660e0741581d18f1f3a7d5268e0a5f1806 (patch) | |
tree | 5085bf9248fe926c124986d5dcef6aabcbe3d3fe /usr/src/lib/libshell/common | |
parent | edc8ef7d921c96b23969898aeb766cb24960bda7 (diff) | |
download | illumos-joyent-d0b12b660e0741581d18f1f3a7d5268e0a5f1806.tar.gz |
9214 typo: sytem should be system
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/lib/libshell/common')
-rw-r--r-- | usr/src/lib/libshell/common/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libshell/common/README b/usr/src/lib/libshell/common/README index 1feeec8a90..3a953df356 100644 --- a/usr/src/lib/libshell/common/README +++ b/usr/src/lib/libshell/common/README @@ -53,7 +53,7 @@ The options have the following defaults and meanings: using while < file;do ...; done and allowing fields in each line to be accessed as positional parameters. FS_3D off For use with 3-D file system. Enabled automatically for - sytems with dynamic linking. + systems with dynamic linking. KIA off Allow generation of shell cross reference database with -I. MULTIBYTE on Multibyte character handling. Requires mblen() and mbctowc(). |