From 770f6ceea993049c8f572035cac55795c66e2e75 Mon Sep 17 00:00:00 2001 From: Jan van der Lugt Date: Fri, 1 Mar 2024 20:46:05 +0100 Subject: [PATCH] Clarify comment about disk_usage() in FreeBSD --- src/common.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.rs b/src/common.rs index 2d8255cb0..40bbfa10b 100644 --- a/src/common.rs +++ b/src/common.rs @@ -1140,8 +1140,8 @@ impl Process { /// Returns number of bytes read and written to disk. /// - /// ⚠️ On Windows and FreeBSD, this method actually returns **ALL** I/O - /// read and written bytes. + /// ⚠️ On Windows, this method actually returns **ALL** I/O read and + /// written bytes. /// /// ```no_run /// use sysinfo::{Pid, System};