diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-03 01:28:21 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-03 01:28:21 +0000 |
| commit | 4f45d8117866dd399fe769d07dbc8e211bb9021c (patch) | |
| tree | beeadd4f550dea10bbd361a3aba45a0e3000a80e /usr.bin/printf/printf.1 | |
| parent | abdb4e5d015a3617a20e0f029acec3c0c67179fc (diff) | |
Notes
Diffstat (limited to 'usr.bin/printf/printf.1')
| -rw-r--r-- | usr.bin/printf/printf.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 86b08b382e83..ea3cc22e2d00 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 June 6, 1993 +.Dd July 3, 2004 .Dt PRINTF 1 .Os .Sh NAME @@ -336,3 +336,8 @@ When present in the the .Ar format will be truncated at the \e000 character. +.Pp +Multibyte characters are not recognized in format strings (this is only +a problem if +.Dq Li % +can appear inside a multibyte character.) |
