diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-06-10 18:47:34 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-06-10 18:47:34 +0000 |
commit | 9a7676995607ef39f05b539eddca5143de6b0c8e (patch) | |
tree | bb22a06be6b1dc525dba3f140f5eb59049dc7521 /share/man/man4 | |
parent | b11432d2e0d562434af90668c32d751ff751db26 (diff) |
Add option VFSDEBUG, okay jmc@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/options.4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index f10f3c5e9f3..02179ffee9d 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.165 2005/06/09 08:40:49 jmc Exp $ +.\" $OpenBSD: options.4,v 1.166 2005/06/10 18:47:33 pedro Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -332,6 +332,11 @@ Be verbose on what RAIDframe does. See .Xr raid 4 for details. +.It Cd option VFSDEBUG +Turns on debugging for the Virtual File System interface. +See +.Xr vfs 9 +for details. .El .Ss File Systems .Bl -ohang |