Nits.
This commit is contained in:
parent
a2cbd2f6c5
commit
f198016c97
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 7, 2004
|
||||
.Dd January 7, 2005
|
||||
.Os
|
||||
.Dt VFS_SYNC 9
|
||||
.Sh NAME
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 7, 2004
|
||||
.Dd January 7, 2005
|
||||
.Os
|
||||
.Dt VFS_VGET 9
|
||||
.Sh NAME
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user