Date: Mon, 25 Apr 2011 14:36:38 +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: <201104251436.p3PEaoGa046453@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2011-04-25 14:36:38 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
usr.bin/printf printf.1
Log:
SVN rev 221017 on 2011-04-25 14:36:38Z by jilles
MFC r212244: 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.34.22.2 +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?201104251436.p3PEaoGa046453>
