diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/contrib | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-joyent-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/contrib')
-rw-r--r-- | usr/src/contrib/ast/src/cmd/ksh93/Makefile | 2 | ||||
-rw-r--r-- | usr/src/contrib/ast/src/cmd/ksh93/sh/path.c | 2 | ||||
-rw-r--r-- | usr/src/contrib/ast/src/lib/libcmd/expr.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/contrib/ast/src/cmd/ksh93/Makefile b/usr/src/contrib/ast/src/cmd/ksh93/Makefile index f56a1e1cc0..b285b12e7e 100644 --- a/usr/src/contrib/ast/src/cmd/ksh93/Makefile +++ b/usr/src/contrib/ast/src/cmd/ksh93/Makefile @@ -40,7 +40,7 @@ SHOPT_MULTIBYTE == 1 /* multibyte character handling */ SHOPT_NAMESPACE == 1 /* allow namespaces */ SHOPT_OLDTERMIO == /* support both TCGETA and TCGETS */ SHOPT_OPTIMIZE == 1 /* optimize loop invariants */ -SHOPT_PFSH == 1 /* solaris exec_attr(4) profile execution */ +SHOPT_PFSH == 1 /* solaris exec_attr(5) profile execution */ SHOPT_P_SUID == /* real uid's that require -p for set[ug]id */ SHOPT_RAWONLY == 1 /* make viraw the only vi mode */ SHOPT_REGRESS == /* enable __regress__ builtin and instrumented intercepts for testing */ diff --git a/usr/src/contrib/ast/src/cmd/ksh93/sh/path.c b/usr/src/contrib/ast/src/cmd/ksh93/sh/path.c index 73670fe833..926dee5c06 100644 --- a/usr/src/contrib/ast/src/cmd/ksh93/sh/path.c +++ b/usr/src/contrib/ast/src/cmd/ksh93/sh/path.c @@ -121,7 +121,7 @@ static pid_t path_pfexecve(Shell_t *shp,const char *path, char *argv[],char *con /* system call so we can save us to call access(2) first */ /* we can exec the command directly instead of via pfexec(1) if */ - /* there is a matching entry without attributes in exec_attr(4) */ + /* there is a matching entry without attributes in exec_attr(5) */ if(!path_xattr(shp,path,resolvedpath)) return(execve(path, argv, envp)); --argv; diff --git a/usr/src/contrib/ast/src/lib/libcmd/expr.c b/usr/src/contrib/ast/src/lib/libcmd/expr.c index a19b042215..8a30c3b0d0 100644 --- a/usr/src/contrib/ast/src/lib/libcmd/expr.c +++ b/usr/src/contrib/ast/src/lib/libcmd/expr.c @@ -107,7 +107,7 @@ USAGE_LICENSE "[+2?Invalid expressions.]" "[+>2?An error occurred.]" "}" -"[+SEE ALSO?\bregcomp\b(5), \bgrep\b(1), \bsh\b(1)]" +"[+SEE ALSO?\bregex\b(5), \bgrep\b(1), \bsh\b(1)]" ; #include <cmd.h> |