ebf9b31727
- do not resend signal on termination (#1092132) - fix brace expansion on/off - fix incorrect rounding of numsers 0.5 < |x| <1.0 in printf (#1080940) - fix parser errors related to the end of the here-document marker - ksh hangs when command substitution fills out the pipe buffer - using typeset -l with a restricted variabled caused segmentation fault - monitor mode was documented incorrectly - do not crash when unsetting running function from another one (#1105139) - should report an error when trying to cd into directory without execution bit - job locking mechanism did not survive compiler optimization - reading a file via command substitution did not work when any of stdin, stdout or stderr were closed (#1070308) - fix lexical parser crash
48 lines
1.1 KiB
Diff
48 lines
1.1 KiB
Diff
diff -up ksh-20120801/src/cmd/ksh93/sh.1.manfix ksh-20120801/src/cmd/ksh93/sh.1
|
|
--- ksh-20120801/src/cmd/ksh93/sh.1.manfix 2012-06-18 16:16:22.000000000 +0200
|
|
+++ ksh-20120801/src/cmd/ksh93/sh.1 2013-04-30 13:35:17.393909479 +0200
|
|
@@ -39,7 +39,7 @@ ksh93, rksh93, pfksh93 \- KornShell, a s
|
|
.B ksh93
|
|
.\}
|
|
[
|
|
-.B \(+-abcefhikmnoprstuvxBCDP
|
|
+.B \(+-abcefhiknoprstuvxBCDP
|
|
] [
|
|
.B \-R
|
|
file ] [
|
|
@@ -47,25 +47,6 @@ file ] [
|
|
option ] .\|.\|. [
|
|
.B \-
|
|
] [ arg .\|.\|. ]
|
|
-.br
|
|
-.if \nZ=0 \{\
|
|
-.B rsh
|
|
-.\}
|
|
-.if \nZ=1 \{\
|
|
-.B rksh
|
|
-.\}
|
|
-.if \nZ=2 \{\
|
|
-.B rksh93
|
|
-.\}
|
|
-[
|
|
-.B \(+-abcefhikmnoprstuvxBCD
|
|
-] [
|
|
-.B \-R
|
|
-file ] [
|
|
-.B \(+-o
|
|
-option ] .\|.\|. [
|
|
-.B \-
|
|
-] [ arg .\|.\|. ]
|
|
.SH DESCRIPTION
|
|
.if \nZ=0 .I Sh\^
|
|
.if \nZ=1 .I Ksh\^
|
|
@@ -7963,6 +7944,8 @@ option is used
|
|
to generate a cross reference database
|
|
that can be used by a separate utility
|
|
to find definitions and references for variables and commands.
|
|
+The filename argument specifies the generated database. A script file must be
|
|
+provided on the command line as well.
|
|
.PP
|
|
The remaining options and arguments are described under the
|
|
.B set
|