diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-30 17:16:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-10-30 17:16:47 +0000 |
commit | 458b80a106b294d4d78828e7d7c6439c802ad85e (patch) | |
tree | f36039ac4384c3d624775aee8319bf790ee48296 /bin/csh/csh.1 | |
parent | d5efc44ca959b708884e380e90b9c7191680f130 (diff) |
Use mkstemp(3) for here document (<<) temporary files instead of $$
Problem noted by proton@ENERGYMECH.NET
Diffstat (limited to 'bin/csh/csh.1')
-rw-r--r-- | bin/csh/csh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index ad9bc4cd76e..1793043ab03 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.37 2000/10/19 18:29:26 aaron Exp $ +.\" $OpenBSD: csh.1,v 1.38 2000/10/30 17:16:44 millert Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -2677,7 +2677,7 @@ read by login shell, at logout .It Pa /bin/sh standard shell, for shell scripts not starting with a .Ql # -.It Pa /tmp/sh* +.It Pa /tmp/sh.* temporary file for .Ql << .It Pa /etc/passwd |