summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/Locale.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Locale.hs b/src/Propellor/Property/Locale.hs
index 420dafb4..c1040780 100644
--- a/src/Propellor/Property/Locale.hs
+++ b/src/Propellor/Property/Locale.hs
@@ -12,8 +12,8 @@ type LocaleVariable = String
-- | Select a locale for a list of global locale variables.
--
--- A locale variable is of the form @LC_BLAH@, @LANG@ or @LANGUAGE@. See @man 5
--- locale@. One might say
+-- A locale variable is of the form @LC_BLAH@, @LANG@ or @LANGUAGE@. See
+-- @locale(5)@. One might say
--
-- > & "en_GB.UTF-8" `Locale.selectedFor` ["LC_PAPER", "LC_MONETARY"]
--