diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2025-12-18 22:49:51 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2025-12-18 22:49:51 +0000 |
| commit | 391e8709315d4a0e8f5ba91912e370571ab6841b (patch) | |
| tree | 453e2a11b6377a6cd25c373267dad2c511c9f293 | |
| parent | ca2413d216197fd55f9363d6f65c641ff1aa3ec5 (diff) | |
printf.9: fix style
Follow the style described by style.9.
Reported by: markj
MFC after: 1 week
| -rw-r--r-- | share/man/man9/printf.9 | 3 |
1 files changed, 1 insertions, 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", ":"); } |
