diff options
author | simonmar <unknown> | 2002-05-09 13:15:08 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-05-09 13:15:08 +0000 |
commit | 961034a81ca8f89f4f8298334e2fa40a338fa0b7 (patch) | |
tree | 26f756c67e79660b5e03fee660d698f2e1bfa47b /libraries/base/System/Console | |
parent | 6c9f6144f2212ae5706cbbd08f411c21e2b2c075 (diff) | |
download | haskell-961034a81ca8f89f4f8298334e2fa40a338fa0b7.tar.gz |
[project @ 2002-05-09 13:15:07 by simonmar]
Various tweaks needed to get the source processed cleanly with Haddock.
Diffstat (limited to 'libraries/base/System/Console')
-rw-r--r-- | libraries/base/System/Console/GetOpt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/System/Console/GetOpt.hs b/libraries/base/System/Console/GetOpt.hs index ca322861af..72ffea2c58 100644 --- a/libraries/base/System/Console/GetOpt.hs +++ b/libraries/base/System/Console/GetOpt.hs @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : portable -- --- A Haskell port of GNU's getopt library +-- A Haskell port of the GNU getopt library -- ----------------------------------------------------------------------------- |