summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton2015-11-25 19:59:19 -0700
committerJoey Hess2015-11-26 07:09:47 -0400
commita60b5da1736cb9d8e5921219c0d4eddaa0c88861 (patch)
tree0f3bc5a9eff0231bf87e1c71a5ada9468adfb983 /src
parent38049b96f6e9d21e49ec159ee4998191a5b247cf (diff)
shorten reference to locale manpage
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit ad7c9338306094f2d8187107417dd9331cb8f8a0)
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"]
--