Jilles Tjoelker
89cead337a
wordexp(): Improve some error codes.
...
Distinguish between WRDE_BADVAL and WRDE_SYNTAX based on when the error
occurred (parsing or execution), not based on whether WRDE_UNDEF was passed.
Also, return WRDE_NOSPACE for a few more unexpected results from sh.
2015-08-19 20:31:03 +00:00
Jilles Tjoelker
2e8a071293
wordexp(3): Update man page for no longer using the wordexp builtin.
2015-08-18 20:13:36 +00:00
Baptiste Daroussin
d7852cbcf2
Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGS
...
section in wordexp(3) manual page
Discussed with: jilles
2015-07-11 13:07:50 +00:00
Ceri Davies
c499f23b6e
Correct usage example.
...
PR: docs/95059
Submitted by: Jos Backus
MFC after: 4 days
2006-04-18 21:37:24 +00:00
Tim J. Robbins
f825dd29c2
Document incorrect handling of multibyte characters due to limitations
...
of sh(1).
2004-07-28 15:43:33 +00:00
Tim J. Robbins
b7114d4a9c
Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.
...
Noticed by: Stoned Elipot
2004-06-30 13:55:08 +00:00
Ruslan Ermilov
fe08efe680
mdoc(7): Use the new feature of the .In macro.
2003-09-08 19:57:22 +00:00
Ruslan Ermilov
0e35e492fc
Assorted mdoc(7) fixes.
2003-06-01 19:19:59 +00:00
Tim J. Robbins
be074a2dd8
Document return type of wordfree() (void). Reduce the space between
...
struct member names and the corresponding comments so the lines don't
wrap on 80-column terminals.
2003-03-13 11:18:53 +00:00
Tim J. Robbins
7d3125b3ac
It is no longer necessary to include sys/types.h before wordexp.h.
2003-01-03 12:04:36 +00:00
Tim J. Robbins
cd203b8ead
Fix a small typo.
2002-12-27 08:28:53 +00:00
Tim J. Robbins
faea1495bf
Add an implementation of the POSIX wordexp() and wordfree() functions,
...
which perform shell-style word expansion on strings. This is still a
little rough around the edges.
PR: 13420
2002-12-26 14:34:18 +00:00