From f4bb052a789eae8ddcbfa7a9c00bc781b54e13c4 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 18 Sep 2023 10:01:38 +0100 Subject: [PATCH] swapon.2: correct FreeBSD release that introduced swapoff It was introduced in 92da00bb245b, after 5.0 and beforen 5.1. Reported in https://github.com/ziglang/zig/issues/16590. (cherry picked from commit b15f6400376a90d3b00aa3ac00666f683f975376) --- lib/libc/sys/swapon.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/swapon.2 b/lib/libc/sys/swapon.2 index 1a64d39f3029d5..c0c12d9dde6862 100644 --- a/lib/libc/sys/swapon.2 +++ b/lib/libc/sys/swapon.2 @@ -158,4 +158,4 @@ system call appeared in The .Fn swapoff system call appeared in -.Fx 5.0 . +.Fx 5.1 .