fix quoting in t/io/inplace.t
[p5sagit/p5-mst-13.2.git] / pod / perlfaq8.pod
index 272dd51..e99cf42 100644 (file)
@@ -848,7 +848,7 @@ different process from the shell it was started from.  Changes to a
 process are not reflected in its parent, only in its own children
 created after the change.  There is shell magic that may allow you to
 fake it by eval()ing the script's output in your shell; check out the
-comp.unix.questions FAQ for details.
+comp.unix.questions FAQ for details.  
 
 =back