Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
shtk_version_is — Checks if shtk is a specific version
shtk_version_is
shtk_import version
The shtk_version_is function checks if the version of the in-use shtk is exactly version.
shtk
shtk_version_is returns 0 (true) if the in-use shtk is version version; 1 (false) otherwise.
if shtk_version_is 1.8; then # Test for a known bug, for example, and work it around. fi
shtk(3), shtk_version(3)
shtk_version_is first appeared in shtk 1.5.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.