summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-11-20 18:33:59 +0000
committerknu <knu@FreeBSD.org>2001-11-20 18:33:59 +0000
commit96265e088e72e2c9130f86ad9be7b15621646f37 (patch)
treeb83cecadf322bae33172651b235b29086676fa5f /usr.bin/printf
parentd6a5097acfb786f3b9c7928ff97121c937d194df (diff)
downloadFreeBSD-src-96265e088e72e2c9130f86ad9be7b15621646f37.zip
FreeBSD-src-96265e088e72e2c9130f86ad9be7b15621646f37.tar.gz
Remove the printf builtin command from sh(1), which command is not
used so often that it's worth keeping it as a builtin. Now that all the printf invocations from within the system startup scripts, we can safely remove it. Urged by: sheldonh :) No MFC is planned so far because it may break compatibility and violate POLA.
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/printf.110
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 0e44abc..12dcb36 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -257,20 +257,10 @@ character is defined in the program's locale (category
In no case does a non-existent or small field width cause truncation of
a field; padding takes place only if the specified field width exceeds
the actual width.
-.Pp
-Some shells may provide a builtin
-.Nm
-command which is similar or identical to this utility.
-Consult the
-.Xr builtin 1
-manual page.
.Sh RETURN VALUES
.Nm Printf
exits 0 on success, 1 on failure.
.Sh SEE ALSO
-.Xr builtin 1 ,
-.Xr csh 1 ,
-.Xr sh 1 ,
.Xr printf 3
.Sh HISTORY
The
OpenPOWER on IntegriCloud