summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorAndy Fiddaman <omnios@citrus-it.co.uk>2021-02-16 10:31:50 +0000
committerAndy Fiddaman <omnios@citrus-it.co.uk>2021-02-20 23:36:01 +0000
commit944411b5616a6d498985ec4579bd6448b8baacfe (patch)
tree0b7346f70db51b883f962eeb4d4286299105aa24 /usr/src
parent56ffda179176d14e2fb160bdc85f6da601f1eac7 (diff)
downloadillumos-joyent-944411b5616a6d498985ec4579bd6448b8baacfe.tar.gz
13557 pf[k]sh fails to properly resolve paths
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Dominik Hassler <hadfl@omnios.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/ast/Makefile.ast3
-rw-r--r--usr/src/man/man1/ksh93.114
2 files changed, 3 insertions, 14 deletions
diff --git a/usr/src/cmd/ast/Makefile.ast b/usr/src/cmd/ast/Makefile.ast
index 0aeb13a09c..6e7137e190 100644
--- a/usr/src/cmd/ast/Makefile.ast
+++ b/usr/src/cmd/ast/Makefile.ast
@@ -58,7 +58,6 @@ CSTD= $(CSTD_GNU99)
# SHOPT_MULTIBYTE multibyte character handling
# SHOPT_NAMESPACE allow namespaces
# SHOPT_OPTIMIZE optimize loop invariants
-# SHOPT_PFSH solaris exec_attr(4) profile execution
# SHOPT_RAWONLY make viraw the only vi mode
# SHOPT_STATS add .sh.stats variable
# SHOPT_SUID_EXEC allow (safe) suid/sgid shell scripts
@@ -89,6 +88,7 @@ CSTD= $(CSTD_GNU99)
# SHOPT_FS_3D 3d file system
# SHOPT_OLDTERMIO support both TCGETA and TCGETS
# SHOPT_P_SUID real uid's that require -p for set[ug]id
+# SHOPT_PFSH solaris exec_attr(4) profile execution
# SHOPT_REGRESS enable __regress__ builtin
# SHOPT_REMOTE enable --rc if running as a remote shell
# SHOPT_SEVENBIT strip the eigth bit from characters
@@ -108,7 +108,6 @@ LIBSHELLFEATUREFLAGS= \
-DSHOPT_MULTIBYTE \
-DSHOPT_NAMESPACE \
-DSHOPT_OPTIMIZE \
- -DSHOPT_PFSH \
-DSHOPT_RAWONLY \
-DSHOPT_STATS \
-DSHOPT_SUID_EXEC \
diff --git a/usr/src/man/man1/ksh93.1 b/usr/src/man/man1/ksh93.1
index 8bf182d3ec..e4736f5860 100644
--- a/usr/src/man/man1/ksh93.1
+++ b/usr/src/man/man1/ksh93.1
@@ -3,7 +3,7 @@
.\" To view license terms, see http://www.eclipse.org/org/documents/epl-v10.html
.\" Portions Copyright (c) 2009, Sun Microsystems, Inc.
.\" Portions Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
-.TH KSH93 1 "Jan 06, 2020"
+.TH KSH93 1 "Feb 17, 2021"
.SH NAME
ksh93, rksh93 \- Korn Shell, a standard and restricted command and programming
language
@@ -7212,16 +7212,6 @@ interruptible). In all cases, \fBQUIT\fR is ignored by the shell.
.sp
.ne 2
.na
-\fB-P\fR
-.ad
-.RS 15n
-If \fB-P\fR or \fB-o\fR profile is present, the shell is a profile shell
-(see \fBpfexec\fR(1)).
-.RE
-
-.sp
-.ne 2
-.na
\fB-R\fR \fIfilename\fR
.ad
.RS 15n
@@ -7444,7 +7434,7 @@ The scripting interface is Uncommitted. The environment variables,
.SH SEE ALSO
\fBcat\fR(1), \fBcd\fR(1), \fBchmod\fR(1), \fBcut\fR(1), \fBdate\fR(1),
\fBegrep\fR(1), \fBecho\fR(1), \fBegrep\fR(1), \fBenv\fR(1), \fBfgrep\fR(1),
-\fBgrep\fR(1), \fBlogin\fR(1), \fBnewgrp\fR(1), \fBpaste\fR(1), \fBpfexec\fR(1),
+\fBgrep\fR(1), \fBlogin\fR(1), \fBnewgrp\fR(1), \fBpaste\fR(1),
\fBprintf\fR(1), \fBstty\fR(1), \fBtest\fR(1), \fBumask\fR(1), \fBvi\fR(1),
\fBdup\fR(2), \fBexec\fR(2), \fBfork\fR(2), \fBioctl\fR(2), \fBlseek\fR(2),
\fBpathconf\fR(2), \fBpipe\fR(2), \fBsysconf\fR(3C), \fBulimit\fR(2),