1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

shell.3: fix glitch; add missing SH_PRIVILEGED doc

This commit is contained in:
Martijn Dekker 2020-08-15 21:37:46 +01:00
parent 85eb2f735b
commit e875616618

View file

@ -214,9 +214,9 @@ commands can be logged.
Do not treat end-of-file as exit.
.IP
\f5SH_INTERACTIVE\fP:
.IP
Set for interactive shells.
Do not set or unset this option.
.IP
\f5SH_MARKDIRS\fP:
A \fB/\fP is added to the end of each directory generated by pathname
expansion.
@ -243,6 +243,9 @@ Cause the shell to fail with an error of an unset variable is
referenced.
.IP
\f5SH_PRIVILEGED\fP:
This mode is on whenever the effective uid (gid) is not equal to the real
uid (gid). Turning this off causes the effective uid and gid to be set to
the real uid and gid.
.IP
\f5SH_VERBOSE\fP:
Cause each line to be echoed as it is read by the parser.