fix an omission to delete, and remove confusing ancient comment
This commit is contained in:
parent
c874727a5c
commit
500c89635f
4
mksh.1
4
mksh.1
@ -1,4 +1,4 @@
|
||||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.52 2006/08/08 20:19:14 tg Exp $
|
||||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.53 2006/08/09 20:27:18 tg Exp $
|
||||
.\" $OpenBSD: ksh.1,v 1.116 2006/07/26 10:13:25 jmc Exp $
|
||||
.\" $OpenBSD: sh.1tbl,v 1.53 2004/12/10 01:56:56 jaredy Exp $
|
||||
.\"
|
||||
@ -2291,7 +2291,6 @@ Special built-in commands differ from other commands in that the
|
||||
parameter is not used to find them, an error during their execution can
|
||||
cause a non-interactive shell to exit, and parameter assignments that are
|
||||
specified before the command are kept after the command completes.
|
||||
There are some confusions regarding POSIX that is not uber-strictly adhered to.
|
||||
Regular built-in commands are different only in that the
|
||||
.Ev PATH
|
||||
parameter is not used to find them.
|
||||
@ -3513,7 +3512,6 @@ File descriptor
|
||||
is a
|
||||
.Xr tty 4
|
||||
device.
|
||||
If the
|
||||
.Ar fd
|
||||
may be left out, in which case it is taken to be 1.
|
||||
.It Fl u Ar file
|
||||
|
Loading…
Reference in New Issue
Block a user