diff options
author | Lukas Larsson <[email protected]> | 2014-08-06 15:06:02 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-08-06 15:06:02 +0200 |
commit | e6fbeb4f03e18bbc6d4a62b0195e0c79021c41a6 (patch) | |
tree | 50bfc011e7e1d52cefaf77c529a77f84322364fa /lib/os_mon/doc | |
parent | 62081266545df8f5eda8e2043f33055cfe575126 (diff) | |
download | otp-e6fbeb4f03e18bbc6d4a62b0195e0c79021c41a6.tar.gz otp-e6fbeb4f03e18bbc6d4a62b0195e0c79021c41a6.tar.bz2 otp-e6fbeb4f03e18bbc6d4a62b0195e0c79021c41a6.zip |
os_mon: Ignore posix_only on windows and solaris
Diffstat (limited to 'lib/os_mon/doc')
-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 |