aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-07-02 08:59:37 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-07-02 08:59:37 +0200
commit6145428f6823a6d3ab4ab75af39acf1baa8b11b3 (patch)
treec1d3972216a6cb81607325f36eb0067ac8f51b84 /tools
parent8c55c581273eb46474ca8257df7c409daa0f2753 (diff)
downloadsbotools-6145428f6823a6d3ab4ab75af39acf1baa8b11b3.tar.xz
tools/update_man_pages: Change ddate invocation to display holiday names as well
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_man_pages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update_man_pages.sh b/tools/update_man_pages.sh
index b82ee8a..f59d611 100755
--- a/tools/update_man_pages.sh
+++ b/tools/update_man_pages.sh
@@ -76,7 +76,7 @@ update_date() {
old_date=$(head -1 man1/sbocheck.1 | cut -d' ' -f4- | rev \
| cut -d' ' -f4- | rev | sed 's/"//g')
- new_date=$(ddate +"%{%A, %B %d%}, %Y YOLD")
+ new_date=$(ddate +"%{%A, %B %d%}, %Y YOLD%N - %H")
for i in man1/*; do
sed_file $i "s/$old_date/$new_date/g"