diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-28 06:27:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-28 06:27:37 +0000 |
commit | 126d65ddfe336b8600bae033b37b16f17f08eef6 (patch) | |
tree | 9176dfa28c7c22f949054b9a5f56b62c2a8299ed /bin/ksh/sh.1tbl | |
parent | 194dafa9353468913dc2174cab3e0a8b7966fd64 (diff) |
typos;
suggestions, corrections and ok millert@
Diffstat (limited to 'bin/ksh/sh.1tbl')
-rw-r--r-- | bin/ksh/sh.1tbl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index 7a7e8ccace0..6dee905551b 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1tbl,v 1.31 2003/03/14 11:05:55 jmc Exp $ +.\" $OpenBSD: sh.1tbl,v 1.32 2003/04/28 06:27:36 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1176,7 +1176,7 @@ Not yet implemented. .It Ev EXECSHELL If set, this parameter is assumed to contain the shell that is to be used to execute commands that -.Fn execve 2 +.Xr execve 2 fails to execute and which do not start with a .Dq \&#\&! Ns Ar shell sequence. @@ -1337,7 +1337,7 @@ characters or .Dq [..] sequences. Once brace expansion has been performed, the shell replaces file -name patterns with the sorted named of all the files that match the pattern +name patterns with the sorted names of all the files that match the pattern (if no files match, the word is left unchanged). The pattern elements have the following meaning: .Bl -tag -width Ds @@ -1521,7 +1521,7 @@ except if exists it is appended to instead of being truncated. Also, the file is opened in append mode, so writes always go to the end of the file (see -.Fn open 2 ) . +.Xr open 2 ) . .It Ic \&< Ar file Standard input is redirected from .Ar file , @@ -2208,7 +2208,7 @@ above). .Pp When listing aliases, one of two formats is used. Normally, aliases are listed as -.Ar name Ns No = Ar value , +.Ar name Ns No = Ns Ar value , where .Ar value is quoted. @@ -2394,7 +2394,7 @@ option suppresses the trailing newline, .Fl e enables backslash interpretation (a no-op, since this is normally done), and .Fl E -which suppresses backslash interpretation. +suppresses backslash interpretation. .It Ic eval Ar command ... The arguments are concatenated (with spaces between them) to form a single string which the shell then parses and executes in the current environment. @@ -2983,7 +2983,7 @@ defaults to 1. .Ic test evaluates the .Ar expression -and returns zero status if true, 1 status if false, or greater than 1 if there +and returns zero status if true, 1 if false, or greater than 1 if there was an error. It is normally used as the condition command of .Ic if @@ -3368,7 +3368,7 @@ option.) .It Fl p Print complete .Ic typeset -commands that can be used to re-create the attributes (but not the values) or +commands that can be used to re-create the attributes (but not the values) of parameters. This is the default action (option exists for ksh93 compatibility). .It Fl r |