Module Name:    src
Committed By:   christos
Date:           Sat Apr  7 03:14:07 UTC 2012

Modified Files:
        src/share/man/man5: fstab.5

Log Message:
document NAME=label


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/share/man/man5/fstab.5

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

Modified files:

Index: src/share/man/man5/fstab.5
diff -u src/share/man/man5/fstab.5:1.39 src/share/man/man5/fstab.5:1.40
--- src/share/man/man5/fstab.5:1.39	Mon Feb 13 14:53:25 2012
+++ src/share/man/man5/fstab.5	Fri Apr  6 23:14:06 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fstab.5,v 1.39 2012/02/13 19:53:25 dholland Exp $
+.\"	$NetBSD: fstab.5,v 1.40 2012/04/07 03:14:06 christos Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)fstab.5	8.1 (Berkeley) 6/5/93
 .\"
-.Dd March 6, 2011
+.Dd February 10, 2012
 .Dt FSTAB 5
 .Os
 .Sh NAME
@@ -83,6 +83,14 @@ last
 .Dq /
 in the special file name.
 .Pp
+If the first field is of the form
+.Dq NAME=<value>
+then all the
+.Xr dk 4
+wedge partitions are searched for one that has a wedge name equal to
+.Ar <value>
+and the device corresponding to it is selected.
+.Pp
 The second field,
 .Pq Fa fs_file ,
 describes the mount point for the file system.

Reply via email to