printf.9: fix style

Follow the style described by style.9.

Reported by:	markj
MFC after:	1 week
This commit is contained in:
Michael Tuexen
2025-12-18 23:49:51 +01:00
parent ca2413d216
commit 391e870931
+1 -2
View File
@@ -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", ":");
}