From 500c89635f3cfadd650d8dd3e5c055fb52669e2b Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 9 Aug 2006 20:27:18 +0000 Subject: [PATCH] fix an omission to delete, and remove confusing ancient comment --- mksh.1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mksh.1 b/mksh.1 index 4df31d6..975577b 100644 --- a/mksh.1 +++ b/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