http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1316
guy@xxxxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|Documentation |Wireshark
Resolution| |FIXED
------- Comment #1 from guy@xxxxxxxxxxxx 2007-01-21 18:42 GMT -------
A bug in the documentation is a case where the documentation says something
that's untrue or incomplete; this doesn't appear to be such a case. It's
actually a bug in a component used in the build process, but we don't have a
component for that.
I'm not sure whether all versions of sed can handle escapes such as \r and \n.
Fortunately, if the goal is to remove carriage returns, "tr -d '\015' <infile
>outfile" is sufficient and should be sufficiently portable at least to UN*X
systems (although if it's not available with Cygwin, that would render it
uninteresting, as it's necessary only on Windows).
The permissions bug is fixed in SVN revision 19178.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.