Module Name: src
Committed By: pgoyette
Date: Wed Dec 20 03:24:57 UTC 2017
Modified Files:
src/share/man/man9: module.9
Log Message:
Provide the real width of the MODULE_CLASS_xxx table's first column.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/share/man/man9/module.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/module.9
diff -u src/share/man/man9/module.9:1.40 src/share/man/man9/module.9:1.41
--- src/share/man/man9/module.9:1.40 Sat Dec 16 21:13:07 2017
+++ src/share/man/man9/module.9 Wed Dec 20 03:24:56 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.40 2017/12/16 21:13:07 pgoyette Exp $
+.\" $NetBSD: module.9,v 1.41 2017/12/20 03:24:56 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -103,7 +103,7 @@ structure.
The
.Fa class
argument identifies the class of module, and must be one of the following:
-.Bl -tag -width XXX -offset indent
+.Bl -tag -width MODULE_CLASS_SECMODEL -offset indent
.It Dv MODULE_CLASS_VFS
The module provide a virtual file system - see
.Xr vfs 9