FreeBSD Bugzilla – Attachment 63800 Details for
Bug 95059
[patch] Incorrect example in wordexp(3) manpage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 352 bytes, created by
Jos Backus
on 2006-03-29 01:10:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jos Backus
Created:
2006-03-29 01:10:13 UTC
Size:
352 bytes
patch
obsolete
>--- wordexp.3.orig Tue Mar 28 15:36:44 2006 >+++ wordexp.3 Tue Mar 28 15:37:15 2006 >@@ -167,7 +167,7 @@ > wordexp_t we; > > wordexp("${EDITOR:-vi} *.c /etc/motd", &we, 0); >-execvp(we->we_wordv[0], we->we_wordv); >+execvp(we.we_wordv[0], we.we_wordv); > .Ed > .Sh DIAGNOSTICS > Diagnostic messages from the shell are written to the standard error output
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 95059
: 63800