summaryrefslogtreecommitdiff
path: root/lib/os_mon/doc/src/disksup.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2023-05-15 12:36:07 +0200
committerErlang/OTP <otp@erlang.org>2023-05-15 12:36:07 +0200
commit2f361f653d649d002a26d1d2a5c8c3efd1303832 (patch)
treea1ed8c18d01f94f53ed73d7f12a7de8aaa71aac6 /lib/os_mon/doc/src/disksup.xml
parent47dc52e1189de34f148ca389a7810800a1d9240c (diff)
downloaderlang-2f361f653d649d002a26d1d2a5c8c3efd1303832.tar.gz
Prepare release
Diffstat (limited to 'lib/os_mon/doc/src/disksup.xml')
-rw-r--r--lib/os_mon/doc/src/disksup.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/os_mon/doc/src/disksup.xml b/lib/os_mon/doc/src/disksup.xml
index 4dd81e6099..97872c9f3b 100644
--- a/lib/os_mon/doc/src/disksup.xml
+++ b/lib/os_mon/doc/src/disksup.xml
@@ -139,7 +139,7 @@
</desc>
</func>
<func>
- <name since="OTP @OTP-18303@">get_disk_info() -> [DiskData]</name>
+ <name since="OTP 26.0">get_disk_info() -> [DiskData]</name>
<fsummary>Immediately get information for the disks in the system</fsummary>
<type>
<v>DiskData = {Id, TotalKiB, AvailableKiB, Capacity}</v>
@@ -159,7 +159,7 @@
</desc>
</func>
<func>
- <name since="OTP @OTP-18303@">get_disk_info(Path) -> DiskData</name>
+ <name since="OTP 26.0">get_disk_info(Path) -> DiskData</name>
<fsummary>Immediately get information for a single path</fsummary>
<type>
<v>DiskData = [{Id, TotalKiB, AvailableKiB, Capacity}]</v>