diff options
author | 2015-12-29 01:02:34 +0000 | |
---|---|---|
committer | 2015-12-29 01:02:34 +0000 | |
commit | d1f8cb6b62753e718ec21d723a2b7679c16ce0aa (patch) | |
tree | f186d5bd89381d711fc9b12eb58d26191b08146a | |
parent | The last of the e-mail -> email. (diff) | |
download | wireguard-openbsd-d1f8cb6b62753e718ec21d723a2b7679c16ce0aa.tar.xz wireguard-openbsd-d1f8cb6b62753e718ec21d723a2b7679c16ce0aa.zip |
Remove reference to $ERRNO, which was been unimplemented for >= 19
years.
From Michael Reed. ok halex@
-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 |