Date: Sun, 5 Sep 2010 21:44:50 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/printf printf.1 Message-ID: <201009052145.o85Lj8bb052500@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-09-05 21:44:50 UTC FreeBSD src repository Modified files: usr.bin/printf printf.1 Log: SVN rev 212244 on 2010-09-05 21:44:50Z by jilles printf(1): Clarify that \OOO produces a byte, different %b escape sequences. Octal escape sequences are expanded to bytes, not characters, and multiple are required for a multibyte character. The valid escape sequences in %b strings are slightly different from the escape sequences in the format string. Revision Changes Path 1.35 +10 -4 src/usr.bin/printf/printf.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009052145.o85Lj8bb052500>