diff options
author | gavin <gavin@FreeBSD.org> | 2011-05-08 12:34:31 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2011-05-08 12:34:31 +0000 |
commit | 22cea9155a207965ded6253a5bc36d45d3bc9ef4 (patch) | |
tree | 676967cf94390134204b0f8275f514af876e23a8 /sbin/growfs | |
parent | c286c25c24b9a15205c9702097bc1df37ff3e9ae (diff) | |
download | FreeBSD-src-22cea9155a207965ded6253a5bc36d45d3bc9ef4.zip FreeBSD-src-22cea9155a207965ded6253a5bc36d45d3bc9ef4.tar.gz |
We now have multiple filesystems (UFS, ZFS, ...), so for tools that only
operate on one type of filesystem, mention this.
While here, capitalise the use of "UFS" in growfs.8 to match other uses of
the term in other man pages.
MFC after: 1 week
Diffstat (limited to 'sbin/growfs')
-rw-r--r-- | sbin/growfs/growfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 387e511..2e90c79 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -37,12 +37,12 @@ .\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $ .\" $FreeBSD$ .\" -.Dd September 8, 2000 +.Dd May 8, 2011 .Dt GROWFS 8 .Os .Sh NAME .Nm growfs -.Nd grow size of an existing ufs file system +.Nd grow size of an existing UFS file system .Sh SYNOPSIS .Nm .Op Fl Ny |