diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-03-20 02:35:14 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-03-20 02:35:14 +0000 |
commit | 7c9efde44f78fd47045d2489f43bb960037e6ac5 (patch) | |
tree | 359835e6ece416d6f1f0909e654ae39ccf45fd98 /sbin/ffsinfo | |
parent | 7566fd148b1906a672217b78d9ee7e015a74cda9 (diff) | |
download | FreeBSD-src-7c9efde44f78fd47045d2489f43bb960037e6ac5.zip FreeBSD-src-7c9efde44f78fd47045d2489f43bb960037e6ac5.tar.gz |
"-" now sends output to stdout.
Diffstat (limited to 'sbin/ffsinfo')
-rw-r--r-- | sbin/ffsinfo/ffsinfo.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8 index aaa2c40..c9d5874 100644 --- a/sbin/ffsinfo/ffsinfo.8 +++ b/sbin/ffsinfo/ffsinfo.8 @@ -114,6 +114,7 @@ indirect block dump This allows to change the output filename where the dump is written to. The current default is .Pa /var/tmp/ffsinfo . +If - is provided, output will be sent to stdout. .El .Sh EXAMPLES .Dl ffsinfo -l 1023 /dev/vinum/testvol |