Module Name: src
Committed By: riastradh
Date: Fri Mar 27 17:56:16 UTC 2015
Modified Files:
src/share/man/man9: wapbl.9
Log Message:
Fix typo: VFS_UNMOUNT, not VFS_MOUNT, should call wapbl_stop.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/wapbl.9
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/man9/wapbl.9
diff -u src/share/man/man9/wapbl.9:1.2 src/share/man/man9/wapbl.9:1.3
--- src/share/man/man9/wapbl.9:1.2 Thu Mar 26 22:04:38 2015
+++ src/share/man/man9/wapbl.9 Fri Mar 27 17:56:16 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: wapbl.9,v 1.2 2015/03/26 22:04:38 wiz Exp $
+.\" $NetBSD: wapbl.9,v 1.3 2015/03/27 17:56:16 riastradh Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -149,7 +149,7 @@ and then, if the mount is read/write, in
for the mount by calling
.Fn wapbl_start .
The
-.Xr VFS_MOUNT 9
+.Xr VFS_UNMOUNT 9
method should call
.Fn wapbl_stop .
.Pp