tzsetup(1) -> tzsetup(8)

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2016-02-29 17:24:34 +00:00
parent 0ca11f9ded
commit 3c9ac704ee
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
}