From bbe10559e6d9b06c23cb7fafc02b41cf04077f3a Mon Sep 17 00:00:00 2001 From: FRIGN Date: Sat, 20 Feb 2016 21:46:52 +0100 Subject: [PATCH] Remove the octal note in printf.1 --- printf.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/printf.1 b/printf.1 index fab7498..8940271 100644 --- 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.