summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2017-01-05 12:54:25 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2017-01-05 12:54:25 +0100
commitedd27377426bce3d14a9cbca195d6e23016a2864 (patch)
tree8f148b1d8f28efc23f67807127150ac10bce79e8
parentf27d7776ca8fb29c5a523c859d64f3c570ce8985 (diff)
downloadfork-ledger-edd27377426bce3d14a9cbca195d6e23016a2864.tar.gz
fork-ledger-edd27377426bce3d14a9cbca195d6e23016a2864.tar.bz2
fork-ledger-edd27377426bce3d14a9cbca195d6e23016a2864.zip
[doc] Use two ascii hyphen instead of one utf-8 en dash
[ci skip]
-rw-r--r--doc/ledger3.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 7f389e21..a9bb3610 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -111,7 +111,7 @@
@copying
-Copyright @copyright{} 2003–2016, John Wiegley. All rights reserved.
+Copyright @copyright{} 2003--2016, John Wiegley. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -8966,7 +8966,7 @@ day of the month (dd), zero padded up to 10.
day of the month (dd), no leading zero up to 10.
@item %j
-day of year, zero padded 000–366.
+day of year, zero padded 000--366.
@item %u
day of week starting with Monday (1), i.e. @code{mtwtfss} 3.
@@ -9017,16 +9017,16 @@ Additional date format parameters which can be used:
@table @code
@item %U
-week number Sunday as first day of week, ranging 01–53.
+week number Sunday as first day of week, ranging 01--53.
@item %W
-week number Monday as first day of week, ranging 01–53.
+week number Monday as first day of week, ranging 01--53.
@item %V
-week of the year, ranging 01–53.
+week of the year, ranging 01--53.
@item %C
-century, ranging 00–99.
+century, ranging 00--99.
@item %D
yields @code{%m/%d/%y} as in @samp{02/10/10}.