diff options
author | Lukas Larsson <[email protected]> | 2014-08-06 15:07:23 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-08-06 15:07:23 +0200 |
commit | bf4d615f04002aebca4e340f9fa0aaf3888e84e2 (patch) | |
tree | 7c402e1810ed576cf305ff3f244a0aa88565d8e1 /lib/os_mon/doc/src/disksup.xml | |
parent | f3220cea004a277b477b0f53cc35ab8122a53792 (diff) | |
parent | 85635f0d0e47ca4db56a88681c15f73f1727298a (diff) | |
download | otp-bf4d615f04002aebca4e340f9fa0aaf3888e84e2.tar.gz otp-bf4d615f04002aebca4e340f9fa0aaf3888e84e2.tar.bz2 otp-bf4d615f04002aebca4e340f9fa0aaf3888e84e2.zip |
Merge branch 'lukas/os_mon/testfixes/OTP-12053' into maint
* lukas/os_mon/testfixes/OTP-12053:
os_mon: Fix so that all testcases are run
os_mon: Ignore posix_only on windows and solaris
Diffstat (limited to 'lib/os_mon/doc/src/disksup.xml')
-rw-r--r-- | lib/os_mon/doc/src/disksup.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/os_mon/doc/src/disksup.xml b/lib/os_mon/doc/src/disksup.xml index c8566d0126..0e76178edb 100644 --- a/lib/os_mon/doc/src/disksup.xml +++ b/lib/os_mon/doc/src/disksup.xml @@ -81,7 +81,8 @@ necessary on embedded systems with stripped-down versions of Unix tools like <c>df</c>. The returned disk data and alarms can be different when using this option.</p> - <p>The parameter is ignored on Windows.</p> + <p>The parameter is ignored on platforms that are known to not be + posix compatible (Windows and SunOS).</p> </item> </taglist> <p>See <seealso marker="kernel:config">config(4)</seealso> for |