The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=391e8709315d4a0e8f5ba91912e370571ab6841b
commit 391e8709315d4a0e8f5ba91912e370571ab6841b Author: Michael Tuexen <[email protected]> AuthorDate: 2025-12-18 22:49:51 +0000 Commit: Michael Tuexen <[email protected]> CommitDate: 2025-12-18 22:49:51 +0000 printf.9: fix style Follow the style described by style.9. Reported by: markj MFC after: 1 week --- share/man/man9/printf.9 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man9/printf.9 b/share/man/man9/printf.9 index 9f026d1d2004..8006590b3d2a 100644 --- a/share/man/man9/printf.9 +++ b/share/man/man9/printf.9 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 25, 2023 +.Dd December 18, 2025 .Dt PRINTF 9 .Os .Sh NAME @@ -162,7 +162,6 @@ The function void printf_test(void) { - printf("reg=%b\en", 3, "\e10\e2BITTWO\e1BITONE"); printf("out: %4D\en", "AAZZ", ":"); }
