linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch - fixing sample program in unix.7
@ 2024-03-03 19:27 Lili Püspök
  2024-03-04 16:21 ` Alejandro Colomar
  0 siblings, 1 reply; 6+ messages in thread
From: Lili Püspök @ 2024-03-03 19:27 UTC (permalink / raw)
  Cc: linux-man

diff --git a/man7/unix.7 b/man7/unix.7
index cb1dcae45..7fb41af99 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -1057,7 +1057,7 @@ main(int argc, char *argv[])
\&
            if (!strncmp(buffer, "DOWN", sizeof(buffer))) {
                down_flag = 1;
-                break;
+                continue;
            }
\&
            if (!strncmp(buffer, "END", sizeof(buffer))) {

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

end of thread, other threads:[~2024-03-16  0:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 19:27 patch - fixing sample program in unix.7 Lili Püspök
2024-03-04 16:21 ` Alejandro Colomar
2024-03-04 16:41   ` Lili Püspök
2024-03-06 12:19     ` Alejandro Colomar
2024-03-06 20:02       ` Lili Püspök
2024-03-16  0:12         ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).