From 2e94ae7e0e6d2a3d56cdde60e05662489dfb8dec Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 07:07:11 +0000 Subject: [PATCH] Fix a markup nit and a misplaced full stop in previous. Noticed by: ru --- usr.bin/printf/printf.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index ea3cc22e2d00..f1a2eebaf222 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -339,5 +339,5 @@ will be truncated at the \e000 character. .Pp Multibyte characters are not recognized in format strings (this is only a problem if -.Dq Li % -can appear inside a multibyte character.) +.Ql % +can appear inside a multibyte character).