diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-05-28 11:37:47 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-05-28 11:37:47 +0000 |
| commit | 98102dabd3d1f00bb970634a5722be0f7e93078d (patch) | |
| tree | 97044025b3bbee11165340fbea5bcf368dd81b10 /usr.bin/printf/printf.1 | |
| parent | 802e09ac9ee9473983514693e46d8f22012e7f1d (diff) | |
Notes
Diffstat (limited to 'usr.bin/printf/printf.1')
| -rw-r--r-- | usr.bin/printf/printf.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 56c685507f74..2afb9d393e6e 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -31,7 +31,7 @@ .\" @(#)printf.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd April 25, 2011 +.Dd May 28, 2011 .Dt PRINTF 1 .Os .Sh NAME @@ -68,8 +68,7 @@ otherwise it is evaluated as a C constant, with the following extensions: A leading plus or minus sign is allowed. .It If the leading character is a single or double quote, the value is the -.Tn ASCII -code of the next character. +character code of the next character. .El .Pp The format string is reused as often as necessary to satisfy the |
