History log of /freebsd-9.3-release/lib/libc/gen/wordexp.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 157852 18-Apr-2006 ceri

Correct usage example.

PR: docs/95059
Submitted by: Jos Backus
MFC after: 4 days


# 132798 28-Jul-2004 tjr

Document incorrect handling of multibyte characters due to limitations
of sh(1).


# 131331 30-Jun-2004 tjr

Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.

Noticed by: Stoned Elipot


# 119893 08-Sep-2003 ru

mdoc(7): Use the new feature of the .In macro.


# 115631 01-Jun-2003 ru

Assorted mdoc(7) fixes.


# 112190 13-Mar-2003 tjr

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.


# 108597 03-Jan-2003 tjr

It is no longer necessary to include sys/types.h before wordexp.h.


# 108310 27-Dec-2002 tjr

Fix a small typo.


# 108288 26-Dec-2002 tjr

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