aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-12-05 02:30:20 +0000
committerChristopher Faylor <me@cgf.cx>2004-12-05 02:30:20 +0000
commit3a72ce9d1248eb6e49647a4c431404ad2195385c (patch)
treeae2507b4f5674eac23767c5d9a707dd17296dc41 /winsup/cygwin
parent8b6d072355d7858f044a3b077c09d35b00546934 (diff)
downloadnewlib-3a72ce9d1248eb6e49647a4c431404ad2195385c.zip
newlib-3a72ce9d1248eb6e49647a4c431404ad2195385c.tar.gz
newlib-3a72ce9d1248eb6e49647a4c431404ad2195385c.tar.bz2
minor cleanup
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ansi.sgml2
-rw-r--r--winsup/cygwin/how-vfork-works.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/ansi.sgml b/winsup/cygwin/ansi.sgml
index d6a41ab..4bce1d3 100644
--- a/winsup/cygwin/ansi.sgml
+++ b/winsup/cygwin/ansi.sgml
@@ -56,4 +56,4 @@ localeconv, setlocale, va_arg, va_end, va_start
</para></sect2>
-</sect1> \ No newline at end of file
+</sect1>
diff --git a/winsup/cygwin/how-vfork-works.txt b/winsup/cygwin/how-vfork-works.txt
index 7148366..f249dab 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().