This commit is contained in:
Ruslan Ermilov 2005-01-13 09:33:06 +00:00
parent 43295fac79
commit 6b13dcc062
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140173
7 changed files with 10 additions and 12 deletions

View File

@ -105,7 +105,7 @@ The fields of
.Vt g_class
should always be initialized using C99-style field naming
(see the initialization of
.Dv example_class
.Va example_class
below).
.Sh EXAMPLES
Example class declaration.

View File

@ -55,9 +55,7 @@ and
Of course, it can also be called directly, for example in
order to implement dynamic sysctls.
.Pp
The arguments to
.Fn DECLARE_MODULE
expects are:
The arguments it expects are:
.Bl -tag -width indent
.It Fa name
The module name, which will be used in the

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 7, 2004
.Dd January 7, 2005
.Os
.Dt VFS_START 9
.Sh NAME
@ -53,7 +53,7 @@ The arguments it expects are:
The file system.
.It Fa flags
Flags passed to the
.Dv vfs_start
.Va vfs_start
method of the file system.
.It Fa td
Thread which is starting the file system.

View File

@ -52,7 +52,7 @@ The arguments it expects are:
The file system.
.It Fa sbp
A
.Dt statfs
.Vt statfs
structure, as defined by
.In sys/mount.h ,
into which information is placed about the file system.
@ -61,9 +61,9 @@ The thread which is querying the file system.
.El
.Pp
The fields of
.Ft "struct statfs"
.Vt "struct statfs"
related to the file system are as follows:
.Bl -tag -width ".Fa f_mntfromname"
.Bl -tag -width ".Va f_mntfromname"
.It Va f_type
Type of file system.
.It Va f_flags

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 7, 2004
.Dd January 7, 2005
.Os
.Dt VFS_SYNC 9
.Sh NAME

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 7, 2004
.Dd January 7, 2005
.Os
.Dt VFS_VGET 9
.Sh NAME

View File

@ -72,7 +72,7 @@ An automatic script collects license information from the tree for
all comments that start in the first column with
.Dq Li "/*-" .
If you desire to flag
.Xr indent 1
.Xr indent 1
to not reformat a comment that starts in the first column which is not a
license or copyright notice, change the dash to a star for those
comments.