diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2018-01-31 16:46:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2018-01-31 16:46:14 +0000 |
commit | e03ce37ee169513386d17b650ec3544c8d362c98 (patch) | |
tree | f84a1391cd1f24447b8b6206f6198759e3dc36fc | |
parent | 67c53a1d0d1a89115bc0fb42c2a39cc0410c6379 (diff) |
Sync list of non-exported environment variables with at.c.
-rw-r--r-- | usr.bin/at/at.1 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/usr.bin/at/at.1 b/usr.bin/at/at.1 index 5aa55a279d3..3c032ae81e2 100644 --- a/usr.bin/at/at.1 +++ b/usr.bin/at/at.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: at.1,v 1.53 2015/11/16 16:43:06 millert Exp $ +.\" $OpenBSD: at.1,v 1.54 2018/01/31 16:46:13 millert Exp $ .\" .\" Copyright (C) 1993, 1994 Thomas Koenig .\" Copyright (C) 1993 David Parsons @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 16 2015 $ +.Dd $Mdocdate: January 31 2018 $ .Dt AT 1 .Os .Sh NAME @@ -250,9 +250,17 @@ with the .Fl f option) and executed. The working directory, the environment (except for the variables +.Ev BASH_VERSINFO , +.Ev DISPLAY , +.Ev EUID , +.Ev GROUPS , +.Ev PPID , +.Ev SHELLOPTS , +.Ev SSH_AGENT_PID , +.Ev SSH_AUTH_SOCK , .Ev TERM , .Ev TERMCAP , -.Ev DISPLAY , +.Ev UID , and .Ev _ ) , and the |