summaryrefslogtreecommitdiffstats
path: root/man3/wordexp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wordexp.3')
-rw-r--r--man3/wordexp.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wordexp.3 b/man3/wordexp.3
index 1a1f284bb..2a9e0fa93 100644
--- a/man3/wordexp.3
+++ b/man3/wordexp.3
@@ -222,13 +222,13 @@ is approximately that of "ls [a-c]*.c".
#include <stdio.h>
#include <stdlib.h>
#include <wordexp.h>
-
+\&
int
main(void)
{
wordexp_t p;
char **w;
-
+\&
wordexp("[a\-c]*.c", &p, 0);
w = p.we_wordv;
for (size_t i = 0; i < p.we_wordc; i++)