diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-21 12:17:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-21 12:17:28 +0000 |
commit | 16b56346dae2e9121e1e38b55f93efa27550bd2e (patch) | |
tree | 19599a783592973778b7f7f1e3c8380f0a9b5206 /bin/ksh/ksh.1 | |
parent | 7409a321a8c713fad0e67469f7eff7f9e7c917f5 (diff) |
missing command line prompt;
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 661ca4c6efb..8a0bee00943 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.110 2006/03/07 09:31:02 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.111 2006/04/21 12:17:27 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. |