diff options
author | Lukas Larsson <[email protected]> | 2014-08-06 15:07:31 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-08-06 15:07:31 +0200 |
commit | 0372471fe3412642260cde9a5b869f178ea0ec34 (patch) | |
tree | 5559096f300dd4ca2ded5eebdeb6f550bfdc3b13 /lib/os_mon/doc/src/disksup.xml | |
parent | dcf09f26e33189f3a1ce8d5924d005a2cb7c42df (diff) | |
parent | bf4d615f04002aebca4e340f9fa0aaf3888e84e2 (diff) | |
download | otp-0372471fe3412642260cde9a5b869f178ea0ec34.tar.gz otp-0372471fe3412642260cde9a5b869f178ea0ec34.tar.bz2 otp-0372471fe3412642260cde9a5b869f178ea0ec34.zip |
Merge branch 'maint'
* maint:
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 |