mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
src/cmd/ksh93/data/builtins.c: - sh_optksh[]: Edit descriptions of -c and -s options for clarity. - sh_set[]: The --rc long name equivalent for -E was documented wrong, but in any case it does not belong in sh_set[], because that also shows up in 'set --man' and this invocation-only option cannot be used with 'set'. Remove it. (Note that all other invocation options already don't have inline documentation of their long equivalents. This may or may not be fixed at some point. It is problematic because they should not be documented in sh_set[] but there is no other good place for them.) src/cmd/ksh93/sh.1: - Generally edit the Invocation section for clarity. - Document the long invocation option equivalents. - Remove some nonsense from the -s description: "Shell output, except for the output of the Special Commands listed above, is written to file descriptor 2" (which is standard error). In fact, this option has no influence at all on what is written to standard error or standard output. |
||
---|---|---|
.. | ||
cmd | ||
lib | ||
Mamfile |