add OS/2 PATH note, for komh
This commit is contained in:
parent
59219161fb
commit
acf7909fe8
9
mksh.1
9
mksh.1
|
@ -1,4 +1,4 @@
|
|||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.426 2017/03/12 02:31:02 tg Exp $
|
||||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.427 2017/03/12 02:34:54 tg Exp $
|
||||
.\" $OpenBSD: ksh.1,v 1.160 2015/07/04 13:27:04 feinerer Exp $
|
||||
.\"-
|
||||
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||
|
@ -203,6 +203,13 @@ be asked to do by other programs, even in the background.
|
|||
Any privilege pop-ups you might be encountering are thus not
|
||||
.Nm mksh
|
||||
issues but questions by some other program utilising it.
|
||||
.Ss "I'm an OS/2 user, what do I need to know?"
|
||||
Unlike the native command prompt, the current working directory is
|
||||
not in the search path at all, for security reasons common on Unix
|
||||
systems (the shell is designed for Unix-like systems); if you really
|
||||
need this, run the command
|
||||
.Li PATH=".;$PATH"
|
||||
or add that to a suitable initialisation file.
|
||||
.Ss Invocation
|
||||
Most builtins can be called directly, for example if a link points from its
|
||||
name to the shell; not all make sense, have been tested or work at all though.
|
||||
|
|
Loading…
Reference in New Issue