https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196844

--- Comment #17 from PauAmma <[email protected]> ---
Comment on attachment 233152
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233152
Fix EXAMPLE in kqueue.2

>-          printf("Something was written in '%s'\en", argv[1]);
>-      }
>+          if (tevent.flags & EV_ERROR)
>+              errx(EXIT_FAILURE, "Event error: %s", strerror(event.data));
>+          else
>+              printf("Something was written in '%s'\n", argv[1]);

\en, since this is a manual page, not a C source file.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to