diff options
Diffstat (limited to 'bin/ksh/ksh.1tbl')
-rw-r--r-- | bin/ksh/ksh.1tbl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 0ac79dcb334..2ba31ac7c69 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.57 2003/09/02 18:09:43 jmc Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.58 2003/09/04 14:21:43 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1245,7 +1245,7 @@ command below for list of options). .It Ev \&? The exit status of the last non-asynchronous command executed. If the last command was killed by a signal, -.Ic \&$\&? +.Ic \&$?\& is set to 128 plus the signal number. .It Ev 0 The name the shell was invoked with (i.e., @@ -2421,7 +2421,7 @@ command substitutions performed in generating the .Ic set command. For example, -.Ic set \&-\&- `false`; echo $? +.Ic set \&-\&- `false`; echo $?\& prints 0 in .Tn POSIX mode, 1 in @@ -2843,7 +2843,7 @@ The shell exits with the specified exit status. If .Ar status is not specified, the exit status is the current value of the -.Ic \&? +.Ic ?\& parameter. .It Xo Ic export Op Fl p .Op Ar parameter Ns Op \&= Ns Ar value |