From 75f8a77297df8d5cf1905695d9b7e9004d6c2dcb Mon Sep 17 00:00:00 2001 From: otto Date: Wed, 10 Nov 2021 20:15:26 +0000 Subject: [PATCH] Max size of src also changed. Noted by Mikhail --- sbin/disklabel/disklabel.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 0106b918c17..893c2845187 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.143 2021/11/10 18:38:51 otto Exp $ +.\" $OpenBSD: disklabel.8,v 1.144 2021/11/10 20:15:26 otto Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -532,7 +532,7 @@ swap 10% of disk. 80M \(en 2x max physical memory /usr 10% of disk. 1500M \(en 6G /usr/X11R6 3% of disk. 384M \(en 1G /usr/local 15% of disk. 1G \(en 20G -/usr/src 2% of disk. 1500M \(en 2G +/usr/src 2% of disk. 1500M \(en 3G /usr/obj 4% of disk. 5G \(en 6G /home 30% of disk. 1G \(en 300G .Ed -- 2.20.1