svn commit: r296204 - head/usr.sbin/etcupdate
Edward Tomasz Napierala
trasz at FreeBSD.org
Mon Feb 29 17:24:36 UTC 2016
Author: trasz
Date: Mon Feb 29 17:24:34 2016
New Revision: 296204
URL: https://svnweb.freebsd.org/changeset/base/296204
Log:
tzsetup(1) -> tzsetup(8)
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/etcupdate/etcupdate.8
head/usr.sbin/etcupdate/etcupdate.sh
Modified: head/usr.sbin/etcupdate/etcupdate.8
==============================================================================
--- head/usr.sbin/etcupdate/etcupdate.8 Mon Feb 29 17:22:34 2016 (r296203)
+++ head/usr.sbin/etcupdate/etcupdate.8 Mon Feb 29 17:24:34 2016 (r296204)
@@ -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
Modified: head/usr.sbin/etcupdate/etcupdate.sh
==============================================================================
--- head/usr.sbin/etcupdate/etcupdate.sh Mon Feb 29 17:22:34 2016 (r296203)
+++ head/usr.sbin/etcupdate/etcupdate.sh Mon Feb 29 17:24:34 2016 (r296204)
@@ -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
}
More information about the svn-src-all
mailing list