kqueue: tidy up indentation in man page example

Fixes: e07b0c12ba ("[patch][doc] Fix EXAMPLE in kqueue(2)")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2023-03-31 14:45:04 -04:00
parent 4358928e23
commit d860991a72

View File

@ -771,8 +771,7 @@ main(int argc, char **argv)
errx(EXIT_FAILURE, "Event error: %s", strerror(event.data));
else
printf("Something was written in '%s'\en", argv[1]);
}
}
}
}
.Ed