diff options
author | 2003-08-06 05:08:01 +0000 | |
---|---|---|
committer | 2003-08-06 05:08:01 +0000 | |
commit | e21ea857906d78eea33b5479c1552380d8032514 (patch) | |
tree | 944bf46978d57427677a5028c1a8b60fe86002e0 | |
parent | backport a fix from current gdb to fix a crash when using set enum (diff) | |
download | wireguard-openbsd-e21ea857906d78eea33b5479c1552380d8032514.tar.xz wireguard-openbsd-e21ea857906d78eea33b5479c1552380d8032514.zip |
ufs -> ffs as requested in pr3391. also rework part talking about
slices/partitions to have more openbsd flavor. ok jmc@
-rw-r--r-- | sbin/growfs/growfs.8 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 1b2186e526d..4111686b7b1 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: growfs.8,v 1.4 2003/08/05 20:20:48 jmc Exp $ +.\" $OpenBSD: growfs.8,v 1.5 2003/08/06 05:08:01 tedu Exp $ .\" Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz .\" Copyright (c) 1980, 1989, 1993 The Regents of the University of California. .\" All rights reserved. @@ -43,7 +43,7 @@ .Os .Sh NAME .Nm growfs -.Nd grow size of an existing ufs file system +.Nd grow size of an existing ffs file system .Sh SYNOPSIS .Nm .Op Fl Ny @@ -56,14 +56,9 @@ utility extends the .Xr newfs 8 program. Before starting -.Nm -the disk must be labeled to a bigger size using +.Nm growfs , +the partition must be set to a larger size using .Xr disklabel 8 . -If you wish to grow a file system beyond the boundary of -the slice it resides in, you must re-size the slice using -.Xr fdisk 8 -before running -.Nm growfs . The .Nm utility extends the size of the file system on the specified special file. |