From 67336ceffaf079d4d1e5227a1b4366d5b5c07814 Mon Sep 17 00:00:00 2001 From: bluhm Date: Wed, 19 Sep 2018 18:35:21 +0000 Subject: [PATCH] Update disklabel(8) man page with the new 5G minimum for /usr/obj. Remove Tn macro to make mandoc lint happy. requested by jmc@ --- sbin/disklabel/disklabel.8 | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index e7a6713eaf3..248a2ca4264 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.127 2018/08/27 13:09:51 krw Exp $ +.\" $OpenBSD: disklabel.8,v 1.128 2018/09/19 18:35:21 bluhm Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: August 27 2018 $ +.Dd $Mdocdate: September 19 2018 $ .Dt DISKLABEL 8 .Os .Sh NAME @@ -159,9 +159,7 @@ Valid units are b(ytes), c(ylinders), k(ilobytes), m(egabytes), g(igabytes) and t(erabytes). .It Fl R Restore a disk label that was formatted in a prior operation and -saved in an -.Tn ASCII -file. +saved in an ASCII file. .It Fl T Ar file Read the template for automatic allocation from .Ar file @@ -416,9 +414,7 @@ Recalculate free space. This command displays all the free areas on the disk and the total number of free sectors. .It Cm s Op Ar path -Save the label to a file in -.Tn ASCII -format (suitable for loading via the +Save the label to a file in ASCII format (suitable for loading via the .Fl R option). If no path is specified, the user will be prompted for one. @@ -518,7 +514,7 @@ swap 10% of disk. 80M \(en 2x max physical memory /usr/X11R6 3% of disk. 384M \(en 1G /usr/local 15% of disk. 1G \(en 10G /usr/src 2% of disk. 1300M \(en 2G -/usr/obj 4% of disk. 3G \(en 6G +/usr/obj 4% of disk. 5G \(en 6G /home 35% of disk. 1G \(en 300G .Ed .Pp -- 2.20.1