diff --git a/winsup/cygwin/ansi.sgml b/winsup/cygwin/ansi.sgml index d6a41ab31..4bce1d360 100644 --- a/winsup/cygwin/ansi.sgml +++ b/winsup/cygwin/ansi.sgml @@ -56,4 +56,4 @@ localeconv, setlocale, va_arg, va_end, va_start - \ No newline at end of file + diff --git a/winsup/cygwin/how-vfork-works.txt b/winsup/cygwin/how-vfork-works.txt index 7148366db..f249dab61 100644 --- a/winsup/cygwin/how-vfork-works.txt +++ b/winsup/cygwin/how-vfork-works.txt @@ -28,8 +28,8 @@ the result of a vfork and closes the extra file handles. This all relies on the fact that the child in a vfork call can affect just about everything in the parent except for the parent's fds. -The assumption is that a vfork is always just used as a method for -starting a program. +The assumption is that a vfork is always just used as a method for +starting a program. The assumption is also that all of this is much faster than the slow method that cygwin uses to implement fork().