From 4fd80135e8e4b14a2ccf06ed5ff10454d0dd6bce Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu, 28 Aug 2025 08:20:16 -0700
Subject: [PROPOSED 1/2] Fix .Ql in newstrftime man page

* newstrftime.3: Fix a stray unportable .Ql that should be .q.
(Problem reported by G. Branden Robinson.)
---
 newstrftime.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newstrftime.3 b/newstrftime.3
index e9a38224..182f44f7 100644
--- a/newstrftime.3
+++ b/newstrftime.3
@@ -74,7 +74,7 @@ string consists of zero or more conversion specifications and
 ordinary characters.
 All ordinary characters are copied directly into the array.
 A conversion specification consists of a percent sign
-.Ql %
+.q %
 and one other character.
 .PP
 No more than
-- 
2.48.1

