diff options
author | 2006-04-21 12:17:27 +0000 | |
---|---|---|
committer | 2006-04-21 12:17:27 +0000 | |
commit | 8a2f38990fe0e9c7b76750c03bc85b3b3d387de2 (patch) | |
tree | 7e11f92b26cdcd5b0e18ad3806d7289fe6b8d860 | |
parent | document retreiving a subset of sysctls; (diff) | |
download | wireguard-openbsd-8a2f38990fe0e9c7b76750c03bc85b3b3d387de2.tar.xz wireguard-openbsd-8a2f38990fe0e9c7b76750c03bc85b3b3d387de2.zip |
missing command line prompt;
-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. |