diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-22 14:10:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-22 14:10:37 +0000 |
commit | 85919ede00f0c50a32a4914c58790482f0b97f9d (patch) | |
tree | 456e1d6244aa7c2a36f977add6cbb1a31d82e511 /bin/ksh/ksh.1 | |
parent | 89c67b0eaaae86280a28b932dd8d15388c2cd701 (diff) |
back out last - it was not a command line prompt;
thanks matthias kilian
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 8a0bee00943..2714ada803f 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.111 2006/04/21 12:17:27 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.112 2006/04/22 14:10:36 jmc Exp $ .\" .\" Public Domain .\" @@ -175,7 +175,7 @@ may be set and exported (see below) in \- future interactive shell invocations will process any file pointed to by .Ev $ENV : .Pp -.Dl $ export ENV=$HOME/.kshrc +.Dl export ENV=$HOME/.kshrc .Pp .Pa $HOME/.kshrc is then free to specify instructions for interactive shells. |