diff --git a/ghc/docs/users_guide/using.sgml b/ghc/docs/users_guide/using.sgml index 56671be1dd5f9842e9271347b5e71791670a11da..80e60403168c16c8f6b913c3b2aa004fd580a088 100644 --- a/ghc/docs/users_guide/using.sgml +++ b/ghc/docs/users_guide/using.sgml @@ -2675,9 +2675,10 @@ libraries automatically; these are: </Para> <Para> -If you are using a Haskell “system library” (e.g., the POSIX -library), just use the <Option>-package posix</Option> option, and the correct code -should be linked in. +If you are using a Haskell “package” (e.g., the POSIX +library), just use the <Option>-package posix</Option> option, and the +correct code should be linked in. See <xref linkend="packages"> for +more details. </Para> </ListItem> </VarListEntry>