document the _possible_ printf(1) builtin and mark that it’s not supported

This commit is contained in:
tg 2009-08-30 11:38:44 +00:00
parent 3a288c105f
commit 75a7eb63e1

17
mksh.1
View File

@ -1,4 +1,4 @@
.\" $MirOS: src/bin/mksh/mksh.1,v 1.177 2009/08/28 22:46:20 tg Exp $ .\" $MirOS: src/bin/mksh/mksh.1,v 1.178 2009/08/30 11:38:44 tg Exp $
.\" $OpenBSD: ksh.1,v 1.129 2009/05/28 06:09:06 jmc Exp $ .\" $OpenBSD: ksh.1,v 1.129 2009/05/28 06:09:06 jmc Exp $
.\"- .\"-
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
@ -48,7 +48,7 @@
.el .xD \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 .el .xD \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8
.. ..
.\"- .\"-
.Dd $Mdocdate: August 28 2009 $ .Dd $Mdocdate: August 30 2009 $
.Dt MKSH 1 .Dt MKSH 1
.Os MirBSD .Os MirBSD
.Sh NAME .Sh NAME
@ -2557,8 +2557,9 @@ Additional
regular commands regular commands
.Pp .Pp
.Ic \&[ , bind , echo , let , .Ic \&[ , bind , echo , let ,
.Ic mknod , print , pwd , realpath , .Ic mknod , print , printf , pwd ,
.Ic rename , test , ulimit , whence .Ic realpath , rename , test , ulimit ,
.Ic whence
.Pp .Pp
In the future, the additional In the future, the additional
.Nm .Nm
@ -3274,6 +3275,14 @@ As above, the
.Fl n .Fl n
option suppresses the trailing newline. option suppresses the trailing newline.
.Pp .Pp
.It Ic printf Ar format Op Ar arguments ...
Formatted output.
The same as the utility
.Xr printf 1 .
This is not normally part of
.Nm mksh ,
however, distributors may have added this as builtin as a speed hack.
.Pp
.It Ic pwd Op Fl LP .It Ic pwd Op Fl LP
Print the present working directory. Print the present working directory.
If the If the