aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpfs
diff options
context:
space:
mode:
authorGavin Atkinson <gavin@FreeBSD.org>2011-05-08 12:34:31 +0000
committerGavin Atkinson <gavin@FreeBSD.org>2011-05-08 12:34:31 +0000
commit275e1cf79b2b60d26e513272055a54d4294a471b (patch)
tree676967cf94390134204b0f8275f514af876e23a8 /sbin/dumpfs
parentf30b6bcb607021350a2f63bdb433cf22d3475930 (diff)
downloadsrc-275e1cf79b2b60d26e513272055a54d4294a471b.tar.gz
src-275e1cf79b2b60d26e513272055a54d4294a471b.zip
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
Notes
Notes: svn path=/head/; revision=221659
Diffstat (limited to 'sbin/dumpfs')
-rw-r--r--sbin/dumpfs/dumpfs.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dumpfs/dumpfs.8 b/sbin/dumpfs/dumpfs.8
index 6614a74b1f02..a489a471ded1 100644
--- a/sbin/dumpfs/dumpfs.8
+++ b/sbin/dumpfs/dumpfs.8
@@ -28,12 +28,12 @@
.\" @(#)dumpfs.8 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd January 28, 2009
+.Dd May 8, 2011
.Dt DUMPFS 8
.Os
.Sh NAME
.Nm dumpfs
-.Nd dump file system information
+.Nd dump UFS file system information
.Sh SYNOPSIS
.Nm
.Op Fl f
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
The
.Nm
-utility prints out the super block and cylinder group information
+utility prints out the UFS super block and cylinder group information
for the file system or special device specified, unless the
.Fl f
or