[BACK]Return to makefs.8 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.sbin / makefs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.sbin/makefs/makefs.8 between version 1.5 and 1.6

version 1.5, 2002/01/24 03:21:07 version 1.6, 2002/02/08 01:17:32
Line 33 
Line 33 
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE  .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.  .\" POSSIBILITY OF SUCH DAMAGE.
 .\"  .\"
 .Dd January 24, 2002  .Dd February 8, 2002
 .Dt MAKEFS 8  .Dt MAKEFS 8
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 169  modification time will be used unless sp
Line 169  modification time will be used unless sp
 An error will be raised if the type of entry in the specfile conflicts  An error will be raised if the type of entry in the specfile conflicts
 with that of an existing entry.  with that of an existing entry.
 .Pp  .Pp
 Otherwise, it is necessary to specify at least the following parameters  In the opposite case
   (where a specfile entry does not have an entry in the underlying file system)
   the following occurs:
   If the specfile entry is marked
   .Sy optional ,
   the specfile entry is ignored.
   Otherwise, the entry will be created in the image,
   and it is necessary to specify at least the following parameters
 in the specfile:  in the specfile:
 .Sy type ,  .Sy type ,
 .Sy mode ,  .Sy mode ,
Line 190  isn't provided, the current time will be
Line 197  isn't provided, the current time will be
 If  If
 .Sy flags  .Sy flags
 isn't provided, the current file flags will be used.  isn't provided, the current file flags will be used.
   Missing regular file entries will be created as zero-length files.
 .It Fl N Ar dbdir  .It Fl N Ar dbdir
 Use the user database text file  Use the user database text file
 .Pa master.passwd  .Pa master.passwd

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>