future directions; izabera’s got a point and we’ll need two locales (C and
C.UTF-8), but we’ll need this in MirBSD a̲n̲d̲ audit its scripts first
This commit is contained in:
11
mksh.1
11
mksh.1
@ -1,4 +1,4 @@
|
|||||||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.383 2015/12/12 22:25:14 tg Exp $
|
.\" $MirOS: src/bin/mksh/mksh.1,v 1.384 2015/12/31 20:25:48 tg Exp $
|
||||||
.\" $OpenBSD: ksh.1,v 1.160 2015/07/04 13:27:04 feinerer Exp $
|
.\" $OpenBSD: ksh.1,v 1.160 2015/07/04 13:27:04 feinerer Exp $
|
||||||
.\"-
|
.\"-
|
||||||
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||||
@ -74,7 +74,7 @@
|
|||||||
.\" with -mandoc, it might implement .Mx itself, but we want to
|
.\" with -mandoc, it might implement .Mx itself, but we want to
|
||||||
.\" use our own definition. And .Dd must come *first*, always.
|
.\" use our own definition. And .Dd must come *first*, always.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: December 12 2015 $
|
.Dd $Mdocdate: December 31 2015 $
|
||||||
.\"
|
.\"
|
||||||
.\" Check which macro package we use, and do other -mdoc setup.
|
.\" Check which macro package we use, and do other -mdoc setup.
|
||||||
.\"
|
.\"
|
||||||
@ -4138,6 +4138,12 @@ or
|
|||||||
case-insensitively; for direct builtin calls depending on the
|
case-insensitively; for direct builtin calls depending on the
|
||||||
aforementioned environment variables; or for stdin or scripts,
|
aforementioned environment variables; or for stdin or scripts,
|
||||||
if the input begins with a UTF-8 Byte Order Mark.
|
if the input begins with a UTF-8 Byte Order Mark.
|
||||||
|
.Pp
|
||||||
|
In near future, locale tracking will be implemented, which means that
|
||||||
|
.Ic set Fl +U
|
||||||
|
is changed whenever one of the
|
||||||
|
.Tn POSIX
|
||||||
|
locale-related environment variables changes.
|
||||||
.It Fl u \*(Ba Fl o Ic nounset
|
.It Fl u \*(Ba Fl o Ic nounset
|
||||||
Referencing of an unset parameter, other than
|
Referencing of an unset parameter, other than
|
||||||
.Dq $@
|
.Dq $@
|
||||||
@ -6552,6 +6558,7 @@ case ${KSH_VERSION:\-} in
|
|||||||
esac ;;
|
esac ;;
|
||||||
esac
|
esac
|
||||||
.Ed
|
.Ed
|
||||||
|
In near future, (Unicode) locale tracking will be implemented though.
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
Suspending (using \*(haZ) pipelines like the one below will only suspend
|
Suspending (using \*(haZ) pipelines like the one below will only suspend
|
||||||
the currently running part of the pipeline; in this example,
|
the currently running part of the pipeline; in this example,
|
||||||
|
Reference in New Issue
Block a user