From 7f523c33d94656e2591d2933e3d72a51fde6f521 Mon Sep 17 00:00:00 2001 From: lucic71 Date: Wed, 20 Jul 2022 13:09:12 +0000 Subject: [PATCH] Add link to FreeBSD implementation --- src/print_mem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/print_mem.c b/src/print_mem.c index 1e508a4..decc644 100644 --- a/src/print_mem.c +++ b/src/print_mem.c @@ -197,6 +197,7 @@ error: handle_used_method(minfo, ctx); handle_threshold(minfo, ctx); #else + // For FreeBSD implementation see: https://bal0n.es/git/slstatus/file/components/ram.c.html OUTPUT_FULL_TEXT(""); fputs("i3status: Memory status information is not supported on this system\n", stderr); #endif