View | Details | Raw Unified | Return to bug 95059
Collapse All | Expand All

(-)wordexp.3 Tue Mar 28 15:37:15 2006 (-1 / +1 lines)
Lines 167-173 Link Here
167
wordexp_t we;
167
wordexp_t we;
168
168
169
wordexp("${EDITOR:-vi} *.c /etc/motd", &we, 0);
169
wordexp("${EDITOR:-vi} *.c /etc/motd", &we, 0);
170
execvp(we->we_wordv[0], we->we_wordv);
170
execvp(we.we_wordv[0], we.we_wordv);
171
.Ed
171
.Ed
172
.Sh DIAGNOSTICS
172
.Sh DIAGNOSTICS
173
Diagnostic messages from the shell are written to the standard error output
173
Diagnostic messages from the shell are written to the standard error output

Return to bug 95059