--- a/src/eric7/Documentation/Source/eric7.SystemUtilities.OSUtilities.html Fri Nov 24 12:11:49 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.SystemUtilities.OSUtilities.html Fri Nov 24 14:59:26 2023 +0100 @@ -46,6 +46,10 @@ <td>Module function to check, if the environment contains an entry.</td> </tr> <tr> +<td><a href="#isFreeBsdPlatform">isFreeBsdPlatform</a></td> +<td>Function to check, if this is a BSD (FreeBSD) platform.</td> +</tr> +<tr> <td><a href="#isLinuxPlatform">isLinuxPlatform</a></td> <td>Function to check, if this is a Linux platform.</td> </tr> @@ -178,6 +182,28 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="isFreeBsdPlatform" ID="isFreeBsdPlatform"></a> +<h2>isFreeBsdPlatform</h2> +<b>isFreeBsdPlatform</b>(<i></i>) + +<p> + Function to check, if this is a BSD (FreeBSD) platform. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating BSD platform +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="isLinuxPlatform" ID="isLinuxPlatform"></a> <h2>isLinuxPlatform</h2> <b>isLinuxPlatform</b>(<i></i>)