From 96265e088e72e2c9130f86ad9be7b15621646f37 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 20 Nov 2001 18:33:59 +0000 Subject: 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. --- usr.bin/printf/printf.1 | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.1