sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit bbe10559e6d9b06c23cb7fafc02b41cf04077f3a
parent 41a600e1b8856a6710524f56470b592700d1899f
Author: FRIGN <dev@frign.de>
Date:   Sat, 20 Feb 2016 21:46:52 +0100

Remove the octal note in printf.1

Diffstat:
Mprintf.1 | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/printf.1 b/printf.1 @@ -29,5 +29,4 @@ The .Nm utility is compliant with the .St -p1003.1-2013 -specification except from the octal-escape format in %b format strings, which has been changed -from \e0[ooo] to \eo[oo] for consistency reasons. +specification.