All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] strtok.3: fix \t literal instead of \et in example
@ 2022-01-23  0:19 наб
  0 siblings, 0 replies; only message in thread
From: наб @ 2022-01-23  0:19 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

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

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

diff --git a/man3/strtok.3 b/man3/strtok.3
index aec914094..84a25effa 100644
--- a/man3/strtok.3
+++ b/man3/strtok.3
@@ -272,7 +272,7 @@ main(int argc, char *argv[])
             subtoken = strtok_r(str2, argv[3], &saveptr2);
             if (subtoken == NULL)
                 break;
-            printf("\t \-\-> %s\en", subtoken);
+            printf("\et \-\-> %s\en", subtoken);
         }
     }
 
-- 
2.30.2


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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-23  0:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23  0:19 [PATCH] strtok.3: fix \t literal instead of \et in example наб

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.