diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-12-29 01:02:35 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-12-29 01:02:35 +0000 |
commit | d120957138dda2b5bd56658c84dddb03046e22ab (patch) | |
tree | d77b4b2e402dfcfd589f2cb4d50d03ed866207e7 /bin/ksh/ksh.1 | |
parent | efef20e00b28a7457ce4f48361a217b5ad55ca2c (diff) |
Remove reference to $ERRNO, which was been unimplemented for >= 19
years.
From Michael Reed. ok halex@
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index c0c7ba5b879..164fe2f4b9e 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.172 2015/12/26 18:44:01 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.173 2015/12/29 01:02:34 mmcc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: December 26 2015 $ +.Dd $Mdocdate: December 29 2015 $ .Dt KSH 1 .Os .Sh NAME @@ -1386,12 +1386,6 @@ is set, it overrides If this parameter is found to be set after any profile files are executed, the expanded value is used as a shell startup file. It typically contains function and alias definitions. -.It Ev ERRNO -Integer value of the shell's -.Va errno -variable. -It indicates the reason the last system call failed. -Not yet implemented. .It Ev EXECSHELL If set, this parameter is assumed to contain the shell that is to be used to execute commands that |