Module Name:    src
Committed By:   charlotte
Date:           Wed Apr  3 03:54:53 UTC 2024

Modified Files:
        src/sbin/mount: mount.8

Log Message:
mount(8): Mention the ability to refer to dk(4) wedges in the manpage


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sbin/mount/mount.8

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

Modified files:

Index: src/sbin/mount/mount.8
diff -u src/sbin/mount/mount.8:1.90 src/sbin/mount/mount.8:1.91
--- src/sbin/mount/mount.8:1.90	Sun Jul 10 18:52:34 2022
+++ src/sbin/mount/mount.8	Wed Apr  3 03:54:53 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mount.8,v 1.90 2022/07/10 18:52:34 snj Exp $
+.\"	$NetBSD: mount.8,v 1.91 2024/04/03 03:54:53 charlotte Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)mount.8	8.8 (Berkeley) 6/16/94
 .\"
-.Dd July 10, 2022
+.Dd April 2, 2024
 .Dt MOUNT 8
 .Os
 .Sh NAME
@@ -137,7 +137,13 @@ or at sign
 .Pq Ql \&@ ,
 then the
 .Li nfs
-type is inferred.
+type is inferred. Otherwise, a 
+.Xr dk 4
+wedge may be referred to by its name with a
+.Ar special
+argument of the form
+.Dq NAME=<value> .
+.Pp
 In
 .Nx ,
 the file system mounting policy is dictated by the running security models.

Reply via email to