aboutsummaryrefslogtreecommitdiff
path: root/bpkg/host-os-release.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/host-os-release.hxx')
-rw-r--r--bpkg/host-os-release.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/bpkg/host-os-release.hxx b/bpkg/host-os-release.hxx
index c2d6672..3f85cb2 100644
--- a/bpkg/host-os-release.hxx
+++ b/bpkg/host-os-release.hxx
@@ -47,8 +47,10 @@ namespace bpkg
string variant; // VARIANT
};
- // Return the release information for the specified host or nullopt if
- // the specific host is unknown/unsupported.
+ // Return the release information for the specified host or nullopt if the
+ // specific host is unknown/unsupported. Note that "host" here implies that
+ // we may be examining files, environment variables, etc., of the machine we
+ // are running on.
//
optional<os_release>
host_os_release (const target_triplet& host);