Remove the octal note in printf.1
diff --git a/printf.1 b/printf.1
index fab7498..8940271 100644
--- a/printf.1
+++ b/printf.1
@@ -29,5 +29,4 @@
 .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.