Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2025 23:00:26 +0000
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 391e8709315d - main - printf.9: fix style
Message-ID:  <6944878a.89cd.18607704@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=391e8709315d4a0e8f5ba91912e370571ab6841b

commit 391e8709315d4a0e8f5ba91912e370571ab6841b
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2025-12-18 22:49:51 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
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", ":");
 }


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6944878a.89cd.18607704>