From 1142201df8c0741d9b787f4dbd27031ab5f93e60 Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 23 Nov 2008 13:03:44 +0000 Subject: Implement -T option as found in Linux df(1). When given, file system type will be included in output. Reviewed and tested by: keramida MFC after: 2 weeks --- bin/df/df.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/df/df.1') diff --git a/bin/df/df.1 b/bin/df/df.1 index 8cdff7d..7d4253d 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -29,7 +29,7 @@ .\" @(#)df.1 8.3 (Berkeley) 5/8/95 .\" $FreeBSD$ .\" -.Dd April 22, 2004 +.Dd November 23, 2008 .Dt DF 1 .Os .Sh NAME @@ -38,7 +38,7 @@ .Sh SYNOPSIS .Nm .Op Fl b | g | H | h | k | m | P -.Op Fl aciln +.Op Fl acilnT .Op Fl t Ar type .Op Ar file | filesystem ... .Sh DESCRIPTION @@ -140,6 +140,8 @@ The .Xr lsvfs 1 command can be used to find out the types of file systems that are available on the system. +.It Fl T +Include file system type. .El .Sh ENVIRONMENT .Bl -tag -width BLOCKSIZE -- cgit v1.1