Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Feb 2016 17:24:35 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296204 - head/usr.sbin/etcupdate
Message-ID:  <201602291724.u1THOZIH028017@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602291724.u1THOZIH028017>