aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf/printf.1
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2010-11-19 12:56:13 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2010-11-19 12:56:13 +0000
commit9897c45f31fe59265a9bd531cac4e6eb8effc04d (patch)
treebf15bc2b264e5ca2469d76c04865a14c1e99127c /usr.bin/printf/printf.1
parentb00f982843cfb34663640b038f0cb3430e5851e0 (diff)
Notes
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r--usr.bin/printf/printf.111
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 6caea65c6df2..6008b68b4cbd 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -35,7 +35,7 @@
.\" @(#)printf.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd September 5, 2010
+.Dd November 19, 2010
.Dt PRINTF 1
.Os
.Sh NAME
@@ -306,6 +306,13 @@ 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 EXIT STATUS
.Ex -std
.Sh COMPATIBILITY
@@ -316,7 +323,9 @@ with a digit to the
.Tn ASCII
code of the first character is not supported.
.Sh SEE ALSO
+.Xr builtin 1 ,
.Xr echo 1 ,
+.Xr sh 1 ,
.Xr printf 3
.Sh STANDARDS
The