All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] man: printf: all Ar arguments are processed identically
@ 2022-08-14  0:19 наб
  2022-08-14  0:20 ` [PATCH 2/2] man: printf: in 'X, X is a byte under dash наб
  2022-08-14  1:11 ` [PATCH 1/2] man: printf: all Ar arguments are processed identically Harald van Dijk
  0 siblings, 2 replies; 5+ messages in thread
From: наб @ 2022-08-14  0:19 UTC (permalink / raw)
  To: dash

[-- Attachment #1: Type: text/plain, Size: 656 bytes --]

The current wording says that given
  printf a b c d
a is the format, c and d are processed as noted,
but b is unspecified

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 src/dash.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dash.1 b/src/dash.1
index ff02237..bd5c311 100644
--- a/src/dash.1
+++ b/src/dash.1
@@ -1544,7 +1544,7 @@ each of which causes printing of the next successive
 .Pp
 The
 .Ar arguments
-after the first are treated as strings if the corresponding format is
+are treated as strings if the corresponding format is
 either
 .Cm b ,
 .Cm c
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-14 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-14  0:19 [PATCH 1/2] man: printf: all Ar arguments are processed identically наб
2022-08-14  0:20 ` [PATCH 2/2] man: printf: in 'X, X is a byte under dash наб
2022-08-14  1:11 ` [PATCH 1/2] man: printf: all Ar arguments are processed identically Harald van Dijk
2022-08-14 14:19   ` [PATCH v2 1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments наб
2022-08-14 14:19   ` [PATCH v2 2/2] man: printf: in 'X, X is a byte under dash наб

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.