aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 02:33:45 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 02:33:45 +0100
commitd9b4881f64d63fb9298e302ee32668d77a38b76b (patch)
tree98c8ed797607c767e2193507a83cb00eaf276138
parent852d92f7ae5e533bfc2de49aab151f540fdfa937 (diff)
downloadman-pages-d9b4881f64d63fb9298e302ee32668d77a38b76b.tar.gz
fmemopen.3: Fix "Usage" message
Reported-by: Rasmus Villemoes <Rasmus.Villemoes@decode.is> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/fmemopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index 47f38c8587..c14587098d 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -357,7 +357,7 @@ main(int argc, char *argv[])
char *ptr;
if (argc != 2) {
- fprintf(stderr, "Usage: %s <file>\\n", argv[0]);
+ fprintf(stderr, "Usage: %s \(aq<num>...\(aq\\n", argv[0]);
exit(EXIT_FAILURE);
}