Module Name: src
Committed By: pgoyette
Date: Tue Dec 1 02:43:18 UTC 2020
Modified Files:
src/sbin/mount_null: mount_null.8
Log Message:
Be consistent with mark-up of vop_reclaim
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sbin/mount_null/mount_null.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_null/mount_null.8
diff -u src/sbin/mount_null/mount_null.8:1.21 src/sbin/mount_null/mount_null.8:1.22
--- src/sbin/mount_null/mount_null.8:1.21 Mon Jan 31 05:19:19 2005
+++ src/sbin/mount_null/mount_null.8 Tue Dec 1 02:43:18 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_null.8,v 1.21 2005/01/31 05:19:19 erh Exp $
+.\" $NetBSD: mount_null.8,v 1.22 2020/12/01 02:43:18 pgoyette Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95
.\"
.\"
-.Dd May 1, 1995
+.Dd November 30, 2020
.Dt MOUNT_NULL 8
.Os
.Sh NAME
@@ -140,7 +140,9 @@ are not bypassed.
.Em vop_getattr
must change the fsid being returned.
.Em vop_inactive
-and vop_reclaim are not bypassed so that
+and
+.Em vop_reclaim
+are not bypassed so that
they can handle freeing null-layer specific data.
.Em vop_print
is not bypassed to avoid excessive debugging