aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/etcupdate
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2016-02-29 17:24:34 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2016-02-29 17:24:34 +0000
commit3c9ac704ee44b8026dc3eb2d30bad410f066bd51 (patch)
tree5500a652ecb7a592eb9d410641cceab80283717b /usr.sbin/etcupdate
parent0ca11f9dedcdc45bcd8cccae6c751fa3b9cd3d8a (diff)
Notes
Diffstat (limited to 'usr.sbin/etcupdate')
-rw-r--r--usr.sbin/etcupdate/etcupdate.84
-rwxr-xr-xusr.sbin/etcupdate/etcupdate.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/etcupdate/etcupdate.8 b/usr.sbin/etcupdate/etcupdate.8
index 381d4ab696f57..f3b3e847997a5 100644
--- a/usr.sbin/etcupdate/etcupdate.8
+++ b/usr.sbin/etcupdate/etcupdate.8
@@ -757,7 +757,7 @@ has been removed from the
tree,
but it has been locally modified.
The modified version of the file remains in the destination directory.
-.It "Needs update: /etc/localtime (required manual update via tzsetup(1))"
+.It "Needs update: /etc/localtime (required manual update via tzsetup(8))"
The
.Fa /var/db/zoneinfo
file does not exist,
@@ -768,7 +768,7 @@ was not able to refresh
from its source file in
.Fa /usr/share/zoneinfo .
Running
-.Xr tzsetup 1
+.Xr tzsetup 8
will both refresh
.Fa /etc/localtime
and generate
diff --git a/usr.sbin/etcupdate/etcupdate.sh b/usr.sbin/etcupdate/etcupdate.sh
index 6be57b6be6308..1b6f0a10e5f10 100755
--- a/usr.sbin/etcupdate/etcupdate.sh
+++ b/usr.sbin/etcupdate/etcupdate.sh
@@ -515,7 +515,7 @@ post_update()
fi
else
warn "Needs update: /etc/localtime (required" \
- "manual update via tzsetup(1))"
+ "manual update via tzsetup(8))"
fi
fi
}