From: Seonghun Lim <wariua-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [patch] aio.7: wsfix
Date: Wed, 8 Nov 2017 16:04:37 +0900 [thread overview]
Message-ID: <61343fc2-d0b5-3786-e8ca-04420a5beebf@gmail.com> (raw)
man7/aio.7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man7/aio.7 b/man7/aio.7
index 248c98ec3..df26117e3 100644
--- a/man7/aio.7
+++ b/man7/aio.7
@@ -389,7 +389,7 @@ main(int argc, char *argv[])
if (s == AIO_CANCELED)
printf("I/O canceled\\n");
else if (s == AIO_NOTCANCELED)
- printf("I/O not canceled\\n");
+ printf("I/O not canceled\\n");
else if (s == AIO_ALLDONE)
printf("I/O all done\\n");
else
--
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
reply other threads:[~2017-11-08 7:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=61343fc2-d0b5-3786-e8ca-04420a5beebf@gmail.com \
--to=wariua-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).