1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

-o posix: minor manpage/usage tweaks (re: 921bbcae)

This commit is contained in:
Martijn Dekker 2020-09-05 06:21:32 +02:00
parent 3ede73aa33
commit ca9de42d59
2 changed files with 3 additions and 3 deletions

View file

@ -3602,7 +3602,7 @@ the file descriptor number in variable
.PP
A special shorthand redirection operator \fB&>\fR\fIword\fR is available; it
is equivalent to \fB>\fR\fIword\fR\fB 2>&1\fR. It cannot be preceded by any
digit or variable name. This shorthand is disabled if the \fIposix\fR shell
digit or variable name. This shorthand is disabled if the \fBposix\fR shell
option is active.
.PP
The order in which redirections are specified is significant.
@ -7038,7 +7038,7 @@ will be the value of the last non-zero command
to fail or zero if no command has failed.
.TP 8
.B posix
Enable POSIX standard compatibility mode. This option
Enable full POSIX standard compliance mode. This option
is on by default if ksh is invoked as \fBsh\fR. It
causes file descriptors > 2 to be left open when invoking another program,
makes the \fB<>\fR redirection operator default to standard input,