[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / System / Cmd.hs
index 7f7ca20..6a47db0 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  System.Cmd
 -- Copyright   :  (c) The University of Glasgow 2001
 -- License     :  BSD-style (see the file libraries/core/LICENSE)
@@ -8,7 +8,7 @@
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- $Id: Cmd.hs,v 1.2 2002/04/24 16:09:12 simonmar Exp $
+-- $Id: Cmd.hs,v 1.3 2002/04/24 16:31:45 simonmar Exp $
 --
 -- Executing a command.
 --