From f340c1ac9e703e24d41cc4afe89b152b2cf7ebfa Mon Sep 17 00:00:00 2001 From: gordon Date: Sat, 1 Feb 2003 04:17:10 +0000 Subject: Bring in support for volume labels to the filesystem utilities. Reviewed by: mckusick --- sbin/newfs/newfs.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sbin/newfs/newfs.8') diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index da0ff2a..7f10c72 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -40,6 +40,7 @@ .Nd construct a new file system .Sh SYNOPSIS .Nm +.Op Fl L Ar volname .Op Fl NU .Op Fl O Ar filesystem-type .Op Fl S Ar sector-size @@ -82,6 +83,8 @@ The following options define the general layout policies: .Bl -tag -width indent .It Fl T Ar disktype For backward compatibility. +.It Fl L Ar volname +Add a volume label to the new file system. .It Fl N Cause the file system parameters to be printed out without really creating the file system. -- cgit v1.1